gboom 0.0.3 → 0.0.4
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/README.rdoc +3 -2
- data/lib/gboom/version.rb +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
= gboom
|
|
2
|
+
Boom! You have a Gist.
|
|
3
|
+
Create Gists from your command line.
|
|
2
4
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
+
Check out the original boom, it's awesome: https://github.com/holman/boom.
|
|
5
6
|
== Setup
|
|
6
7
|
gem install gboom
|
|
7
8
|
|
data/lib/gboom/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gboom
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -107,7 +107,7 @@ dependencies:
|
|
|
107
107
|
- - '='
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
109
|
version: 2.4.1
|
|
110
|
-
description:
|
|
110
|
+
description: the fun way to create gists from your command line
|
|
111
111
|
email: stephenchen13@gmail.com
|
|
112
112
|
executables:
|
|
113
113
|
- gboom
|
|
@@ -150,5 +150,5 @@ rubyforge_project:
|
|
|
150
150
|
rubygems_version: 1.8.24
|
|
151
151
|
signing_key:
|
|
152
152
|
specification_version: 3
|
|
153
|
-
summary:
|
|
153
|
+
summary: gboom lets you create gists from the command line
|
|
154
154
|
test_files: []
|