ruby-thumbor 4.0.0 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -0
  3. data/lib/thumbor/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f47258a05c0f11cbb6204f06e463613a467ea0dcadfddd971330de2d58202ed
4
- data.tar.gz: c510bda2d4a88fdadb96ff5d6e8051070bc80834b0b1c838a1091596f7a4db14
3
+ metadata.gz: 7a2287dac874740603da7e602a8d88ebf51eabdb2c185cf9a30d661937c67456
4
+ data.tar.gz: '078d41472dbc83cea5236a8afd486041f7fced642c833bb6e7616e1a915bcbdd'
5
5
  SHA512:
6
- metadata.gz: 3b886a1f96d8a9703c24e338a7e469686a05283098bc7bdc9dc9460fd753a233d0afd78df66c3b9e6f5ad344b8d5f87ef113d1d0299c81ade419910d7ca7da36
7
- data.tar.gz: 1a1603bc5c9851b4faec33c45852890152d497c01be0c9465c41aa9a0cc3d7b3f17d0aaf156bf4592ecf85b75a30a2d1f839c5600065cb5d96484ef31b636a0f
6
+ metadata.gz: 80f44f3e834f604c09acf580695d58ea79bf0eef228f402350c49189608403b10e75d566de548d85b6d81e1a68051b19b40af6d1cbe4d0405218d62e38743469
7
+ data.tar.gz: c524c85c1eec047598f2013d650012278e96e710bce3c2e633a55b9a96496bee3324e34cd7bc59587a4cf9fbcb8dea12a18046b2c88a05c6027608b8af43c765
data/README.md CHANGED
@@ -58,6 +58,10 @@ filters: ['blur(20)', 'watermark(http://my.site.com/img.png,-10,-10,50)'] # arra
58
58
 
59
59
  If you need more info on what each option does, check thumbor's documentation at https://thumbor.readthedocs.io/en/latest/index.html.
60
60
 
61
+ ## Uploading to Rubygems
62
+ To upload a new version to Rubygems, simply update the version on the file `lib/thumbor/version.rb` then use the commit message `Bump to <new version>`, this will trigger the release process on Github actions.
63
+
64
+
61
65
  ## License
62
66
  (The MIT License)
63
67
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Thumbor
4
- VERSION = '4.0.0'
4
+ VERSION = '4.0.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-thumbor
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bernardo Heynemann
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-01-28 00:00:00.000000000 Z
12
+ date: 2022-01-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake