dougsko-imagebin 0.3.0 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.rdoc +1 -0
  2. data/Rakefile +2 -0
  3. data/VERSION.yml +1 -1
  4. data/lib/imagebin.rb +1 -1
  5. metadata +23 -2
@@ -9,6 +9,7 @@ Options:
9
9
  -t, --tags [tags] Comma separated
10
10
  -d, --description [description] Description
11
11
  -p, --private Private
12
+ -l, --link Direct link to picture file
12
13
  -h, --help Show this message
13
14
 
14
15
  == Copyright
data/Rakefile CHANGED
@@ -13,6 +13,8 @@ begin
13
13
  gem.description = 'Command line interface to imagebin.ca'
14
14
  gem.require_paths = ['/bin', '/lib']
15
15
  gem.files = FileList["[A-Z]*", "{bin,generators,lib,spec}/**/*"]
16
+ gem.add_dependency "hpricot"
17
+ gem.add_dependency "httpclient"
16
18
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
17
19
  end
18
20
  rescue LoadError
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 3
4
- :patch: 0
4
+ :patch: 2
@@ -36,7 +36,7 @@ class Imagebin
36
36
  @doc.at("a").innerHTML
37
37
  end
38
38
 
39
- # Returns the direct link to the dile posted.
39
+ # Returns the direct link to the file posted.
40
40
  #
41
41
  # ibin.pic_link #=> "http://imagebin.ca/img/xxxxxxx.jpg"
42
42
  #
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.3.0
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - dougsko
@@ -12,6 +12,26 @@ cert_chain: []
12
12
  date: 2009-09-11 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: httpclient
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "0"
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: hpricot
27
+ type: :runtime
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: "0"
34
+ version:
15
35
  - !ruby/object:Gem::Dependency
16
36
  name: httpclient
17
37
  type: :runtime
@@ -45,6 +65,7 @@ files:
45
65
  - spec/spec_helper.rb
46
66
  has_rdoc: false
47
67
  homepage: http://github.com/dougsko/imagebin
68
+ licenses:
48
69
  post_install_message:
49
70
  rdoc_options:
50
71
  - --charset=UTF-8
@@ -66,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
87
  requirements: []
67
88
 
68
89
  rubyforge_project:
69
- rubygems_version: 1.2.0
90
+ rubygems_version: 1.3.5
70
91
  signing_key:
71
92
  specification_version: 3
72
93
  summary: Command line interface to imagebin.ca