indentation 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +7 -0
- data/README.rdoc +4 -6
- data/lib/indentation.rb +1 -1
- metadata +4 -4
data/History.txt
CHANGED
data/README.rdoc
CHANGED
@@ -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
|
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
|
-
*
|
99
|
+
* none
|
100
100
|
|
101
101
|
== INSTALL:
|
102
102
|
|
103
|
-
*
|
104
|
-
*
|
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
|
|
data/lib/indentation.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
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-
|
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
|
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: []
|