restful-controller 0.0.1 → 0.0.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.
@@ -1,3 +1,3 @@
1
1
  module RestfulController
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -1,4 +1,4 @@
1
- require 'action_controller/base'
1
+ require 'restful_controller/action_controller/base'
2
2
 
3
3
  require 'restful_controller/base'
4
4
  require 'restful_controller/filters'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restful-controller
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -88,9 +88,9 @@ files:
88
88
  - LICENSE
89
89
  - README.md
90
90
  - Rakefile
91
- - lib/action_controller/base.rb
92
91
  - lib/restful-controller.rb
93
92
  - lib/restful_controller.rb
93
+ - lib/restful_controller/action_controller/base.rb
94
94
  - lib/restful_controller/actions/create.rb
95
95
  - lib/restful_controller/actions/destroy.rb
96
96
  - lib/restful_controller/actions/edit.rb
@@ -119,7 +119,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
119
119
  version: '0'
120
120
  segments:
121
121
  - 0
122
- hash: 1210353539489951881
122
+ hash: 4425193934035644459
123
123
  required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  none: false
125
125
  requirements:
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  version: '0'
129
129
  segments:
130
130
  - 0
131
- hash: 1210353539489951881
131
+ hash: 4425193934035644459
132
132
  requirements: []
133
133
  rubyforge_project:
134
134
  rubygems_version: 1.8.24