annoy 0.5.4 → 0.5.5
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES.txt +4 -0
- data/annoy.gemspec +1 -1
- data/lib/annoy.rb +2 -2
- metadata +3 -3
data/CHANGES.txt
CHANGED
data/annoy.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
@spec = Gem::Specification.new do |s|
|
2
2
|
s.name = "annoy"
|
3
3
|
s.rubyforge_project = "annoy"
|
4
|
-
s.version = "0.5.
|
4
|
+
s.version = "0.5.5"
|
5
5
|
s.summary = "Annoy: Like your annoying friend that asks you questions all the time."
|
6
6
|
s.description = s.summary
|
7
7
|
s.author = "Delano Mandelbaum"
|
data/lib/annoy.rb
CHANGED
@@ -43,9 +43,9 @@ class Annoy
|
|
43
43
|
:insane => 1000
|
44
44
|
}.freeze
|
45
45
|
|
46
|
-
@@period =
|
46
|
+
@@period = 3600.freeze # max seconds to wait
|
47
47
|
@@flavors = [:numeric, :string].freeze
|
48
|
-
@@skip = false
|
48
|
+
@@skip = false # skip questions
|
49
49
|
|
50
50
|
# Calling this method tells Annoy to not prompt for
|
51
51
|
# a response. All questions will return true.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: annoy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Delano Mandelbaum
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-11-23 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements: []
|
67
67
|
|
68
68
|
rubyforge_project: annoy
|
69
|
-
rubygems_version: 1.3.
|
69
|
+
rubygems_version: 1.3.5
|
70
70
|
signing_key:
|
71
71
|
specification_version: 3
|
72
72
|
summary: "Annoy: Like your annoying friend that asks you questions all the time."
|