gboom 0.0.5 → 0.0.6
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 +5 -0
- data/lib/gboom/version.rb +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
|
@@ -26,5 +26,10 @@ This is how you *gboom* with a description
|
|
|
26
26
|
This is how you *gboom* privately
|
|
27
27
|
gboom add recipes.txt -p
|
|
28
28
|
|
|
29
|
+
This is how you *gboom* lines 15 to 30
|
|
30
|
+
gboom add recipes.txt 15 30
|
|
31
|
+
|
|
32
|
+
This is how you *gboom* all lines after line 15
|
|
33
|
+
gboom add recipes.txt 15
|
|
29
34
|
:include:gboom.rdoc
|
|
30
35
|
|
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.6
|
|
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: 2012-11-
|
|
12
|
+
date: 2012-11-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: clipboard
|
|
@@ -121,7 +121,7 @@ files:
|
|
|
121
121
|
- lib/gboom.rb
|
|
122
122
|
- README.rdoc
|
|
123
123
|
- gboom.rdoc
|
|
124
|
-
homepage:
|
|
124
|
+
homepage: https://github.com/stephenchen13/gboom
|
|
125
125
|
licenses: []
|
|
126
126
|
post_install_message:
|
|
127
127
|
rdoc_options:
|