restful_routing 0.1.3.2 → 0.1.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e36523f56d1cbd12972d0430e69919ba9fd132c
4
- data.tar.gz: f2bce1c67e8f4c21888afe3aa4f7c1bfb4d2eaca
3
+ metadata.gz: 266607a31a6f80764fef989bbdfbb7143877e98c
4
+ data.tar.gz: 4c38e021c2f4f67d6c375abf4128963020f63160
5
5
  SHA512:
6
- metadata.gz: 2569057848b0b913a4521c19cc4fef32a952d5f0dbfcb8a5874468aececc9d62dbc7514e3700d5d7ae24db1f1519bebb619979415ad1f8fa59d1eb71dc0c2259
7
- data.tar.gz: ef98e3af5d32a730ce5ba270cb396259aa57a25086dbd9aa6c8df629244135d6c98c3053980bd1e472ca7d535297fb737821e220a4a95001b1a5afec64828328
6
+ metadata.gz: b783af8e1c98f2535b5cbe1d0b5264045fad0a06ae09a3fe39ea0eaaed4d5feb3360b16d286ff14b252872231d09e83fc03f5fb9fc343a62f31f3f534aa2b0fc
7
+ data.tar.gz: 7050a2b8c2f46b053d7dd634f69c1d0ff8521e5b86beb03944e22acd544ad67f5a7eea9da6f733137f859fa28e1b7d3ebead3f4fecf2b3123eec8736a1c9e9a2
@@ -1,3 +1,3 @@
1
1
  module RestfulRouting
2
- VERSION = "0.1.3.2"
2
+ VERSION = "0.1.3.3"
3
3
  end
@@ -4,6 +4,7 @@ require 'listen'
4
4
  module RestfulRouting
5
5
  base_path = Rails.root.to_s
6
6
  listening_to = base_path + '/config'
7
+ puts "HERE IS THE PATH THAT COMES OUT: #{listening_to}"
7
8
  listener = Listen.to(listening_to, only: /routes\.rb$/) do |modified, added, removed|
8
9
  #run `rake routes` and put the output in a file called
9
10
  #restful_routing.rb
Binary file
Binary file
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.2
4
+ version: 0.1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Casey Stinnett
@@ -71,6 +71,9 @@ files:
71
71
  - restful_routing-0.1.0.gem
72
72
  - restful_routing-0.1.1.gem
73
73
  - restful_routing-0.1.2.gem
74
+ - restful_routing-0.1.3.1.gem
75
+ - restful_routing-0.1.3.2.gem
76
+ - restful_routing-0.1.3.gem
74
77
  - restful_routing.gemspec
75
78
  homepage: https://github.com/casey-stinnett/restful_routing
76
79
  licenses: