katip 1.4.0 → 1.4.1
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/.gitignore +41 -0
- data/CHANGELOG.md +7 -0
- data/lib/katip.rb +6 -1
- data/lib/katip/version.rb +1 -1
- metadata +10 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 360db67152a822892b356b20e998d19c113366b5
|
|
4
|
+
data.tar.gz: 51cee3f1a75cbc45999eaf33a6658af2bfb76bf9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 235e61046562d53c8197d22aed59f69555bd7fe0f0216cd490a95fc14e781c961b4ebb67d342bac924c6576363d5560a0b47e4c997f14c6c9d51800504757a41
|
|
7
|
+
data.tar.gz: 509edfe9e673b67b4f99ffcaff0287a17f81aff4330acaaba74a6ea78e45f392c778edb14111cffc33d662d543412ce1debc2ee79353192e2b5f1bae338bd31e
|
data/.gitignore
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# Created by http://www.gitignore.io
|
|
2
|
+
|
|
3
|
+
### Ruby ###
|
|
4
|
+
*.gem
|
|
5
|
+
*.rbc
|
|
6
|
+
/.config
|
|
7
|
+
/coverage/
|
|
8
|
+
/InstalledFiles
|
|
9
|
+
/pkg/
|
|
10
|
+
/spec/reports/
|
|
11
|
+
/test/tmp/
|
|
12
|
+
/test/version_tmp/
|
|
13
|
+
/tmp/
|
|
14
|
+
|
|
15
|
+
.directory
|
|
16
|
+
.DS*
|
|
17
|
+
*~
|
|
18
|
+
.powrc
|
|
19
|
+
|
|
20
|
+
### RubyMine ###
|
|
21
|
+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode
|
|
22
|
+
|
|
23
|
+
## Directory-based project format
|
|
24
|
+
.idea/
|
|
25
|
+
|
|
26
|
+
## File-based project format
|
|
27
|
+
*.ipr
|
|
28
|
+
*.iws
|
|
29
|
+
*.iml
|
|
30
|
+
|
|
31
|
+
## Additional for IntelliJ
|
|
32
|
+
out/
|
|
33
|
+
|
|
34
|
+
# generated by mpeltonen/sbt-idea plugin
|
|
35
|
+
.idea_modules/
|
|
36
|
+
|
|
37
|
+
# generated by JIRA plugin
|
|
38
|
+
atlassian-ide-plugin.xml
|
|
39
|
+
|
|
40
|
+
# generated by Crashlytics plugin (for Android Studio and Intellij)
|
|
41
|
+
com_crashlytics_export_strings.xml
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
#### [Current]
|
|
3
|
+
* [f8b07a7](../../commit/f8b07a7) - __(Onur Özgür ÖZKAN)__ Merge pull request [#27](../../issues/27) from marjinal1st/feature/WithoutRails
|
|
4
|
+
|
|
5
|
+
TB-11 #time 15m Use Katip without Rails
|
|
6
|
+
* [471e25e](../../commit/471e25e) - __(Ahmet Sezgin Duran)__ TB-11 #time 15m Use Katip without Rails
|
|
7
|
+
|
|
8
|
+
#### 1.4.0
|
|
9
|
+
* [387b0b5](../../commit/387b0b5) - __(Murat Kemal BAYGÜN)__ Release 1.4.0
|
|
3
10
|
* [21ef703](../../commit/21ef703) - __(H. Türkü Kaya)__ [#25](../../issues/25) Fix gem name for security.md
|
|
4
11
|
* [cd942dc](../../commit/cd942dc) - __(H. Türkü Kaya)__ [#25](../../issues/25) Security.md added
|
|
5
12
|
* [dc2f6c1](../../commit/dc2f6c1) - __(Murat Kemal BAYGÜN)__ [#24](../../issues/24) Change LICENSE.txt file name to MIT-LICENSE.txt
|
data/lib/katip.rb
CHANGED
data/lib/katip/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: katip
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- lab2023
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-04-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - ~>
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '1.3'
|
|
20
20
|
type: :development
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - ~>
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '1.3'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rake
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- -
|
|
31
|
+
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '0'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
41
|
description: This is a Change Logging gem for a git initialized project.
|
|
@@ -48,6 +48,7 @@ extra_rdoc_files:
|
|
|
48
48
|
- README.md
|
|
49
49
|
- CHANGELOG.md
|
|
50
50
|
files:
|
|
51
|
+
- ".gitignore"
|
|
51
52
|
- CHANGELOG.md
|
|
52
53
|
- Gemfile
|
|
53
54
|
- Gemfile.lock
|
|
@@ -72,17 +73,17 @@ require_paths:
|
|
|
72
73
|
- lib
|
|
73
74
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
74
75
|
requirements:
|
|
75
|
-
- -
|
|
76
|
+
- - ">="
|
|
76
77
|
- !ruby/object:Gem::Version
|
|
77
78
|
version: '0'
|
|
78
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
80
|
requirements:
|
|
80
|
-
- -
|
|
81
|
+
- - ">="
|
|
81
82
|
- !ruby/object:Gem::Version
|
|
82
83
|
version: '0'
|
|
83
84
|
requirements: []
|
|
84
85
|
rubyforge_project:
|
|
85
|
-
rubygems_version: 2.
|
|
86
|
+
rubygems_version: 2.2.2
|
|
86
87
|
signing_key:
|
|
87
88
|
specification_version: 4
|
|
88
89
|
summary: Katip is a gem which dumps the change log as a list grouped by version tags.
|