andycli 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +2 -1
- data/README.rdoc +2 -2
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/lib/{cli.rb → andycli.rb} +0 -0
- metadata +4 -4
data/.gitignore
CHANGED
data/README.rdoc
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
=
|
1
|
+
= AndyCLI
|
2
2
|
|
3
3
|
ANSI styling and other utilities for writing CLI Ruby tools
|
4
4
|
|
@@ -15,4 +15,4 @@ ANSI styling and other utilities for writing CLI Ruby tools
|
|
15
15
|
|
16
16
|
== Copyright
|
17
17
|
|
18
|
-
Copyright (c) 2009 Andy Jeffries. See LICENSE for details.
|
18
|
+
Copyright (c) 2009-2010 Andy Jeffries. See LICENSE for details.
|
data/Rakefile
CHANGED
@@ -4,11 +4,11 @@ require 'rake'
|
|
4
4
|
begin
|
5
5
|
require 'jeweler'
|
6
6
|
Jeweler::Tasks.new do |gem|
|
7
|
-
gem.name = "
|
7
|
+
gem.name = "andycli"
|
8
8
|
gem.summary = %Q{Command Line utilities for small Ruby utilities}
|
9
9
|
gem.description = %Q{ANSI styling and other utilities for writing CLI Ruby tools}
|
10
10
|
gem.email = "andy@andyjeffries.co.uk"
|
11
|
-
gem.homepage = "http://github.com/andyjeffries/
|
11
|
+
gem.homepage = "http://github.com/andyjeffries/andycli"
|
12
12
|
gem.authors = ["Andy Jeffries"]
|
13
13
|
# gem.add_development_dependency "thoughtbot-shoulda"
|
14
14
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.2
|
data/lib/{cli.rb → andycli.rb}
RENAMED
File without changes
|
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
|
+
- 2
|
9
|
+
version: 0.0.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Andy Jeffries
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date:
|
17
|
+
date: 2010-09-17 00:00:00 +01:00
|
18
18
|
default_executable:
|
19
19
|
dependencies: []
|
20
20
|
|
@@ -34,8 +34,8 @@ files:
|
|
34
34
|
- README.rdoc
|
35
35
|
- Rakefile
|
36
36
|
- VERSION
|
37
|
+
- lib/andycli.rb
|
37
38
|
- lib/ansi.rb
|
38
|
-
- lib/cli.rb
|
39
39
|
has_rdoc: true
|
40
40
|
homepage: http://github.com/andyjeffries/andycli
|
41
41
|
licenses: []
|