konbikol 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/README.md +2 -2
- data/konbikol.gemspec +1 -1
- data/lib/konbikol/version.rb +1 -1
- metadata +7 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aff1bd6796f746564be321b097e895f038ad463475e7dba7be3c5b74de7e1e6f
|
4
|
+
data.tar.gz: b5771925949b3408877e3b8bad9c4a9ee2b1bb7e39eb43990815b6dab68b28ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0df57a3be7a550da36ba96836f4531a66827d1d6d5b8dce97f4bddb90625a0eaf7aa51c8013cb518e76feecdba6faedb9519affb8268f98e873721621aea4a5e
|
7
|
+
data.tar.gz: 70c5b6796f07318efd1c6243df6a8f0e955964d25516e2db6339288ded3950f8085e6a276594b575cec6a09f9d0b77e520d6965d413b8f9cd5ee9f3aa141c4ab
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
konbikol (0.1.
|
4
|
+
konbikol (0.1.6)
|
5
5
|
icalendar (~> 2.5.1)
|
6
6
|
pdf-reader (~> 2.1.0)
|
7
7
|
tzinfo (~> 1.2.5)
|
@@ -13,7 +13,7 @@ GEM
|
|
13
13
|
Ascii85 (1.0.3)
|
14
14
|
afm (0.2.2)
|
15
15
|
hashery (2.1.2)
|
16
|
-
icalendar (2.5.
|
16
|
+
icalendar (2.5.3)
|
17
17
|
ice_cube (~> 0.16)
|
18
18
|
ice_cube (0.16.3)
|
19
19
|
minitest (5.11.3)
|
@@ -41,4 +41,4 @@ DEPENDENCIES
|
|
41
41
|
rake (~> 10.0)
|
42
42
|
|
43
43
|
BUNDLED WITH
|
44
|
-
1.17.
|
44
|
+
1.17.2
|
data/README.md
CHANGED
@@ -32,11 +32,11 @@ will create a git tag for the version, push git commits and tags, and push the `
|
|
32
32
|
|
33
33
|
## Contributing
|
34
34
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/ravicious/konbikol. This
|
35
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/ravicious/konbikol-cli. This
|
36
36
|
project is intended to be a safe, welcoming space for collaboration, and contributors are expected
|
37
37
|
to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
38
38
|
|
39
39
|
## Code of Conduct
|
40
40
|
|
41
41
|
Everyone interacting in the Konbikol project’s codebases, issue trackers, chat rooms and mailing
|
42
|
-
lists is expected to follow the [code of conduct](https://github.com/ravicious/konbikol/blob/master/CODE_OF_CONDUCT.md).
|
42
|
+
lists is expected to follow the [code of conduct](https://github.com/ravicious/konbikol-cli/blob/master/CODE_OF_CONDUCT.md).
|
data/konbikol.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = "Converts Polish train tickets to iCalendar events."
|
13
13
|
spec.description = spec.summary
|
14
|
-
spec.homepage = "https://github.com/ravicious/konbikol"
|
14
|
+
spec.homepage = "https://github.com/ravicious/konbikol-cli"
|
15
15
|
spec.license = "GPL-3.0-or-later"
|
16
16
|
|
17
17
|
if spec.respond_to?(:metadata)
|
data/lib/konbikol/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: konbikol
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rafał Cieślak
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-11-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -130,13 +130,13 @@ files:
|
|
130
130
|
- lib/konbikol/converter.rb
|
131
131
|
- lib/konbikol/ticket.rb
|
132
132
|
- lib/konbikol/version.rb
|
133
|
-
homepage: https://github.com/ravicious/konbikol
|
133
|
+
homepage: https://github.com/ravicious/konbikol-cli
|
134
134
|
licenses:
|
135
135
|
- GPL-3.0-or-later
|
136
136
|
metadata:
|
137
|
-
homepage_uri: https://github.com/ravicious/konbikol
|
138
|
-
source_code_uri: https://github.com/ravicious/konbikol
|
139
|
-
changelog_uri: https://github.com/ravicious/konbikol
|
137
|
+
homepage_uri: https://github.com/ravicious/konbikol-cli
|
138
|
+
source_code_uri: https://github.com/ravicious/konbikol-cli
|
139
|
+
changelog_uri: https://github.com/ravicious/konbikol-cli
|
140
140
|
post_install_message:
|
141
141
|
rdoc_options: []
|
142
142
|
require_paths:
|
@@ -152,8 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
152
152
|
- !ruby/object:Gem::Version
|
153
153
|
version: '0'
|
154
154
|
requirements: []
|
155
|
-
|
156
|
-
rubygems_version: 2.7.6
|
155
|
+
rubygems_version: 3.0.3
|
157
156
|
signing_key:
|
158
157
|
specification_version: 4
|
159
158
|
summary: Converts Polish train tickets to iCalendar events.
|