indentation 0.0.2 → 0.0.3

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 (4) hide show
  1. data/History.txt +7 -0
  2. data/README.rdoc +4 -6
  3. data/lib/indentation.rb +1 -1
  4. metadata +4 -4
@@ -1,3 +1,10 @@
1
+ === 0.0.3 2010-05-07
2
+ * Fixed documentation regarding installation and summary
3
+
4
+ === 0.0.2 2010-05-05
5
+ * Fixed several typos in docs, updated rspec tests.
6
+ * Published to gemcutter
7
+
1
8
  === 0.0.1 2010-05-03
2
9
 
3
10
  * Initial release
@@ -4,7 +4,7 @@
4
4
 
5
5
  == DESCRIPTION:
6
6
 
7
- A small library of extensions to Ruby's Array and String classes that allow indentation manipulation of Strings and Arrays of Strings. Has the capability of working with multi-line strings. If you frequently use String arrays to manipulate text, see synopsis below for examples of how indentation can make your life easier.
7
+ A small library of extensions to Ruby's Array and String classes that allow indentation manipulation of Strings and Arrays of Strings. Has the capability of working with multi-line strings. If you frequently use String arrays to manipulate text, see synopsis (In README.rdoc) for examples of how indentation can make your life easier.
8
8
 
9
9
  == SYNOPSIS:
10
10
 
@@ -96,14 +96,12 @@ A small library of extensions to Ruby's Array and String classes that allow inde
96
96
 
97
97
  == REQUIREMENTS:
98
98
 
99
- * rake (for installation)
99
+ * none
100
100
 
101
101
  == INSTALL:
102
102
 
103
- * git clone git://github.com/samueldana/indentation.git
104
- * cd indentation
105
- * rake install_gem
106
- * Or if using rvm: rake rvm_install_gem (doesn't use sudo)
103
+ * [sudo] gem install indentation
104
+ * (Use sudo unless using rvm)
107
105
 
108
106
  == LICENSE:
109
107
 
@@ -5,5 +5,5 @@ require 'indentation/string_mod.rb'
5
5
  require 'indentation/array_mod.rb'
6
6
 
7
7
  module Indentation
8
- VERSION = '0.0.2'
8
+ VERSION = '0.0.3'
9
9
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Samuel Dana
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-05-06 00:00:00 -04:00
17
+ date: 2010-05-07 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -45,7 +45,7 @@ dependencies:
45
45
  version: 2.6.0
46
46
  type: :development
47
47
  version_requirements: *id002
48
- description: A small library of extensions to Ruby's Array and String classes that allow indentation manipulation of Strings and Arrays of Strings. Has the capability of working with multi-line strings. If you frequently use String arrays to manipulate text, see synopsis below for examples of how indentation can make your life easier.
48
+ description: A small library of extensions to Ruby's Array and String classes that allow indentation manipulation of Strings and Arrays of Strings. Has the capability of working with multi-line strings. If you frequently use String arrays to manipulate text, see synopsis (In README.rdoc) for examples of how indentation can make your life easier.
49
49
  email:
50
50
  - s.dana@prometheuscomputing.com
51
51
  executables: []