dcparker-shopify 0.2.0 → 0.2.1

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/CHANGELOG +2 -0
  2. data/shopify.gemspec +4 -6
  3. metadata +1 -4
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v0.2.1 Dependency fix for httparty.
2
+
1
3
  v0.2.0 Second release, using HTTParty, capable of multiple shop connections in one app, and thread-safe.
2
4
 
3
5
  v0.1.9 2.0 Beta, another rewrite using the light HTTParty instead of ActiveResource.
data/shopify.gemspec CHANGED
@@ -2,12 +2,10 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{shopify}
5
- s.version = "0.2.0"
5
+ s.version = "0.2.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Daniel Parker"]
9
- # s.cert_chain = ["/Users/daniel/.gem_keys/gem-public_cert.pem"]
10
- # s.signing_key = %q{/Users/daniel/.gem_keys/gem-private_key.pem}
11
9
  s.date = %q{2009-04-16}
12
10
  s.description = %q{Easily communicate with Shopify.com's restful API.}
13
11
  s.email = %q{gems@behindlogic.com}
@@ -26,11 +24,11 @@ Gem::Specification.new do |s|
26
24
  s.specification_version = 2
27
25
 
28
26
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
29
- s.add_runtime_dependency(%q<jnunemaker-httparty>, ["= 0", "= 0.3.1"])
27
+ s.add_runtime_dependency(%q<jnunemaker-httparty>, ["= 0.3.1"])
30
28
  else
31
- s.add_dependency(%q<jnunemaker-httparty>, ["= 0", "= 0.3.1"])
29
+ s.add_dependency(%q<jnunemaker-httparty>, ["= 0.3.1"])
32
30
  end
33
31
  else
34
- s.add_dependency(%q<jnunemaker-httparty>, ["= 0", "= 0.3.1"])
32
+ s.add_dependency(%q<jnunemaker-httparty>, ["= 0.3.1"])
35
33
  end
36
34
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dcparker-shopify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Parker
@@ -18,9 +18,6 @@ dependencies:
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
20
20
  requirements:
21
- - - "="
22
- - !ruby/object:Gem::Version
23
- version: "0"
24
21
  - - "="
25
22
  - !ruby/object:Gem::Version
26
23
  version: 0.3.1