victory 0.0.2 → 0.0.3

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: 162cf212992c6462551e88e000234305995a8fb2140dd4745078530a6968cf45
4
- data.tar.gz: e4b82e8706f9aa2afd2881d09c842bfd731271e82ac964278a92691212e7aa2f
3
+ metadata.gz: a5e64928d031b6be133644fd849867f1d46e75f7e0108be66a67cf467c0f9c9a
4
+ data.tar.gz: d3c34f8ce085866f68156fcd74511e4cbf291a45bccb9806d97cbbea31c0a61d
5
5
  SHA512:
6
- metadata.gz: 6b2008e24596732a218767b2e4f47e8d3d5b05fb17cd502087671e20f9075372531b0c62595bc8efe943801f215b4dc4ec86ee70080da1cd0ffc44732d1d50b6
7
- data.tar.gz: a05f3289fc5899f4b2508473acdd0586666cfb054d3929a1bdcba9ed172706f9d8539c0cf52913b6c0c7bd6cf8260fc7cf7acd36b19e2a5d2809d38d0bedc93b
6
+ metadata.gz: ddf907234d226d92f3c8ff17718d7815b29867a65bcb2c80421b875d5d2f66d90078257c67fd38df838c38b49e983b7b4448a347873220ccb22ca90d309add98
7
+ data.tar.gz: c1571c770798a8f97b1ae258876a5913c20c26d6cd66035ee2e9666407811005ef93b54bcd6163938965f24babf5d05c0f407ca34502d5f57e6764c59e6b3f7c
@@ -1,3 +1,3 @@
1
1
  module Victory
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/victory.gemspec CHANGED
@@ -9,6 +9,11 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['Arnold Szederjesi']
10
10
  spec.email = ['szederjesiarnold@gmail.com']
11
11
 
12
+ spec.homepage = 'https://github.com/Szetty/victory'
13
+ spec.metadata = {
14
+ 'source_code_uri' => 'https://github.com/Szetty/victory',
15
+ 'documentation_uri' => 'https://www.rubydoc.info/github/Szetty/victory/master'
16
+ }
12
17
  spec.summary = 'A gem providing all useful algorithms and data structures for programming contests'
13
18
  spec.license = 'MIT'
14
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: victory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arnold Szederjesi
@@ -154,10 +154,12 @@ files:
154
154
  - lib/victory.rb
155
155
  - lib/victory/version.rb
156
156
  - victory.gemspec
157
- homepage:
157
+ homepage: https://github.com/Szetty/victory
158
158
  licenses:
159
159
  - MIT
160
- metadata: {}
160
+ metadata:
161
+ source_code_uri: https://github.com/Szetty/victory
162
+ documentation_uri: https://www.rubydoc.info/github/Szetty/victory/master
161
163
  post_install_message:
162
164
  rdoc_options: []
163
165
  require_paths: