restful_routing 0.1.1 → 0.1.2

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: 7051369ccc6f14c73d794b73fba0d912eae78a07
4
- data.tar.gz: ffb0d84790f1dc1f110be5878b22747bd4333348
3
+ metadata.gz: 07b83b5d77c2b4aa090a9842b0033b92888cbbb8
4
+ data.tar.gz: cd0fb6403f2cac1e78bc34017d86bae84a53c212
5
5
  SHA512:
6
- metadata.gz: 6e5424ae0b4068c733d33adaadb4c858d9b75c6df6d3eb7f763dc843949cc7e83c096895b194593a04885344d3ccb0cd1998249c22c71503c0e501751787cde0
7
- data.tar.gz: a4354a0672c6ed4448a91d800ac253a4cf15275f74200cf56dff67572128436c843d98211cab6ecc710ed5bea7196c9f1e25bf1cc121d9a5030f6d4d2423ce26
6
+ metadata.gz: 766b630c736db55ae83cb31ed9b1a59fe04dc3354a67f740a962da22149cff6980847ffa5ec89735a57ffb742884bc216c6a2523cc76972e9b5d98856af86b9f
7
+ data.tar.gz: 44e8f79088741230982a08448f96153ab6fe72a642eb051bf0433c0658fe03721555a1b22af03329adeb369612683c7bbd764e4d3aad62ee5336e33afe608d63
@@ -1,4 +1,5 @@
1
1
  require "restful_routing/version"
2
+ require 'listen'
2
3
 
3
4
  module RestfulRouting
4
5
  base_path = Rails.root
@@ -1,3 +1,3 @@
1
1
  module RestfulRouting
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Casey Stinnett
@@ -68,6 +68,8 @@ files:
68
68
  - bin/setup
69
69
  - lib/restful_routing.rb
70
70
  - lib/restful_routing/version.rb
71
+ - restful_routing-0.1.0.gem
72
+ - restful_routing-0.1.1.gem
71
73
  - restful_routing.gemspec
72
74
  homepage: https://github.com/casey-stinnett/restful_routing
73
75
  licenses: