imagesite 1.0.6 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +26 -26
- data/imagesite.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ca84935eac798457b38c972438a3d15d7b59e84c3575c807e7b86f6315556aa
|
4
|
+
data.tar.gz: c44f036e5ceec25d833fbfbfd58b76d978bc03dad7d16f129f26df47bb6e58e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1abb63ebdc70480e5909a2a56531910dda2840ac8a1f0b5d29958d1673131906511128309772e4ac0ec2f9a63eb498c75e00a1a432c334a739ef36df28a5fb4f
|
7
|
+
data.tar.gz: cddd2fa92bfd0bdbdc5be1c92204d931737f28063ee50e7fab2b19aa56cd0f639ce9407e996cc1d6bfee5c63af45da01892869fa2db0d889be94eaf28b8e2026
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
imagesite (1.0.
|
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.
|
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
|
27
|
+
docile (1.3.1)
|
28
28
|
erubis (2.7.0)
|
29
|
-
exifr (1.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.
|
33
|
+
mini_mime (1.0.1)
|
34
34
|
nokogiri (1.5.11)
|
35
35
|
parallel (1.12.1)
|
36
|
-
parser (2.
|
37
|
-
ast (~> 2.
|
38
|
-
powerpack (0.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.
|
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.
|
46
|
-
rspec (3.
|
47
|
-
rspec-core (~> 3.
|
48
|
-
rspec-expectations (~> 3.
|
49
|
-
rspec-mocks (~> 3.
|
50
|
-
rspec-core (3.
|
51
|
-
rspec-support (~> 3.
|
52
|
-
rspec-expectations (3.
|
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.
|
55
|
-
rspec-mocks (3.
|
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.
|
58
|
-
rspec-support (3.
|
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.
|
67
|
-
simplecov (0.
|
68
|
-
docile (~> 1.1
|
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.
|
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.
|
94
|
+
1.17.2
|
data/imagesite.gemspec
CHANGED
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.
|
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-
|
11
|
+
date: 2018-12-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: exifr
|