imagesite 1.0.9 → 1.0.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fbdae722d6762dbeba60ebee0aed75c10d9eccffb2b22c18ff3264861ebc299f
4
- data.tar.gz: 8fc2cb31ace0e256b72c61cbc2e606d50978353676ce96edeff1618a913eb82e
3
+ metadata.gz: 995ec3a1d2f35142adc3706ba4ce39a8b442eee851b61d6f803f38a294c168a9
4
+ data.tar.gz: a434c80587c59267b5f9a1fe5b5d9ca460dcf604c096eb753e9dc01e0226da59
5
5
  SHA512:
6
- metadata.gz: e9ccdfa9f6d9e01265cbf376c8eb7288ecad99e46fda422c0bed31ef12075d4ec7757f2499f1f788f00b1641847fa3cbe1df382d9529196b0f0cf63b7bc0c08b
7
- data.tar.gz: 437889d99eb0e473829c9f2e419d57b7f61cf5094181c474cc0c67bad08b15c2ad94f0a1b92688c3123f6c38f3417a7902e4ff124e10b2ccd7ae258c4b22090a
6
+ metadata.gz: 65b2f3ddb998452f8abb1ec61d92e1f5c4bc19274957a038638a7a1ebe6eaac87ac4bb26905dbaa9754903fdc10a1e86dfb726c4ad80095375f6e407a8797cb7
7
+ data.tar.gz: 289d9603776d73f0d551731dda46fc6515e461949e9111f649c7f9e1d2c89274145bb2cd3084e723e616b2905dcd4a365ee157be07ef249776f77b6e4ade5128
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.3.7
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.9)
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.12.5)
13
+ RubyInline (3.14.1)
14
14
  ZenTest (~> 4.3)
15
- ZenTest (4.12.0)
16
- addressable (2.7.0)
17
- public_suffix (>= 2.0.2, < 5.0)
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.4.4)
27
- docile (1.3.5)
26
+ diff-lcs (1.5.1)
27
+ docile (1.4.1)
28
28
  erubis (2.7.0)
29
- exifr (1.3.9)
30
- image_science (1.3.1)
29
+ exifr (1.4.0)
30
+ image_science (1.3.2)
31
31
  RubyInline (~> 3.9)
32
- json (2.5.1)
33
- mini_mime (1.1.0)
32
+ json (2.7.2)
33
+ mini_mime (1.1.5)
34
34
  nokogiri (1.5.11)
35
- parallel (1.19.2)
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 (4.0.6)
40
- rack (2.2.3)
41
- rack-test (1.1.0)
42
- rack (>= 1.0, < 3)
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.0.3)
46
- rspec (3.10.0)
47
- rspec-core (~> 3.10.0)
48
- rspec-expectations (~> 3.10.0)
49
- rspec-mocks (~> 3.10.0)
50
- rspec-core (3.10.1)
51
- rspec-support (~> 3.10.0)
52
- rspec-expectations (3.10.1)
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.10.0)
55
- rspec-mocks (3.10.2)
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.10.0)
58
- rspec-support (3.10.2)
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.11.0)
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.7.0)
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
- OS X's iPhoto software had a feature that exported photos to a static web site.
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 works with Ruby 2.3.7, which comes with OS X 10.12 (Sierra),
15
- and with later versions of Ruby.
16
- If your Mac has an older OS X, imagesite may or may not work with its built-in Ruby.
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 OS X,
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
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'imagesite'
3
- spec.version = '1.0.9'
3
+ spec.version = '1.0.10'
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.9
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: 2021-05-11 00:00:00.000000000 Z
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.2.17
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