makandra_resource_controller 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- :patch: 0
2
+ :patch: 1
3
3
  :major: 0
4
4
  :build:
5
5
  :minor: 7
@@ -0,0 +1 @@
1
+ require 'resource_controller'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: makandra_resource_controller
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 0
10
- version: 0.7.0
9
+ - 1
10
+ version: 0.7.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - James Golick
@@ -65,6 +65,7 @@ files:
65
65
  - generators/scaffold_resource/templates/view_new.haml
66
66
  - generators/scaffold_resource/templates/view_show.erb
67
67
  - generators/scaffold_resource/templates/view_show.haml
68
+ - lib/makandra_resource_controller.rb
68
69
  - lib/resource_controller.rb
69
70
  - lib/resource_controller/accessors.rb
70
71
  - lib/resource_controller/action_options.rb