image_optim_rails 0.4.2 → 0.4.3

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: 53afd5ad50a758965ed64c23340131612afedccfb46b7c8073a750f4105b540f
4
- data.tar.gz: d3fb459d37b9c60d5668129a2dd75ec04a017a619236f176bd96c84682666478
3
+ metadata.gz: 5e729522bd65f386e5a141cb619788090705ceaee0b8ba3a9543d3c33efee67e
4
+ data.tar.gz: '08cd535b24cff0233f8ed26fbc4577d2c335a6abf66c19ef66fd6ad5c4c537c8'
5
5
  SHA512:
6
- metadata.gz: b277e5276946759b5d3b83ec5ca878a3931633a80529abfd1d04b590e01c0a3b80d2e9b8459e41dc2914d96f2b624d350bc6b7d100605a42dd9658d899e8b0c7
7
- data.tar.gz: c1f3b95f442a8091d2bb496b7033536af73a3308cf13a1a605c73299ee946301ffe10ce5dd47af43f7453c223245536d1f9f608c06475cd1b41a4b1acb8f9744
6
+ metadata.gz: 58c8520a4a991347d3783543052acbec6da9ae8efb598643631fc9dab396eab5a1febf8b73fd3e9f2abb26d9d18c47ac0c695ab4bc243f8ac73dbf1f742fc44a
7
+ data.tar.gz: 8b7233d0d3cfc916305e3f43e3c7a5e0acc7b83e3a22e027a0194d05df6e248b2f9777f20b15f72bed3853d9180d8535cc1d0f456a6a1e0aebebf2e898d612c3
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.4.3 (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
  ## v0.4.2 (2019-05-25)
6
10
 
7
11
  * Enable frozen string literals [@toy](https://github.com/toy)
@@ -2,14 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'image_optim_rails'
5
- s.version = '0.4.2'
5
+ s.version = '0.4.3'
6
6
  s.summary = %q{Optimize image assets using image_optim}
7
7
  s.homepage = "http://github.com/toy/#{s.name}"
8
8
  s.authors = ['Ivan Kuchin']
9
9
  s.license = 'MIT'
10
10
 
11
- s.rubyforge_project = s.name
12
-
13
11
  s.metadata = {
14
12
  'bug_tracker_uri' => "https://github.com/toy/#{s.name}/issues",
15
13
  'changelog_uri' => "https://github.com/toy/#{s.name}/blob/master/CHANGELOG.markdown",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: image_optim_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-25 00:00:00.000000000 Z
11
+ date: 2019-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: image_optim
@@ -126,7 +126,7 @@ licenses:
126
126
  metadata:
127
127
  bug_tracker_uri: https://github.com/toy/image_optim_rails/issues
128
128
  changelog_uri: https://github.com/toy/image_optim_rails/blob/master/CHANGELOG.markdown
129
- documentation_uri: https://www.rubydoc.info/gems/image_optim_rails/0.4.2
129
+ documentation_uri: https://www.rubydoc.info/gems/image_optim_rails/0.4.3
130
130
  source_code_uri: https://github.com/toy/image_optim_rails
131
131
  post_install_message:
132
132
  rdoc_options: []