roman_numericals 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e4ec0184231a1496b9e99df099f728dd5e0c2919b4ee44dfa613dadd2a42c773
4
- data.tar.gz: 045eefb6457c7497169923179ad6359e9549e76f40fdb4a94e4f6d23ad3cd9aa
3
+ metadata.gz: 299737c1307ca6d4134164b2e3ddd5b379f1c3f92efd7ff2789777ac350f042b
4
+ data.tar.gz: 41aba7ef46188e3d913b6e60ccccd7c122108d89c46eb4137a712023240f48fe
5
5
  SHA512:
6
- metadata.gz: f73acf177480b992b0904aee2f6af27db6275e1b5ecae109fe1325ee715f58bd725b1bf455562868b8a6f2b94eae4e629989df49dc47ac72c39459b8b4591097
7
- data.tar.gz: 4d196459e143c7ffe46cc3777dd514f5f2ede244ba5042c58b0e97df7056990858c58f678ea53893b24f9c1147aa0a767bdd77772bf38099477ad6dd751d5891
6
+ metadata.gz: fbd01c8d8d1ad3a33ff86f154b6ed301d8524a9494064344ace3b456a8b2ff6fec7c3a68d4cf7d10113da97734c0506b1ec88dde7aece2f70c9c5420aed1aa08
7
+ data.tar.gz: 1523e2a8f727c9a63c86d5d0dea264621ad95f369eda0dc8ef93c863db1d7eac7ee1de31291f411aef7114581422aefdad3ed83be61820e3fcb714ebd2c2a44d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- roman_numericals (0.1.0)
4
+ roman_numericals (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RomanNumericals
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
  # spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
18
18
 
19
19
  # spec.metadata["homepage_uri"] = spec.homepage
20
- # spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
20
+ spec.metadata["source_code_uri"] = "https://github.com/tomoya-kwansei/roman_numericals.git"
21
21
  # spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
22
22
 
23
23
  # Specify which files should be added to the gem when it is released.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roman_numericals
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomoya Bansho
@@ -32,7 +32,8 @@ files:
32
32
  homepage:
33
33
  licenses:
34
34
  - MIT
35
- metadata: {}
35
+ metadata:
36
+ source_code_uri: https://github.com/tomoya-kwansei/roman_numericals.git
36
37
  post_install_message:
37
38
  rdoc_options: []
38
39
  require_paths: