wt-commit 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.
- data/README.textile +2 -2
- metadata +10 -24
data/README.textile
CHANGED
@@ -6,9 +6,9 @@ h2. usage
|
|
6
6
|
|
7
7
|
Simply run
|
8
8
|
|
9
|
-
|
9
|
+
@gem install wt-commit@
|
10
10
|
|
11
|
-
Then, after adding files to your current commit, run
|
11
|
+
Then, after adding files to your current commit, run @wt-commit@ from the command line to commit your changes with a newly fetched commit message.
|
12
12
|
|
13
13
|
h2. contributing
|
14
14
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wt-commit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Antek Piechnik
|
@@ -46,37 +46,23 @@ dependencies:
|
|
46
46
|
version: "0"
|
47
47
|
type: :runtime
|
48
48
|
version_requirements: *id002
|
49
|
-
- !ruby/object:Gem::Dependency
|
50
|
-
name: rake
|
51
|
-
prerelease: false
|
52
|
-
requirement: &id003 !ruby/object:Gem::Requirement
|
53
|
-
none: false
|
54
|
-
requirements:
|
55
|
-
- - ">="
|
56
|
-
- !ruby/object:Gem::Version
|
57
|
-
hash: 3
|
58
|
-
segments:
|
59
|
-
- 0
|
60
|
-
version: "0"
|
61
|
-
type: :development
|
62
|
-
version_requirements: *id003
|
63
49
|
- !ruby/object:Gem::Dependency
|
64
50
|
name: rspec
|
65
51
|
prerelease: false
|
66
|
-
requirement: &
|
52
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
67
53
|
none: false
|
68
54
|
requirements:
|
69
55
|
- - ">="
|
70
56
|
- !ruby/object:Gem::Version
|
71
|
-
hash:
|
57
|
+
hash: 17
|
72
58
|
segments:
|
73
59
|
- 1
|
74
60
|
- 2
|
75
|
-
-
|
76
|
-
version: 1.2.
|
61
|
+
- 7
|
62
|
+
version: 1.2.7
|
77
63
|
type: :development
|
78
|
-
version_requirements: *
|
79
|
-
description: For when you hate your coworkers/collaborators
|
64
|
+
version_requirements: *id003
|
65
|
+
description: whatthecommit.com commit message fetcher and git autocommiter. For when you hate your coworkers/collaborators.
|
80
66
|
email: antek.piechnik@gmail.com
|
81
67
|
executables:
|
82
68
|
- wt-commit
|
@@ -92,7 +78,7 @@ files:
|
|
92
78
|
- README.textile
|
93
79
|
- LICENSE
|
94
80
|
has_rdoc: true
|
95
|
-
homepage:
|
81
|
+
homepage: http://github.com/antekpiechnik/wt-commit
|
96
82
|
licenses: []
|
97
83
|
|
98
84
|
post_install_message:
|