magick_filter 2.0.0 → 2.0.1

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: 80e30ff8460309cbd984d7d01a81d31fd70485c8c24b5612bc7db92e0dc3aa02
4
- data.tar.gz: a024017c36637d4f41a13e3cbaa2d1bbb271e1ee07ccac34566702f6aa973a1a
3
+ metadata.gz: 3e580f22bd02ef1c669b8f09fc412b69b9d16fef799e74486d9f8ae65777a060
4
+ data.tar.gz: 358756a8d24d1932692849fdebd7e182bbac4efbaa4477372ad2ead56422c159
5
5
  SHA512:
6
- metadata.gz: 3ed262d9be4d8b4ea334e7612540f79daa403f96a840047ec846070c408a3bb090df2c32067ad37da94c3e37639b71b638f32cf99f2654e5df94b1ac4cdae79c
7
- data.tar.gz: ae7e2769ecefa921e712171ffa810acbcf11714f1536248a26e797b27a70265aed230437e5bf8d1ce932d0d7eb6d48697343bab47b1a05bb87cfcf056bd70c74
6
+ metadata.gz: 5679030f92976c502f38e338959c5f34d1ad20e79b92b50d299ed237b4de44ec78d8e442236f19bfc103ac289d7fff4ae6145e5a58444434a94837d28785cc43
7
+ data.tar.gz: 00e3b197f68bbdcb76e184d1d325186c14eb5727dc7db329f976936c3384fd517213cd57275c8dd252f962577e0fb517d8745d24d2b9d3065ec652e22f977fdb
@@ -1,4 +1,4 @@
1
1
  module MagickFilter
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
4
4
 
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["er.arvind02@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Photo Filters Gem}
13
- spec.description = %q{If you want to apply some cool filters on a photo with single command, this gem is going to help you.}
13
+ spec.description = %q{Apply some cool instagram type filters on your photo. Would like to apply frames of different colors on photo, use this Gem. Handy and simple Gem to use. }
14
14
  spec.homepage = "https://github.com/arvind02/magick_filter"
15
15
  spec.license = "MIT"
16
16
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magick_filter
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - arvind02
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-06-05 00:00:00.000000000 Z
11
+ date: 2018-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,8 +52,9 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: If you want to apply some cool filters on a photo with single command,
56
- this gem is going to help you.
55
+ description: 'Apply some cool instagram type filters on your photo. Would like to
56
+ apply frames of different colors on photo, use this Gem. Handy and simple Gem to
57
+ use. '
57
58
  email:
58
59
  - er.arvind02@gmail.com
59
60
  executables: []