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.
Files changed (6) hide show
  1. data.tar.gz.sig +0 -0
  2. data/History.rdoc +7 -1
  3. data/README.rdoc +9 -0
  4. data/Rakefile +1 -1
  5. metadata +2 -2
  6. 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 the description section of README
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
@@ -6,7 +6,7 @@ require 'hoe'
6
6
  Hoe.spec 'heredoc_unindent' do
7
7
  developer('Adriano Mitre', 'adriano.mitre@gmail.com')
8
8
 
9
- self.version = '1.0.3'
9
+ self.version = '1.0.4'
10
10
 
11
11
  self.readme_file = 'README.rdoc'
12
12
  self.history_file = 'History.rdoc'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 3
9
- version: 1.0.3
8
+ - 4
9
+ version: 1.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Adriano Mitre
metadata.gz.sig CHANGED
Binary file