versacommerce-theme_api_client 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 990ff9457b19aff2773db59aa619d9a7a96879c6
4
- data.tar.gz: 5a23a121d1f16b738575552839d33fab9f98197e
3
+ metadata.gz: 018e82d71327c526a82758f49b238bbbe2ecd411
4
+ data.tar.gz: 2c882d226dd69a67109dbf27dbbfea7d67e79aaf
5
5
  SHA512:
6
- metadata.gz: ea312975266e5522796eec6c7ff332627678e0b928c7651a8ffc51526b58b88a1a54c17c7d80429b56a3518fec70b24bc54050119d147209567b10061870cce5
7
- data.tar.gz: 0d04b8c38e6a91098c97dabacc951b6fa6740f4b29b1b6cb451fb02ed3916ac87209ba2781f3550f8cfe23af990c69cf334f7eb1c6a669fe7df0853ecc782e7f
6
+ metadata.gz: 0ee8b43d66e0be0bc42c79457a05932a7ffaf4d001fe03b5336e53f5d908eabd5347a267aca6ab389087159f7673c590b1ef1fffedd2d8943d171a47fa418191
7
+ data.tar.gz: 116d3dd7f9d5e2842512daac5fe65473b6ba27cb45a0ecd742d52925b0285ddbda52c0636b439061cb2188e54bf7327c2cf88b14c4f4f85cebc8b77f6d6f71ce
data/README.md CHANGED
@@ -4,6 +4,10 @@
4
4
 
5
5
  Versacommerce::ThemeAPIClient is a library to consume the VersaCommerce Theme API.
6
6
 
7
+ ## Requirements
8
+
9
+ Ruby ≥ 2.0.0
10
+
7
11
  ## Installation
8
12
 
9
13
  Add this line to your application's Gemfile:
@@ -29,6 +33,8 @@ $ gem install versacommerce-theme_api_client
29
33
  Create a client object to work on:
30
34
 
31
35
  ```ruby
36
+ require 'versacommerce/theme_api_client'
37
+
32
38
  authorization = 'YOUR_AUTHORIZATION'
33
39
  client = Versacommerce::ThemeAPIClient.new(authorization: authorization)
34
40
  ```
@@ -1,5 +1,5 @@
1
1
  module Versacommerce
2
2
  class ThemeAPIClient
3
- VERSION = Gem::Version.new('0.1.0')
3
+ VERSION = Gem::Version.new('0.1.1')
4
4
  end
5
5
  end
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
 
19
19
  spec.required_ruby_version = '>= 2.0.0'
20
20
 
21
- spec.add_runtime_dependency 'http', '0.7.2'
21
+ spec.add_runtime_dependency 'http', '0.7.3'
22
22
  spec.add_runtime_dependency 'activesupport', '~> 4.2'
23
23
  spec.add_runtime_dependency 'activemodel', '~> 4.2'
24
24
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: versacommerce-theme_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Bühlmann
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-03-20 00:00:00.000000000 Z
11
+ date: 2015-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: http
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.7.2
19
+ version: 0.7.3
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.7.2
26
+ version: 0.7.3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: activesupport
29
29
  requirement: !ruby/object:Gem::Requirement