iso-639-data 0.1.3 → 0.1.4

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: dd4460ee9bfa0ffe8a179122bf49ba515898beb210ec5e424b622bdca5889820
4
- data.tar.gz: a3d5df2ad005d94ab869f41f2ce39e8cdd1c029723132955c62dbbfb6a1ba14e
3
+ metadata.gz: c6a54855dd648ff969a6276500502d8e9a850057cda61823eeff8377788b4e6f
4
+ data.tar.gz: acfae311e82fa4008e0c883d3216892bd959f9e2177a8e458c32b2aebbb674fe
5
5
  SHA512:
6
- metadata.gz: 90e2f3c0dc7fa01029f2d5c5bc67e71f875c33b7ef6680baf2b30f86110ff3e724c06aa378653c681b6446164b3585781706b330cf0207d5e32b33cda14868c4
7
- data.tar.gz: 49e670273d002fce45281b4403b3b604ac0e22583b51ce0968f7f53ade0512b48f340f1de71d9895b732145015eaf22091ece2461cde2c9aa3892f8679a72f0d
6
+ metadata.gz: 4fb1f32eb8ec699384a6541531a9a5fc035f7f3553d585655fbd4ab72b9db39036888771b446ef575404c25702f28d9b7adb0ca9b1f9fd949ac88812a58ff37d
7
+ data.tar.gz: 36f3be5c2c162bfb053a8534ff2dde5774cd323109c84b0790418715e732376718d142e4e9b1547527ee371f94780a00d1d3e5c1b8ae33bceed77b07df6d7f89
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- iso-639-data (0.1.3)
4
+ iso-639-data (0.1.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -3,17 +3,17 @@ require_relative 'lib/iso-639-data/version'
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "iso-639-data"
5
5
  spec.version = Iso639Data::VERSION
6
- spec.authors = ["webdev778"]
7
- spec.email = ["webdev778@gmail.com"]
6
+ spec.authors = ["Ribose Inc."]
7
+ spec.email = ["open.source@ribose.com"]
8
8
 
9
9
  spec.summary = %q{ISO 639-X language code entries.}
10
10
  spec.description = %q{ISO 639-X language code entries.}
11
- spec.homepage = "https://github.com/webdev778/iso-639-data"
11
+ spec.homepage = "https://github.com/interscript/iso-639-data"
12
12
  spec.license = "MIT"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
14
14
 
15
15
  spec.metadata["homepage_uri"] = spec.homepage
16
- spec.metadata["source_code_uri"] = "https://github.com/webdev778/iso-639-data"
16
+ spec.metadata["source_code_uri"] = "https://github.com/interscript/iso-639-data"
17
17
 
18
18
  # Specify which files should be added to the gem when it is released.
19
19
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,3 +1,3 @@
1
1
  module Iso639Data
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,18 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iso-639-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
- - webdev778
7
+ - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-11-06 00:00:00.000000000 Z
11
+ date: 2020-11-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: ISO 639-X language code entries.
14
14
  email:
15
- - webdev778@gmail.com
15
+ - open.source@ribose.com
16
16
  executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
@@ -33,12 +33,12 @@ files:
33
33
  - lib/3.yaml
34
34
  - lib/iso-639-data.rb
35
35
  - lib/iso-639-data/version.rb
36
- homepage: https://github.com/webdev778/iso-639-data
36
+ homepage: https://github.com/interscript/iso-639-data
37
37
  licenses:
38
38
  - MIT
39
39
  metadata:
40
- homepage_uri: https://github.com/webdev778/iso-639-data
41
- source_code_uri: https://github.com/webdev778/iso-639-data
40
+ homepage_uri: https://github.com/interscript/iso-639-data
41
+ source_code_uri: https://github.com/interscript/iso-639-data
42
42
  post_install_message:
43
43
  rdoc_options: []
44
44
  require_paths: