From aa9203742b99eb3c34b3f27e93110590b0a8b85f Mon Sep 17 00:00:00 2001 From: Brusk Awat Date: Thu, 1 Dec 2022 16:51:09 +0300 Subject: [PATCH] Moves railtie to src --- Gemfile.lock | 2 +- lib/{ => rabbit_carrots}/railtie.rb | 0 lib/rabbit_carrots/version.rb | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename lib/{ => rabbit_carrots}/railtie.rb (100%) diff --git a/Gemfile.lock b/Gemfile.lock index 98b18df..1727740 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rabbit_carrots (0.1.0) + rabbit_carrots (0.1.1) activesupport (>= 6.0.0) bunny (>= 2.19.0) connection_pool (~> 2.3.0) diff --git a/lib/railtie.rb b/lib/rabbit_carrots/railtie.rb similarity index 100% rename from lib/railtie.rb rename to lib/rabbit_carrots/railtie.rb diff --git a/lib/rabbit_carrots/version.rb b/lib/rabbit_carrots/version.rb index f1c5f3c..ad74dfb 100644 --- a/lib/rabbit_carrots/version.rb +++ b/lib/rabbit_carrots/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RabbitCarrots - VERSION = "0.1.0" + VERSION = "0.1.1" end