resource_controller 0.5.0 → 0.5.1

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.
data/README.rdoc CHANGED
@@ -6,10 +6,18 @@ resource_controller makes RESTful controllers easier, more maintainable, and sup
6
6
 
7
7
  Add it as a gem dependency
8
8
 
9
+ config.gem 'resource_controller'
10
+
11
+ ...or for the development version
12
+
9
13
  config.gem 'giraffesoft-resource_controller', :lib => 'resource_controller', :source => 'http://gems.github.com'
10
14
 
11
15
  Or install it as a gem manually
12
16
 
17
+ sudo gem install resource_controller
18
+
19
+ ...or for the development version
20
+
13
21
  sudo gem install giraffesoft-resource_controller
14
22
 
15
23
  Or grab the source
@@ -2,7 +2,7 @@ module ResourceController
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 5
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resource_controller
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Golick