cropper_rails 1.1.5 → 1.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ab611e7ba302dd3f7982af9b85106b049cf669236178793a8b1685a6a7a9e1a
4
- data.tar.gz: 4e756fa16d29b25a37591c9e9cfd0f695d2e6482847bd2e0538a630e89142438
3
+ metadata.gz: 03c92be91eae44243f14c7c294f6c40f89eb1c1fbd6d217ea246aa80989e7320
4
+ data.tar.gz: ad68358d2b7e6590abe067e4819198f8aa3e916b9ff95726ee53b82b74584912
5
5
  SHA512:
6
- metadata.gz: 19de1996997e63973f7124d56d62e5576c20cfa0f8fcc19bdfce5fddb41f5e49e1f28ec86b2d9b257498217be91124b00980d7fad9664051768a6018a8a23e1c
7
- data.tar.gz: 1be45b17c79360584b4f02205f73954493844624a0eb743d41cddc18527c05fa18f252b7a78951d52a8a728344d7468782cfeec09f4ce55009278b9e09320a93
6
+ metadata.gz: 18c68793331e3a3d4bc51cf46c794ec7176786d325dc4508a3401bf778e87c094c63c542ca45b67882142de010f95cac0ec272541fc6d40fe7ba1d8874f11960
7
+ data.tar.gz: 284b3978a6b7b6396eee170a3e2252a112afabaf1ce7edae55ee831ff5e4c0ba4958d781649962ed1dfe169a01267337e873deea374df3db7c64e0313fa2b9c3
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/SECURITY.md ADDED
@@ -0,0 +1,3 @@
1
+ ## Reporting a Vulnerability
2
+
3
+ Please report (suspected) security vulnerabilities to **[security@d1ceward.com](mailto:security@d1ceward.com)**. If the issue is confirmed, a patch will be released as soon as possible depending on complexity.
data/VERSIONS.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  | Gem | Cropper.js | jQuery Cropper |
4
4
  |--------|------------|----------------|
5
+ | 1.2.0 | 1.6.0 | 1.0.1 |
6
+ | 1.1.6 | 1.5.13 | 1.0.1 |
5
7
  | 1.1.5 | 1.5.12 | 1.0.1 |
6
8
  | 1.1.4 | 1.5.11 | 1.0.1 |
7
9
  | 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.2.0'.freeze
4
+ CROPPER_VERSION = '1.6.0'.freeze
5
5
  JQUERY_CROPPER_VERSION = '1.0.1'.freeze
6
6
  end
7
7
  end