Explorar el Código

Moved attribution to a seperate file to avoid cluttering the code.

David Underwood hace 13 años
padre
commit
c4feb5276a
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 3 0
      CONTRIBUTORS
  2. 0 1
      lib/shopify_api/limits.rb

+ 3 - 0
CONTRIBUTORS

@@ -0,0 +1,3 @@
+API limits code
+
+* Contributed by Chris Scott, https://github.com/christocracy/shopify-api-limits

+ 0 - 1
lib/shopify_api/limits.rb

@@ -1,4 +1,3 @@
-# based on code from https://github.com/christocracy/shopify-api-limits
 module ShopifyAPI
   module Limits
     def self.included(klass)