restful_routing 0.1.3.4 → 1.0

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: e4ff01fc9d594a7dcddafa17a44ed57b62319261
4
- data.tar.gz: b3b7d0df6d4d46625c9f14bd6b117ae2e004be96
3
+ metadata.gz: 00ec59db155b3391fca44931c6add9bc26844355
4
+ data.tar.gz: 2dcbcbedfc77600a2326a6e2d419748f10c0b954
5
5
  SHA512:
6
- metadata.gz: c10828915fd4a41ea69e0e785c53a3b1084659e9ee9b333e5a57ac29f36657daf324a2e30867c30cafe0e1cc2830eb31b6542c6735d55f691163618f57d99e04
7
- data.tar.gz: 87d49d6b2a61a51e647814e20b3ed0d0805857fb9b15ac71db5e34b937bf50dd0365ef07291e0a9c5e88b350e09dc3641a29cd3892b516b413b23a03afcecf34
6
+ metadata.gz: 4f5261c61f9bd44c150e306605bda003308d80384737647f7845409c720c2606387130e6a74ec11b8d5d0e71382e5edcc6a9b026d7c5f4a57fddfc0df1d9b3fc
7
+ data.tar.gz: ee234bbd9984e96d372113213eacb7d1cd01a8ac93405822a1c7ccdc7c95a2a6263381f0d833d2545bceb4dda5a1154ac53d4196e8c9d8d29bc062e83e388e7f
@@ -4,7 +4,6 @@ require 'listen'
4
4
  module RestfulRouting
5
5
  base_path = Dir.pwd
6
6
  listening_to = base_path + '/config'
7
- puts "HERE IS THE PATH THAT COMES OUT: #{listening_to}"
8
7
  listener = Listen.to(listening_to, only: /routes\.rb$/) do |modified, added, removed|
9
8
  #run `rake routes` and put the output in a file called
10
9
  #restful_routing.rb
@@ -1,3 +1,3 @@
1
1
  module RestfulRouting
2
- VERSION = "0.1.3.4"
2
+ VERSION = "1.0"
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.3.4
4
+ version: '1.0'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Casey Stinnett
@@ -74,6 +74,7 @@ files:
74
74
  - restful_routing-0.1.3.1.gem
75
75
  - restful_routing-0.1.3.2.gem
76
76
  - restful_routing-0.1.3.3.gem
77
+ - restful_routing-0.1.3.4.gem
77
78
  - restful_routing-0.1.3.gem
78
79
  - restful_routing.gemspec
79
80
  homepage: https://github.com/casey-stinnett/restful_routing