scaleapi-ruby 0.2.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +12 -12
- data/VERSION +1 -1
- data/scaleapi-ruby.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0f2b3c93aed3c9e3ccfd920788dfe5d91e0c454
|
4
|
+
data.tar.gz: 559dadfbf9fa730cb8e942bf038fdeee86074616
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8b01fb663525ce868e116e2b92a920b4b32db0b07808d243af2eac60690a38f310a290c288f3d30c7847ba0b245bbbd88a951f74567f7404807a50898f92312
|
7
|
+
data.tar.gz: 751f4dc4dbb782732240c757fb884fc57e7f094c59a06ea49ff1367d25c60a362826f348a3597ae826cb7bafc4d8e0f438bae799b5b8780e1a317b21f58076ce
|
data/Gemfile.lock
CHANGED
@@ -7,9 +7,9 @@ GEM
|
|
7
7
|
minitest (~> 5.1)
|
8
8
|
tzinfo (~> 1.1)
|
9
9
|
addressable (2.4.0)
|
10
|
-
builder (3.2.
|
10
|
+
builder (3.2.3)
|
11
11
|
coderay (1.1.1)
|
12
|
-
concurrent-ruby (1.0.
|
12
|
+
concurrent-ruby (1.0.4)
|
13
13
|
crack (0.4.3)
|
14
14
|
safe_yaml (~> 1.0.0)
|
15
15
|
descendants_tracker (0.0.4)
|
@@ -25,13 +25,13 @@ GEM
|
|
25
25
|
faraday (~> 0.8, < 0.10)
|
26
26
|
hashie (>= 3.4)
|
27
27
|
oauth2 (~> 1.0)
|
28
|
-
hashdiff (0.3.
|
29
|
-
hashie (3.
|
28
|
+
hashdiff (0.3.2)
|
29
|
+
hashie (3.5.3)
|
30
30
|
highline (1.7.8)
|
31
31
|
http-cookie (1.0.3)
|
32
32
|
domain_name (~> 0.5)
|
33
|
-
i18n (0.
|
34
|
-
json (1.8.
|
33
|
+
i18n (0.8.0)
|
34
|
+
json (1.8.6)
|
35
35
|
juwelier (2.1.2)
|
36
36
|
builder
|
37
37
|
bundler (>= 1.0)
|
@@ -53,15 +53,15 @@ GEM
|
|
53
53
|
multi_xml (0.6.0)
|
54
54
|
multipart-post (2.0.0)
|
55
55
|
netrc (0.11.0)
|
56
|
-
nokogiri (1.
|
56
|
+
nokogiri (1.7.0.1)
|
57
57
|
mini_portile2 (~> 2.1.0)
|
58
|
-
oauth2 (1.
|
59
|
-
faraday (>= 0.8, < 0.
|
58
|
+
oauth2 (1.3.0)
|
59
|
+
faraday (>= 0.8, < 0.11)
|
60
60
|
jwt (~> 1.0)
|
61
61
|
multi_json (~> 1.3)
|
62
62
|
multi_xml (~> 0.5)
|
63
63
|
rack (>= 1.2, < 3)
|
64
|
-
power_assert (0.
|
64
|
+
power_assert (1.0.1)
|
65
65
|
pry (0.10.4)
|
66
66
|
coderay (~> 1.1.0)
|
67
67
|
method_source (~> 0.8.1)
|
@@ -72,7 +72,7 @@ GEM
|
|
72
72
|
rake (12.0.0)
|
73
73
|
rdoc (3.12.2)
|
74
74
|
json (~> 1.4)
|
75
|
-
rest-client (2.0.
|
75
|
+
rest-client (2.0.1)
|
76
76
|
http-cookie (>= 1.0.2, < 2.0)
|
77
77
|
mime-types (>= 1.16, < 4.0)
|
78
78
|
netrc (~> 0.8)
|
@@ -94,7 +94,7 @@ GEM
|
|
94
94
|
unf_ext
|
95
95
|
unf_ext (0.0.7.2)
|
96
96
|
vcr (3.0.3)
|
97
|
-
webmock (2.3.
|
97
|
+
webmock (2.3.2)
|
98
98
|
addressable (>= 2.3.6)
|
99
99
|
crack (>= 0.3.2)
|
100
100
|
hashdiff
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.3.0
|
data/scaleapi-ruby.gemspec
CHANGED
@@ -2,16 +2,16 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: scaleapi-ruby 0.
|
5
|
+
# stub: scaleapi-ruby 0.3.0 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "scaleapi-ruby"
|
9
|
-
s.version = "0.
|
9
|
+
s.version = "0.3.0"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|
13
13
|
s.authors = ["Daniel Herzog"]
|
14
|
-
s.date = "2017-02-
|
14
|
+
s.date = "2017-02-20"
|
15
15
|
s.description = "A ruby gem wrapper for the Scale API, containing all the endpoints available."
|
16
16
|
s.email = "info@danielherzog.es"
|
17
17
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scaleapi-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Herzog
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-02-
|
11
|
+
date: 2017-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|