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 +4 -4
- data/Gemfile.lock +1 -1
- data/iso-15924.gemspec +4 -4
- data/lib/iso-15924/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 168c529ca59ae8620a88c9b2894a1b07e7286da757ff3a381e230c7996f0e2c5
|
|
4
|
+
data.tar.gz: 771716eed291bcca8557f07b89889d58e6924e7812139b925bd9390cfab19042
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 191758ca07d7f06d9d617dc5bc898f663dff1e98a6a05e9d27d1bb8d162de91eba06f60155f698ea15a139903d259aa075af40520e7407997cb986350bf1980f
|
|
7
|
+
data.tar.gz: 3a343dcbc6c387f2c4ccca09416241813b179333df61f074c3e1738a333442db292498fd89ac99c620edd06cfe1489c5afb404b665ac619359565f752d406ea2
|
data/Gemfile.lock
CHANGED
data/iso-15924.gemspec
CHANGED
|
@@ -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 = ["
|
|
7
|
-
spec.email = ["
|
|
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/
|
|
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/
|
|
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.
|
data/lib/iso-15924/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-11-
|
|
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
|
-
-
|
|
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/
|
|
37
|
+
homepage: https://github.com/interscript/iso-15924
|
|
38
38
|
licenses:
|
|
39
39
|
- MIT
|
|
40
40
|
metadata:
|
|
41
|
-
homepage_uri: https://github.com/
|
|
42
|
-
source_code_uri: https://github.com/
|
|
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:
|