image_monger_client 0.0.6 → 0.0.7

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.
@@ -11,12 +11,11 @@ Gem::Specification.new do |s|
11
11
  s.description = %q{Ruby client for image monger}
12
12
  s.summary = %q{Converts pdf to images}
13
13
  s.homepage = ""
14
- s.license = "MIT"
15
14
 
16
15
  s.files = `git ls-files`.split($/)
17
16
  s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
17
  s.test_files = s.files.grep(%r{^(test|s|features)/})
19
- s.require_paths = ["lib"]
18
+ s.require_paths = ["lib", "lib/image_monger_client"]
20
19
 
21
20
  s.add_development_dependency "rspec"
22
21
  s.add_development_dependency "bundler", "~> 1.3"
@@ -1,5 +1,5 @@
1
1
  require "image_monger_client/version"
2
- require_relative "image_monger_client/client"
2
+ require "image_monger_client/client"
3
3
 
4
4
  module ImageMongerClient
5
5
 
@@ -1,3 +1,3 @@
1
1
  module ImageMongerClient
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
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.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -75,12 +75,12 @@ files:
75
75
  - lib/image_monger_client.rb
76
76
  - lib/image_monger_client/version.rb
77
77
  homepage: ''
78
- licenses:
79
- - MIT
78
+ licenses: []
80
79
  post_install_message:
81
80
  rdoc_options: []
82
81
  require_paths:
83
82
  - lib
83
+ - lib/image_monger_client
84
84
  required_ruby_version: !ruby/object:Gem::Requirement
85
85
  none: false
86
86
  requirements: