iiif-image-api 0.0.1 → 0.0.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: 8a37336c486475446d723312acff027b317dba79
4
- data.tar.gz: 255166f9899b76d6906bdcedb11debfa3edbc968
3
+ metadata.gz: 2e07478c8efff9b220da9473033c4b93fecdd7b6
4
+ data.tar.gz: 00be67ffbbccdcee3d38fa5529b8621ca3e67a60
5
5
  SHA512:
6
- metadata.gz: 86e7bf0d8bb3de17656616531ea9c379211a04dd75b01e9516ae78bef381f36abbab91368c932d6f6acca10a2a7a91074655303b351df33989c6fa042348c3b8
7
- data.tar.gz: 2259209956d2ba02c041ed70dbf957d6fbe4486f626a4f4110aaba7ff6e74f862408406cc8433db1c2c569269379755e08b00955a6f74a620082941ffd72acd9
6
+ metadata.gz: 2729891f3400a2924fe7903019761562ab4ef9d205f62fec3e7a91927465e9fdae7e7690618986cfd13b1cdd594bcd874848de7e549aa6731a6222cc5ced08db
7
+ data.tar.gz: c5f3cc2297441051ddbae77058227ed51d285e9a9f102b47d757a64bf8cb85973d4d592f425567a83cd6dd37812f6b894319d7e43d9b8ef685feab4a889c1bf4
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %(Ruby APIs for working with IIIF)
13
13
  spec.description = %(Ruby APIs for working with IIIF)
14
- spec.homepage = 'https://github.com/cbeer/iiif'
14
+ spec.homepage = 'https://github.com/jcoyne/iiif-image-api'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
17
  spec.bindir = 'exe'
@@ -1,5 +1,5 @@
1
1
  module IIIF
2
2
  module Image
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iiif-image-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne
@@ -103,7 +103,7 @@ files:
103
103
  - lib/iiif/image/size/percent.rb
104
104
  - lib/iiif/image/size/width.rb
105
105
  - lib/iiif/image/version.rb
106
- homepage: https://github.com/cbeer/iiif
106
+ homepage: https://github.com/jcoyne/iiif-image-api
107
107
  licenses: []
108
108
  metadata: {}
109
109
  post_install_message: