delano-annoy 0.5.4 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
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 -2
@@ -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: delano-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
@@ -40,6 +40,7 @@ files:
40
40
  - annoy.gemspec
41
41
  has_rdoc: true
42
42
  homepage: http://solutious.com/
43
+ licenses:
43
44
  post_install_message:
44
45
  rdoc_options:
45
46
  - --line-numbers
@@ -64,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
65
  requirements: []
65
66
 
66
67
  rubyforge_project: annoy
67
- rubygems_version: 1.2.0
68
+ rubygems_version: 1.3.5
68
69
  signing_key:
69
70
  specification_version: 2
70
71
  summary: "Annoy: Like your annoying friend that asks you questions all the time."