relateiq_client 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +31 -29
  3. data/lib/relateiq/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 90da560ced1f38046deb4d991fceeb7a16e24382
4
- data.tar.gz: b86006dd57fb30beace2392a0b4c231b2faba68e
3
+ metadata.gz: 3fb4b5b23b745b7cb50c06a5e806cc29c3c9d8ca
4
+ data.tar.gz: 1c87948c1416d4c28c10e5aef651b579720bdb3f
5
5
  SHA512:
6
- metadata.gz: 4500954c70b5d1f25205e8c640bb4552b007d1842db4afd008ee6ae8099b8742afafd7353e4edb8de8d6598774ad9729b7cc5bcc7ee8e3a96c40d74893f596d3
7
- data.tar.gz: 64e071527776e866801654e41114926f58f84e9178ef268d088b0e9813e71d0517a94620d140c3882d36472d8a6ee51a1202d15007cfe2b89887b01861c65b63
6
+ metadata.gz: a6eb24466a4d31990a17fad3e40012dce1cb7afd7d0172207760313d00105a576e66ceabda2417de86d693f4d040b7bb55c1300751d3f68371cf681f0447378e
7
+ data.tar.gz: ab90c2fe49f4c405fe3f8982587b55a2e2c7baf58ffe09b48cffeaf8442052777170b12c3c3c8a28406adc2dd62b4ef3452da42e1d5d03c33565b261ef56f28f
@@ -1,23 +1,23 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- relateiq_client (0.1.0)
4
+ relateiq_client (0.1.2)
5
5
  rest-client (~> 1.8)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  addressable (2.3.8)
11
- ast (2.0.0)
12
- astrolabe (1.3.0)
13
- parser (>= 2.2.0.pre.3, < 3.0)
11
+ ast (2.1.0)
12
+ astrolabe (1.3.1)
13
+ parser (~> 2.2)
14
14
  binding_of_caller (0.7.2)
15
15
  debug_inspector (>= 0.0.1)
16
16
  cadre (1.0.1)
17
17
  thor (>= 0.14, < 1.0)
18
18
  tilt (> 1.0)
19
19
  valise (~> 1.1.2)
20
- codeclimate-test-reporter (0.2.0)
20
+ codeclimate-test-reporter (0.4.8)
21
21
  simplecov (>= 0.7.1, < 1.0.0)
22
22
  coderay (1.1.0)
23
23
  colored (1.2)
@@ -25,27 +25,27 @@ GEM
25
25
  safe_yaml (~> 1.0.0)
26
26
  debug_inspector (0.0.2)
27
27
  diff-lcs (1.2.5)
28
+ docile (1.1.5)
28
29
  domain_name (0.5.24)
29
30
  unf (>= 0.0.5, < 1.0.0)
30
31
  http-cookie (1.0.2)
31
32
  domain_name (~> 0.5)
32
- httparty (0.13.5)
33
+ httparty (0.13.7)
33
34
  json (~> 1.8)
34
35
  multi_xml (>= 0.5.2)
35
- json (1.8.2)
36
+ json (1.8.3)
36
37
  method_source (0.8.2)
37
38
  mime-types (2.6.2)
38
- multi_json (1.10.1)
39
39
  multi_xml (0.5.5)
40
40
  netrc (0.10.3)
41
- parser (2.2.2.0)
41
+ parser (2.2.2.6)
42
42
  ast (>= 1.1, < 3.0)
43
- powerpack (0.1.0)
44
- pry (0.10.1)
43
+ powerpack (0.1.1)
44
+ pry (0.10.2)
45
45
  coderay (~> 1.1.0)
46
46
  method_source (~> 0.8.1)
47
47
  slop (~> 3.4)
48
- pry-stack_explorer (0.4.9.1)
48
+ pry-stack_explorer (0.4.9.2)
49
49
  binding_of_caller (>= 0.7)
50
50
  pry (>= 0.9.11)
51
51
  rainbow (2.0.0)
@@ -54,30 +54,32 @@ GEM
54
54
  http-cookie (>= 1.0.2, < 2.0)
55
55
  mime-types (>= 1.16, < 3.0)
56
56
  netrc (~> 0.7)
57
- rspec (3.1.0)
58
- rspec-core (~> 3.1.0)
59
- rspec-expectations (~> 3.1.0)
60
- rspec-mocks (~> 3.1.0)
61
- rspec-core (3.1.4)
62
- rspec-support (~> 3.1.0)
63
- rspec-expectations (3.1.2)
57
+ rspec (3.3.0)
58
+ rspec-core (~> 3.3.0)
59
+ rspec-expectations (~> 3.3.0)
60
+ rspec-mocks (~> 3.3.0)
61
+ rspec-core (3.3.2)
62
+ rspec-support (~> 3.3.0)
63
+ rspec-expectations (3.3.1)
64
64
  diff-lcs (>= 1.2.0, < 2.0)
65
- rspec-support (~> 3.1.0)
66
- rspec-mocks (3.1.2)
67
- rspec-support (~> 3.1.0)
68
- rspec-support (3.1.1)
69
- rubocop (0.30.0)
65
+ rspec-support (~> 3.3.0)
66
+ rspec-mocks (3.3.2)
67
+ diff-lcs (>= 1.2.0, < 2.0)
68
+ rspec-support (~> 3.3.0)
69
+ rspec-support (3.3.0)
70
+ rubocop (0.34.2)
70
71
  astrolabe (~> 1.3)
71
- parser (>= 2.2.0.1, < 3.0)
72
+ parser (>= 2.2.2.5, < 3.0)
72
73
  powerpack (~> 0.1)
73
74
  rainbow (>= 1.99.1, < 3.0)
74
75
  ruby-progressbar (~> 1.4)
75
76
  ruby-progressbar (1.7.5)
76
77
  safe_yaml (1.0.4)
77
- simplecov (0.7.1)
78
- multi_json (~> 1.0)
79
- simplecov-html (~> 0.7.1)
80
- simplecov-html (0.7.1)
78
+ simplecov (0.10.0)
79
+ docile (~> 1.1.0)
80
+ json (~> 1.8)
81
+ simplecov-html (~> 0.10.0)
82
+ simplecov-html (0.10.0)
81
83
  simplecov-json (0.2)
82
84
  json
83
85
  simplecov
@@ -1,3 +1,3 @@
1
1
  module RelateIq
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relateiq_client
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
  - Dorian Karter