annoy 0.5.4 → 0.5.5

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.
Files changed (4) hide show
  1. data/CHANGES.txt +4 -0
  2. data/annoy.gemspec +1 -1
  3. data/lib/annoy.rb +2 -2
  4. metadata +3 -3
@@ -1,5 +1,9 @@
1
1
  ANNOY, CHANGES
2
2
 
3
+ #### 0.5.4 (2009-08-01) ###############################
4
+
5
+ * CHANGE: Increased default timeout period to 3600 seconds.
6
+
3
7
  #### 0.5.4 (2009-06-25) ###############################
4
8
 
5
9
  * CHANGE: Removed RedCloth dependency from gemspec.
@@ -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"
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"
@@ -43,9 +43,9 @@ class Annoy
43
43
  :insane => 1000
44
44
  }.freeze
45
45
 
46
- @@period = 60.freeze # max seconds to wait
46
+ @@period = 3600.freeze # max seconds to wait
47
47
  @@flavors = [:numeric, :string].freeze
48
- @@skip = false # skip questions
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
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-06-25 00:00:00 -04:00
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.2
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."