karsthammer-inherited_resources 1.2.1.1 → 1.2.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.
- data/CHANGELOG +5 -0
- data/README.rdoc +4 -6
- data/lib/inherited_resources/version.rb +1 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
data/README.rdoc
CHANGED
@@ -15,11 +15,9 @@ http://akitaonrails.com/2009/09/01/screencast-real-thin-restful-controllers-with
|
|
15
15
|
|
16
16
|
=== Rails 3
|
17
17
|
|
18
|
-
|
18
|
+
You can let bundler install Inherited Resources by adding this line to your application's Gemfile:
|
19
19
|
|
20
|
-
|
21
|
-
|
22
|
-
gem 'inherited_resources', '~> 1.2.1'
|
20
|
+
gem 'inherited_resources'
|
23
21
|
|
24
22
|
And then execute:
|
25
23
|
|
@@ -27,13 +25,13 @@ And then execute:
|
|
27
25
|
|
28
26
|
Or install it yourself as:
|
29
27
|
|
30
|
-
gem install inherited_resources
|
28
|
+
gem install inherited_resources
|
31
29
|
|
32
30
|
=== Rails 2.3.x
|
33
31
|
|
34
32
|
If you want to use the Rails 2.3.x version, you should install:
|
35
33
|
|
36
|
-
|
34
|
+
gem install inherited_resources --version=1.0.6
|
37
35
|
|
38
36
|
Or checkout from the v1.0 branch:
|
39
37
|
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: karsthammer-inherited_resources
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.2.
|
5
|
+
version: 1.2.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Karst Hammer
|
@@ -11,7 +11,7 @@ autorequire:
|
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
13
|
|
14
|
-
date: 2011-
|
14
|
+
date: 2011-04-20 00:00:00 +02:00
|
15
15
|
default_executable:
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|