heredoc_unindent 1.0.3 → 1.0.4
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.tar.gz.sig +0 -0
- data/History.rdoc +7 -1
- data/README.rdoc +9 -0
- data/Rakefile +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/History.rdoc
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
|
+
=== 1.0.4 / 2011-01-27
|
|
2
|
+
|
|
3
|
+
* 1 minor enhancement
|
|
4
|
+
|
|
5
|
+
* Added _features_ section to README with compatibility and coverage info
|
|
6
|
+
|
|
1
7
|
=== 1.0.3 / 2011-01-27
|
|
2
8
|
|
|
3
9
|
* 1 minor enhancement
|
|
4
10
|
|
|
5
|
-
* Slightly improved
|
|
11
|
+
* Slightly improved _description_ section of README
|
|
6
12
|
|
|
7
13
|
=== 1.0.2 / 2011-01-26
|
|
8
14
|
|
data/README.rdoc
CHANGED
|
@@ -34,6 +34,15 @@ will probably be an issue and hence this gem.
|
|
|
34
34
|
|
|
35
35
|
" foo\n bar\n baz".unindent #=> "foo\n bar\nbaz"
|
|
36
36
|
|
|
37
|
+
== FEATURES:
|
|
38
|
+
|
|
39
|
+
* Tested on all major Ruby interpreters (100% coverage, 0% failure):
|
|
40
|
+
* ruby-1.9.2-p136
|
|
41
|
+
* ruby-1.8.7-p330
|
|
42
|
+
* ree-1.8.7-2010.02
|
|
43
|
+
* jruby-1.5.6
|
|
44
|
+
* rbx-1.2.0-20101221
|
|
45
|
+
|
|
37
46
|
== REQUIREMENTS:
|
|
38
47
|
|
|
39
48
|
* None: this gem does not depend on any other gem.
|
data/Rakefile
CHANGED
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|