routingo 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 66c98b5f86ad4dc5e0f14c73d9da5f597a88e49129068a0569b6733b660df1cc
4
- data.tar.gz: 4369e1f56f6fd098a8acc86b1c3ce38de3adf4df08159701238a2567ef80a971
3
+ metadata.gz: cf44c2e7bb4ce9050394752f543e8b8cc2132d1521fcb70565d0a30673f85bde
4
+ data.tar.gz: 0e76f0e85ea55c5c8fe20392f8887f013a774d1f95514ba1e1ba8ec3011fc723
5
5
  SHA512:
6
- metadata.gz: 777e501dab4f36f721239c187e7cdb1ca05890eb801f2abe0a3a103d39fa6ab096f7a691a1508d6c81c81c723c1b342b4b78c258031fb4814fa890e4724e51ac
7
- data.tar.gz: 45fc8f3dd9475092ea358d2eb62cc44339b49ce0eb46056df5dab33a12966f0129770127fd7e11d02093ba3b43355a3a9a28e8debdffd2a1843b42218f1122c5
6
+ metadata.gz: 5e27ffd32f877228f3f40875bb7ae3ca4e5bef8fd352320e35f145c0ae5c0c0285219369eeac599d05d0a963037e19caae320269945c73126d2df193cde126df
7
+ data.tar.gz: fde7df184f2385971674ea66d8197e8da4dbcf82d13a427e91477d240d67bf6879d85ec4d5dbaedc9aea8880e72709d3db499951fe6f38854f8f49740aa489ad
@@ -8,8 +8,8 @@ module Routingo
8
8
  class Install < Rails::Generators::Base
9
9
  def insert_path
10
10
  klazz = 'class Application < Rails::Application'
11
- paths = 'config/routes.rb'
12
- joins = 'config/routes/*.rb'
11
+ paths = "'config/routes.rb'"
12
+ joins = "'config/routes/*.rb'"
13
13
  insert_into_file 'config/application.rb', after: "#{klazz}\n" do
14
14
  "config.paths['#{paths}'].concat(Dir[Rails.root.join('#{joins}')])\n"
15
15
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Routingo
4
- VERSION = '0.1.7'
4
+ VERSION = '0.1.8'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: routingo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - popac