image_monger_client 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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{Handles pdf to images}
13
+ s.summary = %q{Converts pdf to images}
13
14
  s.homepage = ""
14
15
  s.license = "MIT"
15
16
 
@@ -1,3 +1,3 @@
1
1
  module ImageMongerClient
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
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
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: Handles pdf to images
101
+ summary: Converts pdf to images
102
102
  test_files: []