dougsko-imagebin 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION.yml +1 -1
  2. data/bin/imagebin +5 -5
  3. data/imagebin.gemspec +2 -2
  4. metadata +2 -2
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 5
2
+ :patch: 6
3
3
  :major: 0
4
4
  :minor: 1
@@ -38,23 +38,23 @@ opts = OptionParser.new do |opts|
38
38
  opts.separator "Options:"
39
39
 
40
40
  opts.on("-f <file>", "--file <file>", String, "Use a file for input") do |file|
41
- options[:f] = file
41
+ options["f"] = file
42
42
  end
43
43
 
44
44
  opts.on("-n [name]", "--name [name]", String, "Name") do |n|
45
- options[:name] = n
45
+ options["name"] = n
46
46
  end
47
47
 
48
48
  opts.on("-t [tags]", "--tags [tags]", String, "Comma separated") do |tags|
49
- options[:tags] = tags
49
+ options["tags"] = tags
50
50
  end
51
51
 
52
52
  opts.on("-d [description]", "--description [description]", String, "Description") do |desc|
53
- options[:description] = desc
53
+ options["description"] = desc
54
54
  end
55
55
 
56
56
  opts.on("-p", "--private", "Private") do |priv|
57
- options[:adult] = "t"
57
+ options["adult"] = "t"
58
58
  end
59
59
 
60
60
  opts.on_tail("-h", "--help", "Show this message") do
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{imagebin}
5
- s.version = "0.1.5"
5
+ s.version = "0.1.6"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["dougsko"]
9
- s.date = %q{2009-06-20}
9
+ s.date = %q{2009-06-21}
10
10
  s.default_executable = %q{imagebin}
11
11
  s.description = %q{Command line interface to imagebin.ca}
12
12
  s.email = %q{dougtko@gmail.com}
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.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - dougsko
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-20 00:00:00 -07:00
12
+ date: 2009-06-21 00:00:00 -07:00
13
13
  default_executable: imagebin
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency