picgarage 0.0.1 → 0.0.2

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.
data/bin/pgupload CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  require 'picgarage'
4
4
 
5
+ unless ARGV[0]
6
+
7
+ puts "Usage: pgupload /path/to/image.jpg"
8
+ exit 0
9
+
10
+ end
11
+
5
12
  image = ARGV[0]
6
13
 
7
14
  picgarage = PicGarage::PicGarage.new
@@ -1,3 +1,3 @@
1
1
  module PicGarage
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/picgarage.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
9
9
  s.authors = ["Sean Porter"]
10
10
  s.email = ["portertech@gmail.com"]
11
11
  s.homepage = "https://github.com/portertech/picgarage"
12
- s.summary = %q{A rubygem for uploading images to PicGarage.net}
13
- s.description = %q{A rubygem for uploading images to PicGarage.net}
12
+ s.summary = %q{A tool & ruby gem for uploading images to PicGarage.net}
13
+ s.description = %q{A tool & ruby gem for uploading images to PicGarage.net}
14
14
 
15
15
  s.rubyforge_project = "picgarage"
16
16
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: picgarage
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sean Porter
@@ -35,7 +35,7 @@ dependencies:
35
35
  version: "0"
36
36
  type: :runtime
37
37
  version_requirements: *id002
38
- description: A rubygem for uploading images to PicGarage.net
38
+ description: A tool & ruby gem for uploading images to PicGarage.net
39
39
  email:
40
40
  - portertech@gmail.com
41
41
  executables:
@@ -79,6 +79,6 @@ rubyforge_project: picgarage
79
79
  rubygems_version: 1.6.2
80
80
  signing_key:
81
81
  specification_version: 3
82
- summary: A rubygem for uploading images to PicGarage.net
82
+ summary: A tool & ruby gem for uploading images to PicGarage.net
83
83
  test_files: []
84
84