kountries 0.1.1 → 0.1.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: fcb9a987c17b3f4c0f9f62d79acda846485ef3a36498855ad285b0654d87704b
4
- data.tar.gz: a32a50b32ee66e40b8ef3db817889c3c0c397d86855e617f9a756d3b5b2fe958
3
+ metadata.gz: b93bd6bf528d086199cbd1975b60842b62ee2f4511c3a7c58ae46fb2ef707703
4
+ data.tar.gz: b485fb00b1337160e83c7294d4b832a74c12a5f87f6159e10bcb6216fc7a7c03
5
5
  SHA512:
6
- metadata.gz: 367478a7d8c30792b0ef7514e47e02f3e2f5ca8586b66f1a27112366222decdfe8616de8f08c75b4211ddead373ceb7a75d5fe26ee3a92017a32587ceb0d5b1d
7
- data.tar.gz: dbc7147858b830e64e4933e7e8a1e85509f71083f4b83a1214fe9f4834b9f9b9bb55836cb1d446b3dfebba4349cc25b04f0c4eca85257b17191a9a12f54d2e87
6
+ metadata.gz: f9e0ce562ed80662404999492ac351cd7ef049225fc892758a55cb9e5adf04bcd0e27ed9c25ae5fc4062ca574f53e1f220bf217ce0bd47e466d989784a3d5353
7
+ data.tar.gz: fb99768ae27f37c6167522f6e4e79563ae4d21eeec15bbf6dc0eb3faf0153573c93ef9e0b9711a9cd97647ae7faeb4ea20eb0200d1de051b482ed9c9dd0d7726
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kountries (0.1.1)
4
+ kountries (0.1.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/kountries.gemspec CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
 
19
19
  spec.metadata["homepage_uri"] = spec.homepage
20
20
  spec.metadata["source_code_uri"] = "https://github.com/Sylvance/kountries"
21
- spec.metadata["changelog_uri"] = "https://github.com/Sylvance/kountries/CHANGELOG.md"
21
+ spec.metadata["changelog_uri"] = "https://github.com/Sylvance/kountries/blob/main/CHANGELOG.md"
22
22
 
23
23
  # Specify which files should be added to the gem when it is released.
24
24
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'ostruct'
3
+ require "ostruct"
4
4
 
5
5
  module Kountries
6
6
  # Africa
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require "ostruct"
4
+
3
5
  module Kountries
4
6
  # America
5
7
  module America
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require "ostruct"
4
+
3
5
  module Kountries
4
6
  # Asia
5
7
  module Asia
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require "ostruct"
4
+
3
5
  module Kountries
4
6
  # Europe
5
7
  module Europe
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require "ostruct"
4
+
3
5
  module Kountries
4
6
  # Oceania
5
7
  module Oceania
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Kountries
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kountries
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - sylvance_theone
@@ -43,7 +43,7 @@ metadata:
43
43
  allowed_push_host: https://rubygems.org
44
44
  homepage_uri: https://github.com/Sylvance/kountries
45
45
  source_code_uri: https://github.com/Sylvance/kountries
46
- changelog_uri: https://github.com/Sylvance/kountries/CHANGELOG.md
46
+ changelog_uri: https://github.com/Sylvance/kountries/blob/main/CHANGELOG.md
47
47
  post_install_message:
48
48
  rdoc_options: []
49
49
  require_paths: