technicalpickles-gemstalker 0.3.1 → 0.3.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/VERSION.yml +1 -1
- data/bin/gemstalk +2 -2
- metadata +2 -2
data/VERSION.yml
CHANGED
data/bin/gemstalk
CHANGED
@@ -57,7 +57,7 @@ end
|
|
57
57
|
|
58
58
|
waiting = false
|
59
59
|
|
60
|
-
puts "Checking to see if it is in the specfile"
|
60
|
+
puts "Checking to see if it is in the specfile:"
|
61
61
|
loop do
|
62
62
|
if stalker.in_specfile?
|
63
63
|
puts "." if waiting
|
@@ -66,5 +66,5 @@ loop do
|
|
66
66
|
end
|
67
67
|
print "."
|
68
68
|
waiting = true
|
69
|
-
sleep(5)
|
69
|
+
sleep(60*5)
|
70
70
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: technicalpickles-gemstalker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Nichols
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-02-
|
12
|
+
date: 2009-02-26 00:00:00 -08:00
|
13
13
|
default_executable: gemstalk
|
14
14
|
dependencies: []
|
15
15
|
|