overlord 3.0.1 → 3.0.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.
Files changed (4) hide show
  1. data/Rakefile +1 -0
  2. data/VERSION +1 -1
  3. data/overlord.gemspec +5 -2
  4. metadata +20 -6
data/Rakefile CHANGED
@@ -13,6 +13,7 @@ begin
13
13
  gem.homepage = "http://github.com/jbasdf/overlord"
14
14
  gem.authors = ["Justin Ball", "Joel Duffin"]
15
15
  gem.add_dependency "httparty"
16
+ gem.add_dependency "json"
16
17
  gem.add_development_dependency "shoulda"
17
18
  end
18
19
  Jeweler::GemcutterTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1
1
+ 3.0.2
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{overlord}
8
- s.version = "3.0.1"
8
+ s.version = "3.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Justin Ball", "Joel Duffin"]
12
- s.date = %q{2010-09-17}
12
+ s.date = %q{2010-10-18}
13
13
  s.description = %q{Code to interact with the google ajax apis on the server and the client.}
14
14
  s.email = %q{justin@tatemae.com}
15
15
  s.extra_rdoc_files = [
@@ -223,13 +223,16 @@ Gem::Specification.new do |s|
223
223
 
224
224
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
225
225
  s.add_runtime_dependency(%q<httparty>, [">= 0"])
226
+ s.add_runtime_dependency(%q<json>, [">= 0"])
226
227
  s.add_development_dependency(%q<shoulda>, [">= 0"])
227
228
  else
228
229
  s.add_dependency(%q<httparty>, [">= 0"])
230
+ s.add_dependency(%q<json>, [">= 0"])
229
231
  s.add_dependency(%q<shoulda>, [">= 0"])
230
232
  end
231
233
  else
232
234
  s.add_dependency(%q<httparty>, [">= 0"])
235
+ s.add_dependency(%q<json>, [">= 0"])
233
236
  s.add_dependency(%q<shoulda>, [">= 0"])
234
237
  end
235
238
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: overlord
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 1
10
- version: 3.0.1
9
+ - 2
10
+ version: 3.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Ball
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-09-17 00:00:00 -06:00
19
+ date: 2010-10-18 00:00:00 -06:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -34,7 +34,7 @@ dependencies:
34
34
  type: :runtime
35
35
  version_requirements: *id001
36
36
  - !ruby/object:Gem::Dependency
37
- name: shoulda
37
+ name: json
38
38
  prerelease: false
39
39
  requirement: &id002 !ruby/object:Gem::Requirement
40
40
  none: false
@@ -45,8 +45,22 @@ dependencies:
45
45
  segments:
46
46
  - 0
47
47
  version: "0"
48
- type: :development
48
+ type: :runtime
49
49
  version_requirements: *id002
50
+ - !ruby/object:Gem::Dependency
51
+ name: shoulda
52
+ prerelease: false
53
+ requirement: &id003 !ruby/object:Gem::Requirement
54
+ none: false
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ hash: 3
59
+ segments:
60
+ - 0
61
+ version: "0"
62
+ type: :development
63
+ version_requirements: *id003
50
64
  description: Code to interact with the google ajax apis on the server and the client.
51
65
  email: justin@tatemae.com
52
66
  executables: []