Skip to content

Commit f637776

Browse files
committed
Updated the post install message for 0.3.x
1 parent 74c5dd5 commit f637776

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

Rakefile

+5-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ begin
2222
-----------------------------------------------------------------------
2323
Attribute Normalizer News:
2424
25-
There are lots of changes from the 0.1.2 release to the 0.2.0 release!
26-
Change log is here http://github.com/mdeering/attribute_normalizer/blob/master/ROADMAP.textile
27-
Docs have been updated here http://github.com/mdeering/attribute_normalizer
25+
New with the 0.3.X release is the ability to change the default
26+
normalization and also the ability to chain normalizers together.
27+
28+
After the flow of patches slows down on this release I will likely
29+
freeze the feature set and API for a 1.0 release of the gem.
2830
2931
Cheers,
3032
Michael Deering http://mdeering.com

attribute_normalizer.gemspec

+7-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{attribute_normalizer}
8-
s.version = "0.3.0"
8+
s.version = "0.3.1"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Michael Deering"]
12-
s.date = %q{2010-08-18}
12+
s.date = %q{2010-08-19}
1313
s.email = %q{[email protected]}
1414
s.extra_rdoc_files = [
1515
"README.textile"
@@ -40,9 +40,11 @@ Gem::Specification.new do |s|
4040
-----------------------------------------------------------------------
4141
Attribute Normalizer News:
4242
43-
There are lots of changes from the 0.1.2 release to the 0.2.0 release!
44-
Change log is here http://github.com/mdeering/attribute_normalizer/blob/master/ROADMAP.textile
45-
Docs have been updated here http://github.com/mdeering/attribute_normalizer
43+
New with the 0.3.X release is the ability to change the default
44+
normalization and also the ability to chain normalizers together.
45+
46+
After the flow of patches slows down on this release I will likely
47+
freeze the feature set and API for a 1.0 release of the gem.
4648
4749
Cheers,
4850
Michael Deering http://mdeering.com

install.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
-----------------------------------------------------------------------
22
Attribute Normalizer News:
33

4-
There are lots of changes from the 0.1.2 release to the 0.2.0 release!
5-
Change log is here http://github.com/mdeering/attribute_normalizer/blob/master/ROADMAP.textile
6-
Docs have been updated here http://github.com/mdeering/attribute_normalizer
4+
New with the 0.3.X release is the ability to change the default
5+
normalization and also the ability to chain normalizers together.
6+
7+
After the flow of patches slows down on this release I will likely
8+
freeze the feature set and API for a 1.0 release of the gem.
79

810
Cheers,
911
Michael Deering http://mdeering.com

0 commit comments

Comments
 (0)