iso-15924 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: 2456feea91e2585d90609bc99e7d5e48a077b065ada2d6722704d30dfd48968f
4
- data.tar.gz: f0c21a42b24bed7ca415d1814aa14ff796f6bab7044576c5dbb143594173ad1a
3
+ metadata.gz: 168c529ca59ae8620a88c9b2894a1b07e7286da757ff3a381e230c7996f0e2c5
4
+ data.tar.gz: 771716eed291bcca8557f07b89889d58e6924e7812139b925bd9390cfab19042
5
5
  SHA512:
6
- metadata.gz: 9b93bbf8cce7f9987df9a0c8365152454ac3e11b3c71d1531ffa3508e7cf30fbbaf37de2e9b22ab130cb283f9a2ad74a5e3564722ab09a665101cf3f56261841
7
- data.tar.gz: 100e8e356b374842585502d03d5302dfc9a4d357e48b6f8734a346e17baae9f06a12b224e1ecffff4d52cec0fe101b526d21ad1f360993e8b06ff0f47ab3d799
6
+ metadata.gz: 191758ca07d7f06d9d617dc5bc898f663dff1e98a6a05e9d27d1bb8d162de91eba06f60155f698ea15a139903d259aa075af40520e7407997cb986350bf1980f
7
+ data.tar.gz: 3a343dcbc6c387f2c4ccca09416241813b179333df61f074c3e1738a333442db292498fd89ac99c620edd06cfe1489c5afb404b665ac619359565f752d406ea2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- iso-15924 (0.1.0)
4
+ iso-15924 (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -3,20 +3,20 @@ require_relative 'lib/iso-15924/version'
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "iso-15924"
5
5
  spec.version = Iso15924::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 15924 code entries}
10
10
  spec.description = %q{A Ruby gem that provides the ISO 15924 data sets along with
11
11
  some convenience methods for accessing different entries
12
12
  and entry fields.
13
13
  }
14
- spec.homepage = "https://github.com/webdev778/iso-15924"
14
+ spec.homepage = "https://github.com/interscript/iso-15924"
15
15
  spec.license = "MIT"
16
16
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
17
17
 
18
18
  spec.metadata["homepage_uri"] = spec.homepage
19
- spec.metadata["source_code_uri"] = "https://github.com/webdev778/iso-15924"
19
+ spec.metadata["source_code_uri"] = "https://github.com/interscript/iso-15924"
20
20
 
21
21
  # Specify which files should be added to the gem when it is released.
22
22
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,3 +1,3 @@
1
1
  module Iso15924
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,20 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iso-15924
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
- - webdev778
7
+ - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-11-07 00:00:00.000000000 Z
11
+ date: 2020-11-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: "A Ruby gem that provides the ISO 15924 data sets along with\n some
14
14
  convenience methods for accessing different entries\n and
15
15
  entry fields.\n "
16
16
  email:
17
- - webdev778@gmail.com
17
+ - open.source@ribose.com
18
18
  executables: []
19
19
  extensions: []
20
20
  extra_rdoc_files: []
@@ -34,12 +34,12 @@ files:
34
34
  - lib/iso-15924.rb
35
35
  - lib/iso-15924.yaml
36
36
  - lib/iso-15924/version.rb
37
- homepage: https://github.com/webdev778/iso-15924
37
+ homepage: https://github.com/interscript/iso-15924
38
38
  licenses:
39
39
  - MIT
40
40
  metadata:
41
- homepage_uri: https://github.com/webdev778/iso-15924
42
- source_code_uri: https://github.com/webdev778/iso-15924
41
+ homepage_uri: https://github.com/interscript/iso-15924
42
+ source_code_uri: https://github.com/interscript/iso-15924
43
43
  post_install_message:
44
44
  rdoc_options: []
45
45
  require_paths: