norseal-api 0.1.1 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aebba70883bbc95f842ad486aea00a8d17708fe0
4
- data.tar.gz: c4bddf4b2416a2243f20b264c12418f114eee3ca
3
+ metadata.gz: 173e72fdfee7604af88414696196d8d7e338a55a
4
+ data.tar.gz: 758604aced9b22f3251f5005be142699cd5b12b7
5
5
  SHA512:
6
- metadata.gz: ed238a3fa30fd3217da9621c9830819e9878e3a0006b30e012159ddabae9b4c881d175579d620ce0bc6ad8b05572283131cdd76a93a908b5cca7373aa0a6a077
7
- data.tar.gz: 690b3f259c2d9425ab8aa81f7ba43ab09361165720aa4d57bb6a09b7f516f09c2e2ad48aad6956fd6829bed9adf16c536ca54266bc1a4cc5c3a5892dfaa009a3
6
+ metadata.gz: 0d83f8ea089fe9ec846916909cb4ff25b212cd49c7a67a3dddba79262799955e5a758104700f67a6173e453d67c7fb2d32f0efc9d9f3a102ddaf2317db0d3068
7
+ data.tar.gz: fa9032b4b449252f5377140de0bbd1ad29b852d5869056844731498ceea8f70ffbe99284c7f48d76c4c88cfc87872ad2e1001fbdfb3786f7f6eb3ab8c1ca6e5e
@@ -21,8 +21,8 @@ module Norseal
21
21
  c.adapter Faraday.default_adapter unless c.builder.handlers.include?(Faraday::Adapter::Test)
22
22
  end
23
23
 
24
- require "norseal/api/resources/collection"
25
- require "norseal/api/resources/product"
24
+ require "api/resources/collection"
25
+ require "api/resources/product"
26
26
  end
27
27
 
28
28
  def self.api
@@ -1,5 +1,5 @@
1
1
  module Norseal
2
2
  module Api
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: norseal-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie Barton