cropper_rails 1.1.5 → 1.1.6

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: 8ab611e7ba302dd3f7982af9b85106b049cf669236178793a8b1685a6a7a9e1a
4
- data.tar.gz: 4e756fa16d29b25a37591c9e9cfd0f695d2e6482847bd2e0538a630e89142438
3
+ metadata.gz: d587dac674704bb9039d1f13bb7ac350447567323cef9df92b703109073f2cf7
4
+ data.tar.gz: 41ed4c0591388f8a3548ffbc78982cb5e69d474eeee919dd73876386fd5db51f
5
5
  SHA512:
6
- metadata.gz: 19de1996997e63973f7124d56d62e5576c20cfa0f8fcc19bdfce5fddb41f5e49e1f28ec86b2d9b257498217be91124b00980d7fad9664051768a6018a8a23e1c
7
- data.tar.gz: 1be45b17c79360584b4f02205f73954493844624a0eb743d41cddc18527c05fa18f252b7a78951d52a8a728344d7468782cfeec09f4ce55009278b9e09320a93
6
+ metadata.gz: 9854332b18208c46d7d0c1643dcde7c7efdd9209ae84caafbe060b943f91ec82257f10406239d163df51d4b70812fbf57cd6ce53c0e1956989c620ef2f5f984d
7
+ data.tar.gz: 48e714295b78cb4b400768ef01cff0ca77b6d8a30e37e13616fdc8156ee8ccdd7d51f282f11fc21ba39e5e312802d5e0283a8a1ddda218afcbd891cde1443ced
data/CODE_OF_CONDUCT.md CHANGED
@@ -49,4 +49,5 @@ to the project. Any intent to deviate the project from its original purpose
49
49
  of existence will constitute grounds for remedial action which may include
50
50
  expulsion from the project.
51
51
 
52
- This document is the Code of Merit (http://code-of-merit.org), version 1.0.
52
+ This document is adapted from the Code of Merit, version 1.0.
53
+ See: https://codeofmerit.org/.
data/CONTRIBUTING.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Contributing
2
2
 
3
- Bug reports and pull requests are welcome on GitHub at https://github.com/D1ceWard/cropper_rails. By contributing you agree to abide by the Code of Merit.
3
+ Bug reports and pull requests are welcome on GitHub at https://github.com/d1ceward/cropper_rails. By contributing you agree to abide by the Code of Merit.
4
4
 
5
5
  Example :
6
6
 
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Cropper for Rails
2
2
  [![Gem Version](https://badge.fury.io/rb/cropper_rails.svg)](https://badge.fury.io/rb/cropper_rails)
3
- [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/D1ceWard/jquery-cropper-rails/graphs/commit-activity)
3
+ [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/d1ceward/jquery-cropper-rails/graphs/commit-activity)
4
4
 
5
5
 
6
6
  [Cropper.js](https://github.com/fengyuanchen/cropperjs) is simple javaScript image cropper.
@@ -35,8 +35,8 @@ Add to your `app/assets/stylesheets/application.css`:
35
35
 
36
36
  ## Contributing
37
37
 
38
- Bug reports and pull requests are welcome on GitHub at https://github.com/D1ceWard/cropper_rails. By contributing you agree to abide by the Code of Merit.
38
+ Bug reports and pull requests are welcome on GitHub at https://github.com/d1ceward/cropper_rails. By contributing you agree to abide by the Code of Merit.
39
39
 
40
40
  ## Code of Conduct
41
41
 
42
- Everyone interacting in the cropper_rails project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/D1ceWard/cropper_rails/blob/master/CODE_OF_CONDUCT.md).
42
+ Everyone interacting in the cropper_rails project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/d1ceward/cropper_rails/blob/master/CODE_OF_CONDUCT.md).
data/VERSIONS.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  | Gem | Cropper.js | jQuery Cropper |
4
4
  |--------|------------|----------------|
5
+ | 1.1.6 | 1.5.13 | 1.0.1 |
5
6
  | 1.1.5 | 1.5.12 | 1.0.1 |
6
7
  | 1.1.4 | 1.5.11 | 1.0.1 |
7
8
  | 1.1.3 | 1.5.11 | 1.0.1 |
@@ -6,12 +6,12 @@ Gem::Specification.new do |spec|
6
6
  spec.name = 'cropper_rails'
7
7
  spec.version = Cropper::Rails::VERSION
8
8
  spec.licenses = ['MIT']
9
- spec.authors = ['D1ceWard']
9
+ spec.authors = ['d1ceward']
10
10
  spec.email = ['contact@d1ceward.com']
11
11
 
12
12
  spec.summary = 'Integrate Cropper library with Rails asset pipeline'
13
13
  spec.description = 'Cropper is a simple image cropping library. This gem integrates Cropper with Rails asset pipeline for ease of use.'
14
- spec.homepage = 'https://github.com/D1ceWard/cropper_rails'
14
+ spec.homepage = 'https://github.com/d1ceward/cropper_rails'
15
15
 
16
16
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
17
17
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
22
22
 
23
23
  spec.add_runtime_dependency 'jquery-rails', '~> 4.0'
24
24
 
25
- spec.add_development_dependency "bundler", ">= 2.2.10"
25
+ spec.add_development_dependency "bundler", ">= 2.2.33"
26
26
  end
@@ -1,7 +1,7 @@
1
1
  module Cropper
2
2
  module Rails
3
- VERSION = '1.1.5'.freeze
4
- CROPPER_VERSION = '1.5.12'.freeze
3
+ VERSION = '1.1.6'.freeze
4
+ CROPPER_VERSION = '1.5.13'.freeze
5
5
  JQUERY_CROPPER_VERSION = '1.0.1'.freeze
6
6
  end
7
7
  end