gauntlet 2.0.0 → 2.0.1
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 +6 -0
- data/README.txt +2 -2
- data/Rakefile +2 -2
- data/lib/gauntlet.rb +1 -1
- metadata +34 -24
- metadata.gz.sig +0 -0
- data/.gemtest +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/History.txt
CHANGED
data/README.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
= gauntlet
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
home :: https://github.com/seattlerb/gauntlet
|
|
4
4
|
|
|
5
5
|
== DESCRIPTION:
|
|
6
6
|
|
|
@@ -45,7 +45,7 @@ gems and storing off the data.
|
|
|
45
45
|
|
|
46
46
|
(The MIT License)
|
|
47
47
|
|
|
48
|
-
Copyright (c)
|
|
48
|
+
Copyright (c) Ryan Davis, Seattle.rb
|
|
49
49
|
|
|
50
50
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
51
51
|
a copy of this software and associated documentation files (the
|
data/Rakefile
CHANGED
|
@@ -11,11 +11,11 @@ Hoe.spec 'gauntlet' do
|
|
|
11
11
|
|
|
12
12
|
self.rubyforge_name = 'seattlerb'
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
dependency "net-http-persistent", "~> 1.4.1"
|
|
15
15
|
end
|
|
16
16
|
|
|
17
17
|
desc "update your gauntlet gems"
|
|
18
|
-
task :update do
|
|
18
|
+
task :update => :isolate do
|
|
19
19
|
sh "ruby -I lib ./bin/gauntlet update"
|
|
20
20
|
end
|
|
21
21
|
|
data/lib/gauntlet.rb
CHANGED
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: 13
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 2.0.
|
|
9
|
+
- 1
|
|
10
|
+
version: 2.0.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ryan Davis
|
|
@@ -36,8 +36,7 @@ cert_chain:
|
|
|
36
36
|
FBHgymkyj/AOSqKRIpXPhjC6
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
38
|
|
|
39
|
-
date:
|
|
40
|
-
default_executable:
|
|
39
|
+
date: 2012-10-05 00:00:00 Z
|
|
41
40
|
dependencies:
|
|
42
41
|
- !ruby/object:Gem::Dependency
|
|
43
42
|
name: net-http-persistent
|
|
@@ -61,32 +60,45 @@ dependencies:
|
|
|
61
60
|
requirement: &id002 !ruby/object:Gem::Requirement
|
|
62
61
|
none: false
|
|
63
62
|
requirements:
|
|
64
|
-
- -
|
|
63
|
+
- - ~>
|
|
65
64
|
- !ruby/object:Gem::Version
|
|
66
|
-
hash:
|
|
65
|
+
hash: 1
|
|
67
66
|
segments:
|
|
68
|
-
-
|
|
69
|
-
-
|
|
70
|
-
|
|
71
|
-
version: 2.0.2
|
|
67
|
+
- 3
|
|
68
|
+
- 3
|
|
69
|
+
version: "3.3"
|
|
72
70
|
type: :development
|
|
73
71
|
version_requirements: *id002
|
|
74
72
|
- !ruby/object:Gem::Dependency
|
|
75
|
-
name:
|
|
73
|
+
name: rdoc
|
|
76
74
|
prerelease: false
|
|
77
75
|
requirement: &id003 !ruby/object:Gem::Requirement
|
|
78
76
|
none: false
|
|
79
77
|
requirements:
|
|
80
|
-
- -
|
|
78
|
+
- - ~>
|
|
81
79
|
- !ruby/object:Gem::Version
|
|
82
|
-
hash:
|
|
80
|
+
hash: 19
|
|
83
81
|
segments:
|
|
84
|
-
-
|
|
85
|
-
-
|
|
86
|
-
|
|
87
|
-
version: 2.9.1
|
|
82
|
+
- 3
|
|
83
|
+
- 10
|
|
84
|
+
version: "3.10"
|
|
88
85
|
type: :development
|
|
89
86
|
version_requirements: *id003
|
|
87
|
+
- !ruby/object:Gem::Dependency
|
|
88
|
+
name: hoe
|
|
89
|
+
prerelease: false
|
|
90
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
|
91
|
+
none: false
|
|
92
|
+
requirements:
|
|
93
|
+
- - ~>
|
|
94
|
+
- !ruby/object:Gem::Version
|
|
95
|
+
hash: 7
|
|
96
|
+
segments:
|
|
97
|
+
- 3
|
|
98
|
+
- 0
|
|
99
|
+
version: "3.0"
|
|
100
|
+
type: :development
|
|
101
|
+
version_requirements: *id004
|
|
90
102
|
description: |-
|
|
91
103
|
Gauntlet is a pluggable means of running code against all the latest
|
|
92
104
|
gems and storing off the data.
|
|
@@ -109,9 +121,7 @@ files:
|
|
|
109
121
|
- lib/gauntlet.rb
|
|
110
122
|
- lib/gauntlet_grep.rb
|
|
111
123
|
- test/test_gauntlet.rb
|
|
112
|
-
|
|
113
|
-
has_rdoc: true
|
|
114
|
-
homepage: http://rubyforge.org/projects/seattlerb
|
|
124
|
+
homepage: https://github.com/seattlerb/gauntlet
|
|
115
125
|
licenses: []
|
|
116
126
|
|
|
117
127
|
post_install_message:
|
|
@@ -141,9 +151,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
141
151
|
requirements: []
|
|
142
152
|
|
|
143
153
|
rubyforge_project: seattlerb
|
|
144
|
-
rubygems_version: 1.
|
|
154
|
+
rubygems_version: 1.8.24
|
|
145
155
|
signing_key:
|
|
146
156
|
specification_version: 3
|
|
147
157
|
summary: Gauntlet is a pluggable means of running code against all the latest gems and storing off the data.
|
|
148
|
-
test_files:
|
|
149
|
-
|
|
158
|
+
test_files: []
|
|
159
|
+
|
metadata.gz.sig
CHANGED
|
Binary file
|
data/.gemtest
DELETED
|
File without changes
|