Skip to content

Commit cb178c2

Browse files
author
Rafael Mendonça França
committed
Release 1.5.1
1 parent f1be51b commit cb178c2

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# 1.5.0
1+
# Version 1.5.1
2+
3+
* Lock the Rails version until only 4.2.
4+
* Fix parent class lookup.
5+
* Fix resource_class default value definition.
6+
7+
# Version 1.5.0
28

39
* Supports nested modules (namespaced models and controllers).
410
* Supports Rails 4 Strong Parameters notation.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
inherited_resources (1.5.0)
4+
inherited_resources (1.5.1)
55
actionpack (>= 3.2, < 4.2)
66
has_scope (~> 0.6.0.rc)
77
railties (>= 3.2, < 4.2)

lib/inherited_resources/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module InheritedResources
2-
VERSION = '1.5.0'.freeze
2+
VERSION = '1.5.1'.freeze
33
end

0 commit comments

Comments
 (0)