percy-client 1.4.1 → 1.4.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: ff13681ebc6ba8462ab1bab83f05778d7a3ea23b
4
- data.tar.gz: 9f7c57003c03986c9f8b71e3e465d97cd4204a87
3
+ metadata.gz: de692225ce84348e116edaeba0d43941994e2894
4
+ data.tar.gz: 9461b20e0de36b59b41144c02aeec697e5b16e60
5
5
  SHA512:
6
- metadata.gz: 9c4e58df2f2171d01cc43d95ea2d3890909f3eb8bd02f935def23741dc3bb959a53a51aa7439cc54b080780823d0a94a4aa0b7fe16bf597377da227e43635003
7
- data.tar.gz: cf6dfba7f7ef13d152a86ebc09ae9d0fa9fa9ab2723ac3f47fb5f113dd991e102fb01e864a83db9a3e5c736e4fa8e9662d63672feac8462d6cb6bdb2f958c128
6
+ metadata.gz: 5305b2d6f3ee3b27c3d3efba19cf13cc461efc4ce50bd9c4daa65a1e6442aaf0fdf791cd305bff7baa44cc476b5d133ed52365e58091611170dc43468cb0c85c
7
+ data.tar.gz: a10670db8b468e4fa19b2873f93ef1b71ed1e8b308f3cbc2aed5828cece095de9a6a273b959e8ad69bfe82cdacf19331b06767c475fff7d2003c5aaad683bc9f
data/.gitignore CHANGED
@@ -1,5 +1,4 @@
1
1
  /.bundle/
2
- /Gemfile.lock
3
2
  /coverage/
4
3
  /doc/
5
4
  /pkg/
data/.travis.yml CHANGED
@@ -1,5 +1,11 @@
1
1
  language: ruby
2
2
  sudo: false
3
+ addons:
4
+ apt:
5
+ packages:
6
+ - ruby-dev
7
+ - libffi-dev
8
+ - libgmp-dev
3
9
  cache: bundler
4
10
  rvm:
5
11
  - 1.9.3
data/Gemfile.lock ADDED
@@ -0,0 +1,94 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ percy-client (1.4.2)
5
+ faraday (>= 0.9)
6
+ httpclient (>= 2.6)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ addressable (2.3.8)
12
+ celluloid (0.16.0)
13
+ timers (~> 4.0.0)
14
+ coderay (1.1.0)
15
+ crack (0.4.2)
16
+ safe_yaml (~> 1.0.0)
17
+ diff-lcs (1.2.5)
18
+ faraday (0.9.2)
19
+ multipart-post (>= 1.2, < 3)
20
+ ffi (1.9.8)
21
+ formatador (0.2.5)
22
+ guard (2.12.5)
23
+ formatador (>= 0.2.4)
24
+ listen (~> 2.7)
25
+ lumberjack (~> 1.0)
26
+ nenv (~> 0.1)
27
+ notiffany (~> 0.0)
28
+ pry (>= 0.9.12)
29
+ shellany (~> 0.0)
30
+ thor (>= 0.18.1)
31
+ guard-compat (1.2.1)
32
+ guard-rspec (4.5.0)
33
+ guard (~> 2.1)
34
+ guard-compat (~> 1.1)
35
+ rspec (>= 2.99.0, < 4.0)
36
+ hitimes (1.2.2)
37
+ httpclient (2.8.0)
38
+ listen (2.10.0)
39
+ celluloid (~> 0.16.0)
40
+ rb-fsevent (>= 0.9.3)
41
+ rb-inotify (>= 0.9)
42
+ lumberjack (1.0.9)
43
+ method_source (0.8.2)
44
+ multipart-post (2.0.0)
45
+ nenv (0.2.0)
46
+ notiffany (0.0.6)
47
+ nenv (~> 0.1)
48
+ shellany (~> 0.0)
49
+ pry (0.10.1)
50
+ coderay (~> 1.1.0)
51
+ method_source (~> 0.8.1)
52
+ slop (~> 3.4)
53
+ rake (10.4.2)
54
+ rb-fsevent (0.9.4)
55
+ rb-inotify (0.9.5)
56
+ ffi (>= 0.5.0)
57
+ rspec (3.2.0)
58
+ rspec-core (~> 3.2.0)
59
+ rspec-expectations (~> 3.2.0)
60
+ rspec-mocks (~> 3.2.0)
61
+ rspec-core (3.2.3)
62
+ rspec-support (~> 3.2.0)
63
+ rspec-expectations (3.2.1)
64
+ diff-lcs (>= 1.2.0, < 2.0)
65
+ rspec-support (~> 3.2.0)
66
+ rspec-mocks (3.2.1)
67
+ diff-lcs (>= 1.2.0, < 2.0)
68
+ rspec-support (~> 3.2.0)
69
+ rspec-support (3.2.2)
70
+ safe_yaml (1.0.4)
71
+ shellany (0.0.1)
72
+ slop (3.6.0)
73
+ thor (0.19.1)
74
+ timers (4.0.1)
75
+ hitimes
76
+ vcr (2.9.3)
77
+ webmock (1.21.0)
78
+ addressable (>= 2.3.6)
79
+ crack (>= 0.3.2)
80
+
81
+ PLATFORMS
82
+ ruby
83
+
84
+ DEPENDENCIES
85
+ bundler (~> 1.7)
86
+ guard-rspec
87
+ percy-client!
88
+ rake (~> 10.0)
89
+ rspec (~> 3.2)
90
+ vcr
91
+ webmock
92
+
93
+ BUNDLED WITH
94
+ 1.10.6
@@ -57,8 +57,8 @@ module Percy
57
57
  data = {
58
58
  'data' => {
59
59
  'type' => 'resources',
60
+ 'id' => sha,
60
61
  'attributes' => {
61
- 'id' => sha,
62
62
  'base64-content' => Base64.strict_encode64(content),
63
63
  },
64
64
  },
@@ -1,5 +1,5 @@
1
1
  module Percy
2
2
  class Client
3
- VERSION = '1.4.1'
3
+ VERSION = '1.4.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: percy-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Perceptual Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-08 00:00:00.000000000 Z
11
+ date: 2016-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -119,6 +119,7 @@ files:
119
119
  - ".rspec"
120
120
  - ".travis.yml"
121
121
  - Gemfile
122
+ - Gemfile.lock
122
123
  - Guardfile
123
124
  - LICENSE
124
125
  - README.md
@@ -172,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
172
173
  version: '0'
173
174
  requirements: []
174
175
  rubyforge_project:
175
- rubygems_version: 2.4.5
176
+ rubygems_version: 2.2.2
176
177
  signing_key:
177
178
  specification_version: 4
178
179
  summary: Percy::Client
@@ -196,4 +197,3 @@ test_files:
196
197
  - spec/lib/percy_spec.rb
197
198
  - spec/spec_helper.rb
198
199
  - spec/support/vcr_setup.rb
199
- has_rdoc: