Skip to content

Commit 1d0f02a

Browse files
committed
v0.3.0
1 parent 9dd6381 commit 1d0f02a

2 files changed

Lines changed: 18 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11

2-
* v0.0.5 Initial commit
3-
* v0.0.7 Ajax support
2+
* v0.3.0
3+
* Fog storage support
4+
* Unlock aspect ratio
5+
* Fix : Critical security fix regarding input sanitizing
6+
* Fix : Image geometries weren't scoped with the attachment name
7+
* Fix : Processor was always added in the last place
8+
* Better testing
9+
* v0.2.0
10+
* Mongoid support
11+
* v0.1.1
12+
* Fix : issue with Paperclip 3.5 (attachment_definitions failure)
413
* v0.1.0
514
* Upgraded dependencies : Paperclip >= 3.4
615
* Using assign instead of reprocess! to avoid loops with Paperclip on callbacks
716
* Including this file!
817
* Now compatible with jQuery 1.9.0
918
* Jcrop upgraded to v0.9.10 (build:20130117)
1019
* Added support for attachments on S3
11-
* v0.1.1 Fixed issue with Paperclip 3.5 (attachment_definitions failure)
12-
* v0.2.0 Mongoid support
20+
* v0.0.7
21+
* Ajax support
22+
* v0.0.5
23+
* Initial commit

papercrop.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11

22
Gem::Specification.new do |s|
33
s.name = 'papercrop'
4-
s.version = '0.2.0'
5-
s.date = '2014-02-28'
4+
s.version = '0.3.0'
5+
s.date = '2015-09-23'
66
s.summary = "Paperclip extension for cropping images"
77
s.description = "An easy extension for Paperclip to crop your image uploads using jCrop"
88
s.license = 'MIT'
99
s.authors = ["Ruben Santamaria"]
1010
s.email = 'rsantamaria.dev@gmail.com'
1111
s.homepage = 'https://github.com/rsantamaria/papercrop'
1212

13-
s.files = Dir.glob("{lib,vendor}/**/*") + %w(README.md)
13+
s.files = Dir.glob("{lib,vendor}/**/*") + %w(README.md Appraisals)
1414
s.test_files = Dir.glob("{spec}/**/*")
1515
s.require_paths = ["lib"]
1616

0 commit comments

Comments
 (0)