dbinbox 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dbinbox (0.0.2)
4
+ dbinbox (0.0.3)
5
5
  rest-client (~> 1.6.7)
6
6
 
7
7
  GEM
data/Rakefile CHANGED
@@ -1,6 +1,6 @@
1
1
  # rake build # Build -.gem into the pkg directory
2
2
  # rake install # Build and install -.gem into system gems
3
3
  # rake release # Create tag v0.1.1 and build and push -.gem to Rubygems
4
- # gem push pkg/dbinbox-0.0.1.gem
4
+ # gem push pkg/dbinbox-0.0.2.gem
5
5
 
6
6
  require "bundler/gem_tasks"
@@ -12,10 +12,11 @@ parser = OptionParser.new do |opt|
12
12
  "Usage:\n" +
13
13
  " $ dbinbox USERNAME cat.jpg\n\n" +
14
14
  " $ dbinbox USERNAME cats/\n" +
15
- " # uploads the directory cats and all of its contents\n\n"
15
+ " # uploads the directory cats and all of its contents\n\n" +
16
16
  " $ dbinbox USERNAME/lolcats bobtail.png bengal.jpg manx.gif \n" +
17
17
  " # uploads three images to the /lolcats dbinbox directory\n\n" +
18
- " $ dbinbox USERNAME \"hey there - how's it going?\"\n"
18
+ " $ dbinbox USERNAME \"hey there - how's it going?\"\n" +
19
+ " # sends a message to USERNAME"
19
20
 
20
21
  opt.summary_indent = ' '
21
22
  opt.separator "\nOptions:\n"
@@ -1,3 +1,3 @@
1
1
  module Dbinbox
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dbinbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-31 00:00:00.000000000 Z
12
+ date: 2013-09-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client
@@ -95,7 +95,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
95
95
  version: '0'
96
96
  segments:
97
97
  - 0
98
- hash: 654618066126843918
98
+ hash: -187931610770142314
99
99
  required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  none: false
101
101
  requirements:
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  version: '0'
105
105
  segments:
106
106
  - 0
107
- hash: 654618066126843918
107
+ hash: -187931610770142314
108
108
  requirements: []
109
109
  rubyforge_project:
110
110
  rubygems_version: 1.8.24