image_monger_client 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/image_monger_client.gemspec +2 -1
- data/lib/image_monger_client/version.rb +1 -1
- metadata +2 -2
data/image_monger_client.gemspec
CHANGED
@@ -2,6 +2,7 @@
|
|
2
2
|
lib = File.expand_path('../lib', __FILE__)
|
3
3
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
4
|
require 'image_monger_client/version'
|
5
|
+
require 'image_monger_client/client'
|
5
6
|
|
6
7
|
Gem::Specification.new do |s|
|
7
8
|
s.name = "image_monger_client"
|
@@ -9,7 +10,7 @@ Gem::Specification.new do |s|
|
|
9
10
|
s.authors = ["Kenn Jacobsen"]
|
10
11
|
s.email = ["ke@lokalebasen.dk"]
|
11
12
|
s.description = %q{Ruby client for image monger}
|
12
|
-
s.summary = %q{
|
13
|
+
s.summary = %q{Converts pdf to images}
|
13
14
|
s.homepage = ""
|
14
15
|
s.license = "MIT"
|
15
16
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: image_monger_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -98,5 +98,5 @@ rubyforge_project:
|
|
98
98
|
rubygems_version: 1.8.24
|
99
99
|
signing_key:
|
100
100
|
specification_version: 3
|
101
|
-
summary:
|
101
|
+
summary: Converts pdf to images
|
102
102
|
test_files: []
|