clint 0.1.2 → 0.1.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.
- data/lib/clint.rb +4 -0
- metadata +5 -12
data/lib/clint.rb
CHANGED
metadata
CHANGED
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: clint
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
segments:
|
|
6
|
-
- 0
|
|
7
|
-
- 1
|
|
8
|
-
- 2
|
|
9
|
-
version: 0.1.2
|
|
4
|
+
version: 0.1.3
|
|
10
5
|
platform: ruby
|
|
11
6
|
authors:
|
|
12
7
|
- Richard Crowley
|
|
@@ -14,7 +9,7 @@ autorequire:
|
|
|
14
9
|
bindir: bin
|
|
15
10
|
cert_chain: []
|
|
16
11
|
|
|
17
|
-
date: 2010-03-
|
|
12
|
+
date: 2010-03-05 00:00:00 +00:00
|
|
18
13
|
default_executable:
|
|
19
14
|
dependencies: []
|
|
20
15
|
|
|
@@ -89,20 +84,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
89
84
|
requirements:
|
|
90
85
|
- - ">="
|
|
91
86
|
- !ruby/object:Gem::Version
|
|
92
|
-
segments:
|
|
93
|
-
- 0
|
|
94
87
|
version: "0"
|
|
88
|
+
version:
|
|
95
89
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
96
90
|
requirements:
|
|
97
91
|
- - ">="
|
|
98
92
|
- !ruby/object:Gem::Version
|
|
99
|
-
segments:
|
|
100
|
-
- 0
|
|
101
93
|
version: "0"
|
|
94
|
+
version:
|
|
102
95
|
requirements: []
|
|
103
96
|
|
|
104
97
|
rubyforge_project:
|
|
105
|
-
rubygems_version: 1.3.
|
|
98
|
+
rubygems_version: 1.3.5
|
|
106
99
|
signing_key:
|
|
107
100
|
specification_version: 3
|
|
108
101
|
summary: command line argument parser
|