annoy 0.5.3 → 0.5.4

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 (3) hide show
  1. data/CHANGES.txt +4 -0
  2. data/annoy.gemspec +1 -14
  3. metadata +4 -14
@@ -1,5 +1,9 @@
1
1
  ANNOY, CHANGES
2
2
 
3
+ #### 0.5.4 (2009-06-25) ###############################
4
+
5
+ * CHANGE: Removed RedCloth dependency from gemspec.
6
+
3
7
  #### 0.5.3 (2009-06-21) ###############################
4
8
 
5
9
  * CHANGE: pose_question returns true when writer is nil
@@ -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.3"
4
+ s.version = "0.5.4"
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"
@@ -40,17 +40,4 @@
40
40
  s.require_paths = %w[lib]
41
41
  s.rubygems_version = '1.3.0'
42
42
 
43
- if s.respond_to? :specification_version then
44
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
45
- s.specification_version = 2
46
-
47
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
48
- s.add_runtime_dependency(%q<RedCloth>, [">= 4.0.4"])
49
- else
50
- s.add_dependency(%q<RedCloth>, [">= 4.0.4"])
51
- end
52
- else
53
- s.add_dependency(%q<RedCloth>, [">= 4.0.4"])
54
- end
55
-
56
43
  end
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.3
4
+ version: 0.5.4
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-21 00:00:00 -04:00
12
+ date: 2009-06-25 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -22,16 +22,6 @@ dependencies:
22
22
  - !ruby/object:Gem::Version
23
23
  version: 1.5.0
24
24
  version:
25
- - !ruby/object:Gem::Dependency
26
- name: RedCloth
27
- type: :runtime
28
- version_requirement:
29
- version_requirements: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: 4.0.4
34
- version:
35
25
  description: "Annoy: Like your annoying friend that asks you questions all the time."
36
26
  email: delano@solutious.com
37
27
  executables: []
@@ -76,9 +66,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
66
  requirements: []
77
67
 
78
68
  rubyforge_project: annoy
79
- rubygems_version: 1.3.3
69
+ rubygems_version: 1.3.2
80
70
  signing_key:
81
- specification_version: 2
71
+ specification_version: 3
82
72
  summary: "Annoy: Like your annoying friend that asks you questions all the time."
83
73
  test_files: []
84
74