File tree 3 files changed +17
-11
lines changed
3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 22
22
-----------------------------------------------------------------------
23
23
Attribute Normalizer News:
24
24
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.
28
30
29
31
Cheers,
30
32
Michael Deering http://mdeering.com
Original file line number Diff line number Diff line change 5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = %q{attribute_normalizer}
8
- s . version = "0.3.0 "
8
+ s . version = "0.3.1 "
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
11
s . authors = [ "Michael Deering" ]
12
- s . date = %q{2010-08-18 }
12
+ s . date = %q{2010-08-19 }
13
13
14
14
s . extra_rdoc_files = [
15
15
"README.textile"
@@ -40,9 +40,11 @@ Gem::Specification.new do |s|
40
40
-----------------------------------------------------------------------
41
41
Attribute Normalizer News:
42
42
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.
46
48
47
49
Cheers,
48
50
Michael Deering http://mdeering.com
Original file line number Diff line number Diff line change 1
1
-----------------------------------------------------------------------
2
2
Attribute Normalizer News:
3
3
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.
7
9
8
10
Cheers,
9
11
Michael Deering http://mdeering.com
You can’t perform that action at this time.
0 commit comments