carrierwave_reupload_fix 0.0.1 → 0.1.0

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.
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = CarrierwaveReuploadFix::VERSION
9
9
  spec.authors = ["Azdaroth"]
10
10
  spec.email = ["azdaroth@gmail.com"]
11
- spec.description = %q{Extension for fixing processing images with carrierwave on reupload
11
+ spec.description = %q{Extension for fixing processing images with Carrierwave on reupload
12
12
  when file extension changes}
13
- spec.summary = %q{Extension for fixing processing images with carrierwave}
13
+ spec.summary = %q{Extension for fixing processing images with Carrierwave}
14
14
  spec.homepage = "https://github.com/Azdaroth/carrierwave_reupload_fix"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module CarrierwaveReuploadFix
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carrierwave_reupload_fix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -91,7 +91,7 @@ dependencies:
91
91
  - - ! '>='
92
92
  - !ruby/object:Gem::Version
93
93
  version: '3.0'
94
- description: ! "Extension for fixing processing images with carrierwave on reupload\n
94
+ description: ! "Extension for fixing processing images with Carrierwave on reupload\n
95
95
  \ when file extension changes"
96
96
  email:
97
97
  - azdaroth@gmail.com
@@ -139,7 +139,7 @@ rubyforge_project:
139
139
  rubygems_version: 1.8.25
140
140
  signing_key:
141
141
  specification_version: 3
142
- summary: Extension for fixing processing images with carrierwave
142
+ summary: Extension for fixing processing images with Carrierwave
143
143
  test_files:
144
144
  - spec/carrierwave_reupload_fix/extenions_assigner_spec.rb
145
145
  - spec/carrierwave_reupload_fix/reupload_fixer_spec.rb