imagesite 1.0.9 → 1.0.10
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 +4 -4
- data/.ruby-version +1 -1
- data/Gemfile.lock +30 -30
- data/README.md +7 -6
- data/imagesite.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 995ec3a1d2f35142adc3706ba4ce39a8b442eee851b61d6f803f38a294c168a9
|
|
4
|
+
data.tar.gz: a434c80587c59267b5f9a1fe5b5d9ca460dcf604c096eb753e9dc01e0226da59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65b2f3ddb998452f8abb1ec61d92e1f5c4bc19274957a038638a7a1ebe6eaac87ac4bb26905dbaa9754903fdc10a1e86dfb726c4ad80095375f6e407a8797cb7
|
|
7
|
+
data.tar.gz: 289d9603776d73f0d551731dda46fc6515e461949e9111f649c7f9e1d2c89274145bb2cd3084e723e616b2905dcd4a365ee157be07ef249776f77b6e4ade5128
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.6.10
|
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.10)
|
|
5
5
|
erubis (~> 2.7)
|
|
6
6
|
exifr (~> 1.3)
|
|
7
7
|
image_science (~> 1.3)
|
|
@@ -10,11 +10,11 @@ PATH
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
RubyInline (3.
|
|
13
|
+
RubyInline (3.14.1)
|
|
14
14
|
ZenTest (~> 4.3)
|
|
15
|
-
ZenTest (4.12.
|
|
16
|
-
addressable (2.7
|
|
17
|
-
public_suffix (>= 2.0.2, <
|
|
15
|
+
ZenTest (4.12.2)
|
|
16
|
+
addressable (2.8.7)
|
|
17
|
+
public_suffix (>= 2.0.2, < 7.0)
|
|
18
18
|
ast (2.4.2)
|
|
19
19
|
capybara (2.18.0)
|
|
20
20
|
addressable
|
|
@@ -23,39 +23,39 @@ GEM
|
|
|
23
23
|
rack (>= 1.0.0)
|
|
24
24
|
rack-test (>= 0.5.4)
|
|
25
25
|
xpath (>= 2.0, < 4.0)
|
|
26
|
-
diff-lcs (1.
|
|
27
|
-
docile (1.
|
|
26
|
+
diff-lcs (1.5.1)
|
|
27
|
+
docile (1.4.1)
|
|
28
28
|
erubis (2.7.0)
|
|
29
|
-
exifr (1.
|
|
30
|
-
image_science (1.3.
|
|
29
|
+
exifr (1.4.0)
|
|
30
|
+
image_science (1.3.2)
|
|
31
31
|
RubyInline (~> 3.9)
|
|
32
|
-
json (2.
|
|
33
|
-
mini_mime (1.1.
|
|
32
|
+
json (2.7.2)
|
|
33
|
+
mini_mime (1.1.5)
|
|
34
34
|
nokogiri (1.5.11)
|
|
35
|
-
parallel (1.
|
|
35
|
+
parallel (1.24.0)
|
|
36
36
|
parser (2.7.2.0)
|
|
37
37
|
ast (~> 2.4.1)
|
|
38
38
|
powerpack (0.1.3)
|
|
39
|
-
public_suffix (
|
|
40
|
-
rack (
|
|
41
|
-
rack-test (
|
|
42
|
-
rack (>= 1.
|
|
39
|
+
public_suffix (5.1.1)
|
|
40
|
+
rack (3.1.7)
|
|
41
|
+
rack-test (2.1.0)
|
|
42
|
+
rack (>= 1.3)
|
|
43
43
|
rainbow (2.2.2)
|
|
44
44
|
rake
|
|
45
|
-
rake (13.
|
|
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 (13.2.1)
|
|
46
|
+
rspec (3.13.0)
|
|
47
|
+
rspec-core (~> 3.13.0)
|
|
48
|
+
rspec-expectations (~> 3.13.0)
|
|
49
|
+
rspec-mocks (~> 3.13.0)
|
|
50
|
+
rspec-core (3.13.1)
|
|
51
|
+
rspec-support (~> 3.13.0)
|
|
52
|
+
rspec-expectations (3.13.3)
|
|
53
53
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
54
|
-
rspec-support (~> 3.
|
|
55
|
-
rspec-mocks (3.
|
|
54
|
+
rspec-support (~> 3.13.0)
|
|
55
|
+
rspec-mocks (3.13.1)
|
|
56
56
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
57
|
-
rspec-support (~> 3.
|
|
58
|
-
rspec-support (3.
|
|
57
|
+
rspec-support (~> 3.13.0)
|
|
58
|
+
rspec-support (3.13.1)
|
|
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.
|
|
66
|
+
ruby-progressbar (1.13.0)
|
|
67
67
|
simplecov (0.17.1)
|
|
68
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.8.0)
|
|
73
73
|
xmp (0.2.0)
|
|
74
74
|
nokogiri (~> 1.5.0)
|
|
75
75
|
xpath (2.1.0)
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# imagesite
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
macOS's iPhoto software had a feature that exported photos to a static web site.
|
|
4
4
|
iPhoto was discontinued in 2015. Its replacement, Photos, does not have that
|
|
5
5
|
feature. imagesite approximates that feature.
|
|
6
6
|
|
|
@@ -11,18 +11,19 @@ its title and description.
|
|
|
11
11
|
|
|
12
12
|
## Requirements
|
|
13
13
|
|
|
14
|
-
imagesite
|
|
15
|
-
|
|
16
|
-
If your Mac has an older
|
|
17
|
-
If not, you may be able to install a newer Ruby on your Mac to use with imagesite.
|
|
14
|
+
imagesite is developed and tested on Ruby 2.6.10, which comes with macOS 14 (Sonoma).
|
|
15
|
+
It was previously tested on Ruby 2.3.7, which comes with macOS 10.12 (Sierra).
|
|
16
|
+
If your Mac has an older or newer macOS, imagesite may or may not work with its built-in Ruby.
|
|
17
|
+
If not, you may be able to install a newer or older Ruby on your Mac to use with imagesite.
|
|
18
18
|
|
|
19
19
|
## Installation
|
|
20
20
|
|
|
21
21
|
- Install [FreeImage](http://freeimage.sourceforge.net/).
|
|
22
22
|
The easiest way to do that is probably with [homebrew](http://brew.sh/) or
|
|
23
23
|
[MacPorts](https://www.macports.org/).
|
|
24
|
-
- If you're using the Ruby that comes with
|
|
24
|
+
- If you're using the Ruby that comes with macOS,
|
|
25
25
|
|
|
26
|
+
$ sudo gem install -v 1.5.11 nokogiri -- --with-cflags="-Wno-incompatible-function-pointer-types -Wno-incompatible-pointer-types-discards-qualifiers -Wno-compound-token-split-by-macro -Wno-int-conversion"
|
|
26
27
|
$ sudo gem install imagesite
|
|
27
28
|
|
|
28
29
|
If you're using a Ruby that you installed yourself, `sudo` may or may not be appropriate.
|
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.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dave Schweisguth
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-09-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: exifr
|
|
@@ -196,7 +196,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
196
196
|
- !ruby/object:Gem::Version
|
|
197
197
|
version: '0'
|
|
198
198
|
requirements: []
|
|
199
|
-
rubygems_version: 3.
|
|
199
|
+
rubygems_version: 3.0.3.1
|
|
200
200
|
signing_key:
|
|
201
201
|
specification_version: 4
|
|
202
202
|
summary: iPhoto-style web export for Photos
|