image_size 2.0.1 → 2.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
  SHA256:
3
- metadata.gz: c0fa25bd1e135ab32ca6314351395d6244da802b7ab2e2453e4693a144ec59d8
4
- data.tar.gz: 3132376fd6fb5e06230a72682c9129d7d5429513552a07ec1bd2086333eb4866
3
+ metadata.gz: cc2fd112a73bfb6540f6844eff148ceda9792676aa326f7f0d71930185d9d818
4
+ data.tar.gz: b965c3a296577b850b386b7c6627351675d80f455860f71aad1a45422f27791c
5
5
  SHA512:
6
- metadata.gz: eab18d5faae61455ed10c9a7a63eab394b0de1c6c808db0c5337ee8b87904f725ae6b55b1019c3da743171421a7401bc64b36bacc228be3b87e0d7de46338a25
7
- data.tar.gz: d3009f25b1a73e0b9ae22c20e078e428869cc3cb79c7f7691b1886360a7aa5d75d0aa537643b65037d11d00dddba24104e68255489967ed4c6e030f0c78d6b60
6
+ metadata.gz: 961fce55de8805b2bb69e78fe0d180f2e5778e632d9dcbeb2ee3c098db28b8a55fade49d53a1a82b521d79544440cff89c1baaf9ea64187b25457944f5a70957
7
+ data.tar.gz: 2acd7259a332525bd594aae5e2c9fb2514d65e2b6fa8d0846d8e9dc6baaeece14652c75311d608bdfbd8c64f995ff908752fdf777a23c86afced341fc02c2a4b
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v2.0.2 (2019-07-14)
6
+
7
+ * Remove deprecated `rubyforge_project` attribute from gemspec [rubygems/rubygems#2436](https://github.com/rubygems/rubygems/pull/2436) [@toy](https://github.com/toy)
8
+
5
9
  ## v2.0.1 (2019-05-17)
6
10
 
7
11
  * Adapt to frozen string literals [@toy](https://github.com/toy)
@@ -2,15 +2,13 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'image_size'
5
- s.version = '2.0.1'
5
+ s.version = '2.0.2'
6
6
  s.summary = %q{Measure image size using pure Ruby}
7
7
  s.description = %q{Measure following file dimensions: apng, bmp, cur, gif, jpeg, ico, mng, pbm, pcx, pgm, png, ppm, psd, swf, tiff, xbm, xpm, webp}
8
8
  s.homepage = "http://github.com/toy/#{s.name}"
9
9
  s.authors = ['Keisuke Minami', 'Ivan Kuchin']
10
10
  s.license = 'Ruby'
11
11
 
12
- s.rubyforge_project = s.name
13
-
14
12
  s.metadata = {
15
13
  'bug_tracker_uri' => "https://github.com/toy/#{s.name}/issues",
16
14
  'changelog_uri' => "https://github.com/toy/#{s.name}/blob/master/CHANGELOG.markdown",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: image_size
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keisuke Minami
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-05-17 00:00:00.000000000 Z
12
+ date: 2019-07-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -85,7 +85,7 @@ licenses:
85
85
  metadata:
86
86
  bug_tracker_uri: https://github.com/toy/image_size/issues
87
87
  changelog_uri: https://github.com/toy/image_size/blob/master/CHANGELOG.markdown
88
- documentation_uri: https://www.rubydoc.info/gems/image_size/2.0.1
88
+ documentation_uri: https://www.rubydoc.info/gems/image_size/2.0.2
89
89
  source_code_uri: https://github.com/toy/image_size
90
90
  post_install_message:
91
91
  rdoc_options: []