dealwithify 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/bin/dealwithify CHANGED
@@ -111,10 +111,17 @@ if img_src
111
111
  final.write("#{filename}.gif")
112
112
  else
113
113
  puts <<-eos
114
- Give it a url!
115
- dealwithify url
116
-
117
- example:
118
- dealwithify http://facebook.com/profile.jpg
114
+ dealwithify takes an image and turns it into an animated gif with the deal with
115
+ it glasses and text. All you need to do is give it a url!
116
+
117
+ The resulting image is written into whatever directory you ran the gem from.
118
+
119
+ Usage:
120
+ dealwithify url
121
+
122
+ example:
123
+ dealwithify http://facebook.com/profile.jpg
124
+
125
+ More information at: https://github.com/tomelm/deal-withify
119
126
  eos
120
127
  end
@@ -1,3 +1,3 @@
1
1
  module DealWithify
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dealwithify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: