konbikol 0.1.5 → 0.1.6

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
  SHA256:
3
- metadata.gz: ec1d54398a152292c0b3daaa531a62d12c0cad311f553679785665dd5232ff14
4
- data.tar.gz: 22c8b221a5549699b70966139a5bbbb7b8ad1cd39f88fdfef0af508ca41f9177
3
+ metadata.gz: aff1bd6796f746564be321b097e895f038ad463475e7dba7be3c5b74de7e1e6f
4
+ data.tar.gz: b5771925949b3408877e3b8bad9c4a9ee2b1bb7e39eb43990815b6dab68b28ec
5
5
  SHA512:
6
- metadata.gz: 34a5711d63ea9c68e32f8da1df639e2d3c0cc04a8ed2588d92e73ec51660983c33b9d20ebb6a30656e07be2085573c3d807b9070c289f3a413bb32f8f9fd08cb
7
- data.tar.gz: c434bf9cf20c843e31e5fc2617e91aaa3e62587e38b3d73e0e1ad078a25753ececd9ff8aff65dc0e4a11c86e353bf1bfa19771385f2aad5e6f70ba816247c3f6
6
+ metadata.gz: 0df57a3be7a550da36ba96836f4531a66827d1d6d5b8dce97f4bddb90625a0eaf7aa51c8013cb518e76feecdba6faedb9519affb8268f98e873721621aea4a5e
7
+ data.tar.gz: 70c5b6796f07318efd1c6243df6a8f0e955964d25516e2db6339288ded3950f8085e6a276594b575cec6a09f9d0b77e520d6965d413b8f9cd5ee9f3aa141c4ab
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- konbikol (0.1.5)
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.1)
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.1
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).
@@ -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)
@@ -1,3 +1,3 @@
1
1
  module Konbikol
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
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.5
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-10-30 00:00:00.000000000 Z
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
- rubyforge_project:
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.