gauntlet 2.0.1 → 2.0.2
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.tar.gz.sig +0 -0
- data/History.txt +7 -1
- data/Rakefile +1 -1
- data/lib/gauntlet.rb +2 -2
- metadata +16 -16
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/History.txt
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
=== 2.0.2 / 2013-06-28
|
|
2
|
+
|
|
3
|
+
* 1 bug fix:
|
|
4
|
+
|
|
5
|
+
* Keep stderr output from gem unpack in case there are problems... Some gems are corrupt or something
|
|
6
|
+
|
|
1
7
|
=== 2.0.1 / 2012-10-05
|
|
2
8
|
|
|
3
9
|
* 1 bug fix:
|
|
@@ -29,7 +35,7 @@
|
|
|
29
35
|
|
|
30
36
|
* 6 minor enhancements:
|
|
31
37
|
|
|
32
|
-
*
|
|
38
|
+
* Added update command
|
|
33
39
|
* Added example plugin lib/gauntlet_grep.rb
|
|
34
40
|
* Added subcommands: help list report
|
|
35
41
|
* Cleaned output
|
data/Rakefile
CHANGED
data/lib/gauntlet.rb
CHANGED
|
@@ -10,7 +10,7 @@ $F ||= false
|
|
|
10
10
|
Thread.abort_on_exception = true
|
|
11
11
|
|
|
12
12
|
class Gauntlet
|
|
13
|
-
VERSION = '2.0.
|
|
13
|
+
VERSION = '2.0.2'
|
|
14
14
|
GEMURL = URI.parse 'http://gems.rubyforge.org'
|
|
15
15
|
GEMDIR = File.expand_path "~/.gauntlet"
|
|
16
16
|
DATADIR = File.expand_path "~/.gauntlet/data"
|
|
@@ -112,7 +112,7 @@ class Gauntlet
|
|
|
112
112
|
warn " converting #{gem_name} to tarball"
|
|
113
113
|
|
|
114
114
|
unless File.directory? full_name then
|
|
115
|
-
system "gem unpack cache/#{gem_name}
|
|
115
|
+
system "gem unpack cache/#{gem_name} > /dev/null 2>&1"
|
|
116
116
|
system "gem spec -l cache/#{gem_name} > #{full_name}/gemspec"
|
|
117
117
|
end
|
|
118
118
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gauntlet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 11
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 2.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 2.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ryan Davis
|
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
|
36
36
|
FBHgymkyj/AOSqKRIpXPhjC6
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
38
|
|
|
39
|
-
date:
|
|
39
|
+
date: 2013-06-28 00:00:00 Z
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: net-http-persistent
|
|
@@ -62,11 +62,11 @@ dependencies:
|
|
|
62
62
|
requirements:
|
|
63
63
|
- - ~>
|
|
64
64
|
- !ruby/object:Gem::Version
|
|
65
|
-
hash:
|
|
65
|
+
hash: 31
|
|
66
66
|
segments:
|
|
67
|
-
-
|
|
68
|
-
-
|
|
69
|
-
version: "
|
|
67
|
+
- 5
|
|
68
|
+
- 0
|
|
69
|
+
version: "5.0"
|
|
70
70
|
type: :development
|
|
71
71
|
version_requirements: *id002
|
|
72
72
|
- !ruby/object:Gem::Dependency
|
|
@@ -77,11 +77,11 @@ dependencies:
|
|
|
77
77
|
requirements:
|
|
78
78
|
- - ~>
|
|
79
79
|
- !ruby/object:Gem::Version
|
|
80
|
-
hash:
|
|
80
|
+
hash: 27
|
|
81
81
|
segments:
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
version: "
|
|
82
|
+
- 4
|
|
83
|
+
- 0
|
|
84
|
+
version: "4.0"
|
|
85
85
|
type: :development
|
|
86
86
|
version_requirements: *id003
|
|
87
87
|
- !ruby/object:Gem::Dependency
|
|
@@ -92,11 +92,11 @@ dependencies:
|
|
|
92
92
|
requirements:
|
|
93
93
|
- - ~>
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
|
-
hash:
|
|
95
|
+
hash: 11
|
|
96
96
|
segments:
|
|
97
97
|
- 3
|
|
98
|
-
-
|
|
99
|
-
version: "3.
|
|
98
|
+
- 6
|
|
99
|
+
version: "3.6"
|
|
100
100
|
type: :development
|
|
101
101
|
version_requirements: *id004
|
|
102
102
|
description: |-
|
|
@@ -151,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
151
151
|
requirements: []
|
|
152
152
|
|
|
153
153
|
rubyforge_project: seattlerb
|
|
154
|
-
rubygems_version: 1.8.
|
|
154
|
+
rubygems_version: 1.8.25
|
|
155
155
|
signing_key:
|
|
156
156
|
specification_version: 3
|
|
157
157
|
summary: Gauntlet is a pluggable means of running code against all the latest gems and storing off the data.
|
metadata.gz.sig
CHANGED
|
Binary file
|