Skip to content

Commit

Permalink
bumps version to 0.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
emrekutlu committed Mar 23, 2016
1 parent cc6fa73 commit 92b2a47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.3.14 (March 23, 2016)
* Security: upgrade paperclip dependency

## 0.3.13 (October 31, 2015)
* Bug Fix: returns tempfile when processor is disabled

Expand Down
4 changes: 2 additions & 2 deletions paperclip-compression.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |s|
s.name = 'paperclip-compression'
s.version = '0.3.13'
s.version = '0.3.14'
s.summary = 'Image compression for Paperclip'
s.description = 'JPEG and PNG compression for Paperclip gem'
s.author = 'İ. Emre Kutlu'
Expand All @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ['lib']

s.add_runtime_dependency 'paperclip', ['>= 4.3.0']
s.add_runtime_dependency 'paperclip', '~> 4.3', '>= 4.3.6'
s.add_runtime_dependency 'os', ['~> 0.9.6']

s.add_development_dependency 'bundler', '~> 1.3'
Expand Down

0 comments on commit 92b2a47

Please sign in to comment.