katip 1.3.0 → 1.4.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 690f6aaa08505bf7e21b73a68048e28e5b9a5dd1
4
- data.tar.gz: 90c088694013922737a29660b12ea97afef9ae26
3
+ metadata.gz: 5f49de128b1a38cdd4ad0c9c1bdd5e1d39e0bade
4
+ data.tar.gz: b5be188bb4f5236f801e1b64a71fd5ed0f76f3d4
5
5
  SHA512:
6
- metadata.gz: ab17bb4e401f6b1a773dfa44a166c5c02ff503f75171a764bb6f47e1940143584cfaead3a1235de1e27b4ee2ef667f1dbbeb4c77b3018558c01f8a535422f02c
7
- data.tar.gz: 2aab1ecad2507045edb5a8d315c2c23eb86b8291460ac97cbad33e307a777641e6713d1293d01ee87b88d2b78db3a8cd0a41d9fcdcbd97333c811844471f90a5
6
+ metadata.gz: ae6c1f2c53793dd8f5171f274547098193c68d9f2cfd1b04d57db772710f6592f96dda1c99cbf11703e1206d021077f6564dd35bcd8fd9aa21c3f5f984face48
7
+ data.tar.gz: 530f3c446856f942a7a21531ef6ae85213126acfdf436f9a2ccd68c69c1251d6dd4ec8d8f1cb7fdba0eea1a6c64930aeb594d9187506c234cb075d559f7869af
@@ -1,5 +1,19 @@
1
1
 
2
2
  #### [Current]
3
+ * [21ef703](../../commit/21ef703) - __(H. Türkü Kaya)__ [#25](../../issues/25) Fix gem name for security.md
4
+ * [cd942dc](../../commit/cd942dc) - __(H. Türkü Kaya)__ [#25](../../issues/25) Security.md added
5
+ * [dc2f6c1](../../commit/dc2f6c1) - __(Murat Kemal BAYGÜN)__ [#24](../../issues/24) Change LICENSE.txt file name to MIT-LICENSE.txt
6
+ * [056467b](../../commit/056467b) - __(Murat Kemal BAYGÜN)__ [#24](../../issues/24) Add MIT License: LICENSE.txt
7
+ * [0b85ff9](../../commit/0b85ff9) - __(Murat Kemal BAYGÜN)__ Merge pull request [#23](../../issues/23) from rderoldan1/develop
8
+
9
+ change_logger.rb:80:in `index': invalid byte sequence in UTF-8 (ArgumentError)
10
+ * [0cbb45e](../../commit/0cbb45e) - __(Ruben Espinosa)__ Error in encodign some characters in utf-8
11
+ * [78178f7](../../commit/78178f7) - __(Ruben Espinosa)__ Merge pull request [#1](../../issues/1) from kebab-project/develop
12
+
13
+ Project update
14
+
15
+ #### 1.3.0
16
+ * [5d90550](../../commit/5d90550) - __(Murat Kemal BAYGÜN)__ Release 1.3.0
3
17
  * [632117c](../../commit/632117c) - __(Murat Kemal BAYGÜN)__ [#20](../../issues/20) Resolve unexpected autorun behaviour caused by initialize
4
18
 
5
19
  #### 1.2.1
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- katip (1.3.0)
4
+ katip (1.4.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2013 lab2023 - internet technologies
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,7 @@
1
+ # Reporting Security Issues
2
+
3
+ If you discover a security issue in Katip, please report it by sending an email to info@lab2023.com
4
+
5
+ This will allow us to assess the risk, and make a fix available before we add a bug report to the Github repo.
6
+
7
+ Thanks for helping make Katip safe for everyone.
@@ -74,8 +74,7 @@ module Katip
74
74
  output << `git log --pretty=format:" * [%h](#{COMMIT_URL}%h) - __(%an)__ %s%n%n%-b" #{previous_tag} | grep -v "Merge branch "`
75
75
 
76
76
  output.each do |line|
77
-
78
- line.encode!('utf-8', invalid: :replace, undef: :replace, replace: '')
77
+ line.encode!('utf-8', 'utf-8', invalid: :replace, undef: :replace, replace: '')
79
78
 
80
79
  if line.index(/#[1-9][0-9]*/)
81
80
  line.gsub!(/#[1-9][0-9]*/) {|s| "[#{s}](#{ISSUE_URL}#{s[-(s.length-1)..-1]})"}
@@ -1,3 +1,3 @@
1
1
  module Katip
2
- VERSION = '1.3.0'
2
+ VERSION = '1.4.0'
3
3
  end
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.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - lab2023
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-20 00:00:00.000000000 Z
11
+ date: 2013-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -51,8 +51,10 @@ files:
51
51
  - CHANGELOG.md
52
52
  - Gemfile
53
53
  - Gemfile.lock
54
+ - MIT-LICENSE.txt
54
55
  - README.md
55
56
  - Rakefile
57
+ - SECURITY.md
56
58
  - bin/katip
57
59
  - katip.gemspec
58
60
  - lib/katip.rb
@@ -80,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
82
  version: '0'
81
83
  requirements: []
82
84
  rubyforge_project:
83
- rubygems_version: 2.0.5
85
+ rubygems_version: 2.1.5
84
86
  signing_key:
85
87
  specification_version: 4
86
88
  summary: Katip is a gem which dumps the change log as a list grouped by version tags.