git_haiku 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.
- checksums.yaml +4 -4
- data/bin/git_haiku +4 -0
- data/lib/dictionary.txt +39501 -0
- data/lib/git_haiku.rb +0 -1
- metadata +5 -2
data/lib/git_haiku.rb
CHANGED
@@ -14,7 +14,6 @@ class GitHaiku
|
|
14
14
|
haiku_msg = get_n_syllable_word(5).join(" ")
|
15
15
|
haiku_msg.concat("; #{get_n_syllable_word(7).join(" ")}")
|
16
16
|
haiku_msg.concat("; #{get_n_syllable_word(5).join(" ")}")
|
17
|
-
# p haiku_msg
|
18
17
|
git_msg = "git commit -m '#{haiku_msg}'"
|
19
18
|
git_output = "git commit -m"
|
20
19
|
print git_output.concat(" '#{haiku_msg}'".colorize(:red))
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: git_haiku
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aylan Mello
|
@@ -12,10 +12,13 @@ date: 2016-06-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email: aylan.io
|
15
|
-
executables:
|
15
|
+
executables:
|
16
|
+
- git_haiku
|
16
17
|
extensions: []
|
17
18
|
extra_rdoc_files: []
|
18
19
|
files:
|
20
|
+
- bin/git_haiku
|
21
|
+
- lib/dictionary.txt
|
19
22
|
- lib/git_haiku.rb
|
20
23
|
homepage:
|
21
24
|
licenses:
|