shopify-api-limits 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,7 @@
1
- require 'active_resource/connection'
2
- require 'shopify_api/shopify_api'
1
+ $:.unshift File.dirname(__FILE__)
2
+
3
+ require 'shopify-api-limits/active_resource/connection'
4
+ require 'shopify-api-limits/shopify_api/shopify_api'
3
5
 
4
6
  module ShopifyAPI
5
7
  module Limits
@@ -1,4 +1,4 @@
1
- class ActiveResource
1
+ module ActiveResource
2
2
  class Connection
3
3
  # HACK 1: Add an attr_reader for response
4
4
  attr_reader :response
@@ -1,5 +1,5 @@
1
1
  module ShopifyAPI
2
2
  module Limits
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: shopify-api-limits
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Chris Scott