katip 1.0.0 → 1.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/CHANGELOG.md +24 -20
- data/Gemfile.lock +1 -1
- data/README.md +36 -2
- data/bin/katip +4 -2
- data/lib/katip/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 486fe00ecb32f53bdc764ef9dcaaffb39285f16d
|
|
4
|
+
data.tar.gz: 39fffd5f49da2c7d1a6248d373e941643c82b330
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed13d652e15e172ce71b12f14d00d1e82af118a488b0f0cec9adf75017fe218c48ee472bd8fd89a831cc60b4155c63e9de3a4cf2733e102ab8eb72a609c4ac1a
|
|
7
|
+
data.tar.gz: 981e0f4e2c1a535e25d2d62deab2e678bd9f68d94da8844445caaf83a68ff6bba605f2b9f450bb1fd0d3aa70b30390296070c05918d47a87a455b765e0c07884
|
data/CHANGELOG.md
CHANGED
|
@@ -1,26 +1,30 @@
|
|
|
1
1
|
|
|
2
2
|
#### [Current]
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
* [
|
|
7
|
-
* [
|
|
8
|
-
* [
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
#### 1.0.0
|
|
6
|
+
* [cbec9c0](../../commit/cbec9c0) release version 1.0.0 __(Murat Kemal BAYGÜN)__
|
|
7
|
+
* [6b8cfe7](../../commit/6b8cfe7) #13 Add custom file name support to rake __(Murat Kemal BAYGÜN)__
|
|
8
|
+
* [7b5be3d](../../commit/7b5be3d) #10 add output file name as optional parameter __(Murat Kemal BAYGÜN)__
|
|
9
|
+
* [695646c](../../commit/695646c) #12 Add and correct information on gemspec __(Murat Kemal BAYGÜN)__
|
|
10
|
+
* [f30a3b2](../../commit/f30a3b2) #9 Update rake job to use installed executable __(Murat Kemal BAYGÜN)__
|
|
11
|
+
* [a7200f0](../../commit/a7200f0) #11 Fix bug Current commits is not seen on log file __(Murat Kemal BAYGÜN)__
|
|
12
|
+
* [6385fff](../../commit/6385fff) #8 Change executable file name to katip __(Murat Kemal BAYGÜN)__
|
|
9
13
|
|
|
10
14
|
#### 0.2.0
|
|
11
|
-
* [61b2f06](61b2f06) Version 0.2.0 __(Murat Kemal BAYGÜN)__
|
|
12
|
-
* [9bd7659](9bd7659) #7 Fix documentation __(Murat Kemal BAYGÜN)__
|
|
13
|
-
* [2abca18](2abca18) #7 Organize readme, add usage for daktilo __(Murat Kemal BAYGÜN)__
|
|
14
|
-
* [b939475](b939475) #7 Add output message to inform user __(Murat Kemal BAYGÜN)__
|
|
15
|
-
* [99d3b3f](99d3b3f) #7 Add executable ruby file to gem to generate default output CHANGELOG.md __(Murat Kemal BAYGÜN)__
|
|
16
|
-
* [7265622](7265622) #4 Add simple usage documentation on readme __(Murat Kemal BAYGÜN)__
|
|
15
|
+
* [61b2f06](../../commit/61b2f06) Version 0.2.0 __(Murat Kemal BAYGÜN)__
|
|
16
|
+
* [9bd7659](../../commit/9bd7659) #7 Fix documentation __(Murat Kemal BAYGÜN)__
|
|
17
|
+
* [2abca18](../../commit/2abca18) #7 Organize readme, add usage for daktilo __(Murat Kemal BAYGÜN)__
|
|
18
|
+
* [b939475](../../commit/b939475) #7 Add output message to inform user __(Murat Kemal BAYGÜN)__
|
|
19
|
+
* [99d3b3f](../../commit/99d3b3f) #7 Add executable ruby file to gem to generate default output CHANGELOG.md __(Murat Kemal BAYGÜN)__
|
|
20
|
+
* [7265622](../../commit/7265622) #4 Add simple usage documentation on readme __(Murat Kemal BAYGÜN)__
|
|
17
21
|
|
|
18
22
|
#### 0.1.0
|
|
19
|
-
* [de3acfb](de3acfb) #6 Update gemspec __(Onur Ozgur OZKAN)__
|
|
20
|
-
* [498c3d6](498c3d6) #6 Set gem __(Onur Ozgur OZKAN)__
|
|
21
|
-
* [416e6c8](416e6c8) #6 Set gem __(Onur Ozgur OZKAN)__
|
|
22
|
-
* [c820767](c820767) #4 Add CHANGELOG.md file __(Murat Kemal BAYGÜN)__
|
|
23
|
-
* [18fba8f](18fba8f) #3 Add logger file __(Murat Kemal BAYGÜN)__
|
|
24
|
-
* [105af37](105af37) Update readme __(Murat Kemal BAYGÜN)__
|
|
25
|
-
* [bc56515](bc56515) Initial commit __(Murat Kemal BAYGÜN)__
|
|
26
|
-
* [1b1d477](1b1d477) Initial commit __(Murat Kemal BAYGÜN)__
|
|
23
|
+
* [de3acfb](../../commit/de3acfb) #6 Update gemspec __(Onur Ozgur OZKAN)__
|
|
24
|
+
* [498c3d6](../../commit/498c3d6) #6 Set gem __(Onur Ozgur OZKAN)__
|
|
25
|
+
* [416e6c8](../../commit/416e6c8) #6 Set gem __(Onur Ozgur OZKAN)__
|
|
26
|
+
* [c820767](../../commit/c820767) #4 Add CHANGELOG.md file __(Murat Kemal BAYGÜN)__
|
|
27
|
+
* [18fba8f](../../commit/18fba8f) #3 Add logger file __(Murat Kemal BAYGÜN)__
|
|
28
|
+
* [105af37](../../commit/105af37) Update readme __(Murat Kemal BAYGÜN)__
|
|
29
|
+
* [bc56515](../../commit/bc56515) Initial commit __(Murat Kemal BAYGÜN)__
|
|
30
|
+
* [1b1d477](../../commit/1b1d477) Initial commit __(Murat Kemal BAYGÜN)__
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
Katip
|
|
2
|
-
|
|
1
|
+
# Katip
|
|
2
|
+
|
|
3
|
+
[](http://badge.fury.io/rb/katip)
|
|
4
|
+
[](https://codeclimate.com/github/kebab-project/katip)
|
|
5
|
+
[](https://gemnasium.com/kebab-project/katip)
|
|
3
6
|
|
|
4
7
|
This is a Change Logging gem for a git initialized project.
|
|
5
8
|
|
|
@@ -65,6 +68,10 @@ If you want to name your log file other than CHANGELOG.md
|
|
|
65
68
|
|
|
66
69
|
and that's it. You have your change log file on project root, generated based on your git commits and created release tags.
|
|
67
70
|
|
|
71
|
+
### Sample output
|
|
72
|
+
|
|
73
|
+
[CHANGELOG.md](https://github.com/kebab-project/katip/blob/develop/CHANGELOG.md)
|
|
74
|
+
|
|
68
75
|
#### Links to resources
|
|
69
76
|
|
|
70
77
|
* Disqussion http://stackoverflow.com/questions/7387612/git-changelog-how-to-get-all-changes-up-to-a-specific-tag
|
|
@@ -72,3 +79,30 @@ and that's it. You have your change log file on project root, generated based on
|
|
|
72
79
|
* Example output https://github.com/kandanapp/kandan/blob/master/CHANGELOG.md
|
|
73
80
|
* https://github.com/pcreux/pimpmychangelog this repo add support github issue and authors
|
|
74
81
|
|
|
82
|
+
## Bugs and Feedback
|
|
83
|
+
|
|
84
|
+
If you discover any bugs or want to drop a line, feel free to create an issue on GitHub.
|
|
85
|
+
|
|
86
|
+
http://github.com/kebab-project/katip/issues
|
|
87
|
+
|
|
88
|
+
## Contributing
|
|
89
|
+
|
|
90
|
+
Katip uses [TomDoc](http://tomdoc.org/), [rDoc](http://rubydoc.info/gems/cybele) and [SemVer](http://semver.org/), and takes it seriously.
|
|
91
|
+
|
|
92
|
+
Once you've made your great commits:
|
|
93
|
+
|
|
94
|
+
1. Fork Template
|
|
95
|
+
2. Create a topic branch - `git checkout -b my_branch`
|
|
96
|
+
3. Push to your branch - `git push origin my_branch`
|
|
97
|
+
4. Create a Pull Request from your branch
|
|
98
|
+
5. That's it!
|
|
99
|
+
|
|
100
|
+
## Credits
|
|
101
|
+
|
|
102
|
+
- Katip is maintained and funded by [lab2023 - internet technologies](http://lab2023.com/)
|
|
103
|
+
- Thank you to all the [contributors!](https://github.com/kebab-project/katip/graphs/contributors)
|
|
104
|
+
- The names and logos for lab2023 are trademarks of lab2023, inc.
|
|
105
|
+
|
|
106
|
+
## License
|
|
107
|
+
|
|
108
|
+
Copyright 2012 lab2023 – internet technologies
|
data/bin/katip
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
|
|
3
|
+
REPO_URL='../../commit/'
|
|
4
|
+
|
|
3
5
|
def write_file(output)
|
|
4
6
|
|
|
5
7
|
file_name='CHANGELOG.md'
|
|
@@ -40,13 +42,13 @@ def parse_change_log
|
|
|
40
42
|
output << "\n#### #{previous_tag}"
|
|
41
43
|
end
|
|
42
44
|
|
|
43
|
-
output << `git log --pretty=format:" * [%h](
|
|
45
|
+
output << `git log --pretty=format:" * [%h](#{REPO_URL}%h) %s __(%an)__" "#{current_tag}".."#{previous_tag}" | grep -v "Merge branch "`
|
|
44
46
|
|
|
45
47
|
previous_tag = current_tag
|
|
46
48
|
end
|
|
47
49
|
|
|
48
50
|
output << "\n#### #{previous_tag}"
|
|
49
|
-
output << `git log --pretty=format:" * [%h](
|
|
51
|
+
output << `git log --pretty=format:" * [%h](#{REPO_URL}%h) %s __(%an)__" #{previous_tag} | grep -v "Merge branch "`
|
|
50
52
|
|
|
51
53
|
output
|
|
52
54
|
end
|
data/lib/katip/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: katip
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- lab2023
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-07-
|
|
11
|
+
date: 2013-07-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|