imagesite 1.0.6 → 1.0.7

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 +26 -26
  3. data/imagesite.gemspec +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e2da5cb74061f33c9e7188fffbda6267e4570fe3a9b3f377b017229c4f904a0
4
- data.tar.gz: 4179954a13b051d6286323173de7502467b68be56933569ab56cb6c5d1458d48
3
+ metadata.gz: 1ca84935eac798457b38c972438a3d15d7b59e84c3575c807e7b86f6315556aa
4
+ data.tar.gz: c44f036e5ceec25d833fbfbfd58b76d978bc03dad7d16f129f26df47bb6e58e5
5
5
  SHA512:
6
- metadata.gz: e61feeabe7a58f8c84df29780ab576fa6e8ab03a86d261fb8b52f62c6623a29417a308a4ebdcaf8de4372c6ce4869b8d046ade2fe8be448e1231b226d527b3e1
7
- data.tar.gz: e3da2aa76a859e372aadfb0487d301372bfa7c61b866b6530752064c739f44fa8540924723a23ee89f01270030e2c1e128c1064d3224c7138dc098a8541e1153
6
+ metadata.gz: 1abb63ebdc70480e5909a2a56531910dda2840ac8a1f0b5d29958d1673131906511128309772e4ac0ec2f9a63eb498c75e00a1a432c334a739ef36df28a5fb4f
7
+ data.tar.gz: cddd2fa92bfd0bdbdc5be1c92204d931737f28063ee50e7fab2b19aa56cd0f639ce9407e996cc1d6bfee5c63af45da01892869fa2db0d889be94eaf28b8e2026
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- imagesite (1.0.6)
4
+ imagesite (1.0.7)
5
5
  erubis (>= 2.7.0)
6
6
  exifr (>= 1.3.3)
7
7
  image_science (>= 1.3.0)
@@ -16,7 +16,7 @@ GEM
16
16
  addressable (2.5.2)
17
17
  public_suffix (>= 2.0.2, < 4.0)
18
18
  ast (2.4.0)
19
- capybara (2.17.0)
19
+ capybara (2.18.0)
20
20
  addressable
21
21
  mini_mime (>= 0.1.3)
22
22
  nokogiri (>= 1.3.3)
@@ -24,38 +24,38 @@ GEM
24
24
  rack-test (>= 0.5.4)
25
25
  xpath (>= 2.0, < 4.0)
26
26
  diff-lcs (1.3)
27
- docile (1.1.5)
27
+ docile (1.3.1)
28
28
  erubis (2.7.0)
29
- exifr (1.3.3)
29
+ exifr (1.3.5)
30
30
  image_science (1.3.0)
31
31
  RubyInline (~> 3.9)
32
32
  json (2.1.0)
33
- mini_mime (1.0.0)
33
+ mini_mime (1.0.1)
34
34
  nokogiri (1.5.11)
35
35
  parallel (1.12.1)
36
- parser (2.4.0.2)
37
- ast (~> 2.3)
38
- powerpack (0.1.1)
36
+ parser (2.5.3.0)
37
+ ast (~> 2.4.0)
38
+ powerpack (0.1.2)
39
39
  public_suffix (2.0.5)
40
- rack (1.6.8)
40
+ rack (1.6.11)
41
41
  rack-test (0.7.0)
42
42
  rack (>= 1.0, < 3)
43
43
  rainbow (2.2.2)
44
44
  rake
45
- rake (12.3.0)
46
- rspec (3.7.0)
47
- rspec-core (~> 3.7.0)
48
- rspec-expectations (~> 3.7.0)
49
- rspec-mocks (~> 3.7.0)
50
- rspec-core (3.7.1)
51
- rspec-support (~> 3.7.0)
52
- rspec-expectations (3.7.0)
45
+ rake (12.3.2)
46
+ rspec (3.8.0)
47
+ rspec-core (~> 3.8.0)
48
+ rspec-expectations (~> 3.8.0)
49
+ rspec-mocks (~> 3.8.0)
50
+ rspec-core (3.8.0)
51
+ rspec-support (~> 3.8.0)
52
+ rspec-expectations (3.8.2)
53
53
  diff-lcs (>= 1.2.0, < 2.0)
54
- rspec-support (~> 3.7.0)
55
- rspec-mocks (3.7.0)
54
+ rspec-support (~> 3.8.0)
55
+ rspec-mocks (3.8.0)
56
56
  diff-lcs (>= 1.2.0, < 2.0)
57
- rspec-support (~> 3.7.0)
58
- rspec-support (3.7.1)
57
+ rspec-support (~> 3.8.0)
58
+ rspec-support (3.8.0)
59
59
  rubocop (0.50.0)
60
60
  parallel (~> 1.10)
61
61
  parser (>= 2.3.3.1, < 3.0)
@@ -63,13 +63,13 @@ GEM
63
63
  rainbow (>= 2.2.2, < 3.0)
64
64
  ruby-progressbar (~> 1.7)
65
65
  unicode-display_width (~> 1.0, >= 1.0.1)
66
- ruby-progressbar (1.9.0)
67
- simplecov (0.15.1)
68
- docile (~> 1.1.0)
66
+ ruby-progressbar (1.10.0)
67
+ simplecov (0.16.1)
68
+ docile (~> 1.1)
69
69
  json (>= 1.8, < 3)
70
70
  simplecov-html (~> 0.10.0)
71
71
  simplecov-html (0.10.2)
72
- unicode-display_width (1.3.0)
72
+ unicode-display_width (1.4.1)
73
73
  xmp (0.2.0)
74
74
  nokogiri (~> 1.5.0)
75
75
  xpath (2.1.0)
@@ -91,4 +91,4 @@ DEPENDENCIES
91
91
  simplecov (>= 0.15.1)
92
92
 
93
93
  BUNDLED WITH
94
- 1.16.1
94
+ 1.17.2
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'imagesite'
3
- spec.version = '1.0.6'
3
+ spec.version = '1.0.7'
4
4
  spec.author = 'Dave Schweisguth'
5
5
  spec.email = 'dave@schweisguth.org'
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imagesite
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Schweisguth
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-09 00:00:00.000000000 Z
11
+ date: 2018-12-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: exifr