dougsko-imagebin 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -0
  2. data/VERSION.yml +1 -1
  3. data/imagebin.gemspec +2 -2
  4. metadata +2 -2
data/Rakefile CHANGED
@@ -11,6 +11,7 @@ begin
11
11
  gem.authors = ["dougsko"]
12
12
  gem.add_dependency 'httpclient'
13
13
  gem.description = 'Command line interface to imagebin.ca'
14
+ gem.require_paths = ['/bin']
14
15
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
15
16
  end
16
17
  rescue LoadError
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 4
2
+ :patch: 5
3
3
  :major: 0
4
4
  :minor: 1
data/imagebin.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{imagebin}
5
- s.version = "0.1.4"
5
+ s.version = "0.1.5"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["dougsko"]
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
29
29
  ]
30
30
  s.homepage = %q{http://github.com/dougsko/imagebin}
31
31
  s.rdoc_options = ["--charset=UTF-8"]
32
- s.require_paths = ["lib"]
32
+ s.require_paths = ["/bin"]
33
33
  s.rubygems_version = %q{1.3.4}
34
34
  s.summary = %q{Command line interface to imagebin.ca}
35
35
  s.test_files = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dougsko-imagebin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - dougsko
@@ -48,7 +48,7 @@ post_install_message:
48
48
  rdoc_options:
49
49
  - --charset=UTF-8
50
50
  require_paths:
51
- - lib
51
+ - /bin
52
52
  required_ruby_version: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - ">="