versacommerce-theme_api_client 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -0
- data/lib/versacommerce/theme_api_client/version.rb +1 -1
- data/versacommerce-theme_api_client.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 018e82d71327c526a82758f49b238bbbe2ecd411
|
4
|
+
data.tar.gz: 2c882d226dd69a67109dbf27dbbfea7d67e79aaf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
```
|
@@ -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.
|
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.
|
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-
|
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.
|
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.
|
26
|
+
version: 0.7.3
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: activesupport
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|