rubyctaculous 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/pictaculous/version.rb +1 -1
- metadata +3 -3
data/lib/pictaculous/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubyctaculous
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -27,7 +27,7 @@ dependencies:
|
|
27
27
|
- - ~>
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: 0.9.0
|
30
|
-
description: A simplistic ruby client for Pictaculous.
|
30
|
+
description: A simplistic ruby client for Pictaculous. Send an image to Pictaculous
|
31
31
|
and it will return a color palette.
|
32
32
|
email: basgys@gmail.com
|
33
33
|
executables: []
|
@@ -65,5 +65,5 @@ rubyforge_project:
|
|
65
65
|
rubygems_version: 1.8.23
|
66
66
|
signing_key:
|
67
67
|
specification_version: 3
|
68
|
-
summary: Ruby client for Pictaculous
|
68
|
+
summary: Ruby client for Pictaculous
|
69
69
|
test_files: []
|