restful_routing 0.1.2 → 0.1.3

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
  SHA1:
3
- metadata.gz: 07b83b5d77c2b4aa090a9842b0033b92888cbbb8
4
- data.tar.gz: cd0fb6403f2cac1e78bc34017d86bae84a53c212
3
+ metadata.gz: f9c1476ca7267a2f343a1b9284416cd18ccefe34
4
+ data.tar.gz: 61997a50554818450d592fc9c2b90de15f52f15a
5
5
  SHA512:
6
- metadata.gz: 766b630c736db55ae83cb31ed9b1a59fe04dc3354a67f740a962da22149cff6980847ffa5ec89735a57ffb742884bc216c6a2523cc76972e9b5d98856af86b9f
7
- data.tar.gz: 44e8f79088741230982a08448f96153ab6fe72a642eb051bf0433c0658fe03721555a1b22af03329adeb369612683c7bbd764e4d3aad62ee5336e33afe608d63
6
+ metadata.gz: 42816e8f79a4c5b88d31abed43adac343b14d12a9e3bd27e3529cbce568677eb2d4ea0fad3b71385358faf5b7f4f91d91109f7ba7e561d18e7d0290d3d08f617
7
+ data.tar.gz: e29dc855aa89a25823f1814294cadcf0601395bad8ffc6845bd52c1bd441b131144490bfd7aa8d2d1c4984f35c491cff5e089927de0a1233fc3b7e9b575a2f34
@@ -2,7 +2,7 @@ require "restful_routing/version"
2
2
  require 'listen'
3
3
 
4
4
  module RestfulRouting
5
- base_path = Rails.root
5
+ base_path = Rails.root.to_s
6
6
  listener = Listen.to(base_path + '/config/', only: /routes\.rb$/) do |modified, added, removed|
7
7
  #run `rake routes` and put the output in a file called
8
8
  #restful_routing.rb
@@ -1,3 +1,3 @@
1
1
  module RestfulRouting
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restful_routing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Casey Stinnett
@@ -70,6 +70,7 @@ files:
70
70
  - lib/restful_routing/version.rb
71
71
  - restful_routing-0.1.0.gem
72
72
  - restful_routing-0.1.1.gem
73
+ - restful_routing-0.1.2.gem
73
74
  - restful_routing.gemspec
74
75
  homepage: https://github.com/casey-stinnett/restful_routing
75
76
  licenses: