dcparker-shopify 0.2.1 → 0.2.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.
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v0.2.2 Fix extlib inclusion.
2
+
1
3
  v0.2.1 Dependency fix for httparty.
2
4
 
3
5
  v0.2.0 Second release, using HTTParty, capable of multiple shop connections in one app, and thread-safe.
@@ -1,9 +1,9 @@
1
1
  # :nodoc:all
2
2
 
3
- require 'quickbooks/extlib/class'
4
- require 'quickbooks/extlib/object'
5
- require 'quickbooks/extlib/string'
6
- require 'quickbooks/extlib/hash'
7
- require 'quickbooks/extlib/time'
8
- require 'quickbooks/extlib/assertions'
9
- require 'quickbooks/extlib/inflection'
3
+ require 'shopify/extlib/class'
4
+ require 'shopify/extlib/object'
5
+ require 'shopify/extlib/string'
6
+ require 'shopify/extlib/hash'
7
+ require 'shopify/extlib/time'
8
+ require 'shopify/extlib/assertions'
9
+ require 'shopify/extlib/inflection'
data/shopify.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{shopify}
5
- s.version = "0.2.1"
5
+ s.version = "0.2.2"
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"]
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.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Parker