rspreedly 0.1.8 → 0.1.9

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/VERSION +1 -1
  2. data/rspreedly.gemspec +7 -3
  3. metadata +13 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.8
1
+ 0.1.9
data/rspreedly.gemspec CHANGED
@@ -1,12 +1,15 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
1
4
  # -*- encoding: utf-8 -*-
2
5
 
3
6
  Gem::Specification.new do |s|
4
7
  s.name = %q{rspreedly}
5
- s.version = "0.1.8"
8
+ s.version = "0.1.9"
6
9
 
7
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
11
  s.authors = ["Richard Livsey"]
9
- s.date = %q{2009-11-25}
12
+ s.date = %q{2010-01-20}
10
13
  s.email = %q{richard@livsey.org}
11
14
  s.extra_rdoc_files = [
12
15
  "LICENSE",
@@ -80,7 +83,7 @@ Gem::Specification.new do |s|
80
83
  "spec/subscriber_spec.rb",
81
84
  "spec/subscription_plan_spec.rb"
82
85
  ]
83
-
86
+ s.add_dependency('httparty', '>= 0.5.0')
84
87
  if s.respond_to? :specification_version then
85
88
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
86
89
  s.specification_version = 3
@@ -91,3 +94,4 @@ Gem::Specification.new do |s|
91
94
  else
92
95
  end
93
96
  end
97
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspreedly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Livsey
@@ -9,10 +9,19 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-25 00:00:00 +01:00
12
+ date: 2010-01-20 00:00:00 +01:00
13
13
  default_executable:
14
- dependencies: []
15
-
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: httparty
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 0.5.0
24
+ version:
16
25
  description:
17
26
  email: richard@livsey.org
18
27
  executables: []