dbinbox 0.0.2 → 0.0.3
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/Gemfile.lock +1 -1
- data/Rakefile +1 -1
- data/bin/dbinbox +3 -2
- data/lib/dbinbox/version.rb +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
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.
|
|
4
|
+
# gem push pkg/dbinbox-0.0.2.gem
|
|
5
5
|
|
|
6
6
|
require "bundler/gem_tasks"
|
data/bin/dbinbox
CHANGED
|
@@ -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"
|
data/lib/dbinbox/version.rb
CHANGED
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.
|
|
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-
|
|
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:
|
|
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:
|
|
107
|
+
hash: -187931610770142314
|
|
108
108
|
requirements: []
|
|
109
109
|
rubyforge_project:
|
|
110
110
|
rubygems_version: 1.8.24
|