karsthammer-inherited_resources 1.2.1.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ # Version 1.2.2
2
+
3
+ * Fix a bug in params parsing
4
+ * Call .scoped only if it is available
5
+
1
6
  # Version 1.2.1
2
7
 
3
8
  * Fix a bug with namespaces
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
- Inherited Resources master branch is now supports Rails 3 and is NOT backward compatible.
18
+ You can let bundler install Inherited Resources by adding this line to your application's Gemfile:
19
19
 
20
- You can let bundler to install Inherited Resources by adding this line to your application's Gemfile:
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 --version=1.2.1
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
- sudo gem install inherited_resources --version=1.0.6
34
+ gem install inherited_resources --version=1.0.6
37
35
 
38
36
  Or checkout from the v1.0 branch:
39
37
 
@@ -1,3 +1,3 @@
1
1
  module InheritedResources
2
- VERSION = '1.2.1.1'.freeze
2
+ VERSION = '1.2.2'.freeze
3
3
  end
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.1.1
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-03-16 00:00:00 +01:00
14
+ date: 2011-04-20 00:00:00 +02:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency