anystyle-data 1.1.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a19c97422b54b41676df729803bf4c379680869826dbbbf7257f080de6da3ec
4
- data.tar.gz: efdee729c5117fa43c69c07f8c12057472656e6f9e61213a4cb084b2b3d2077a
3
+ metadata.gz: 3ca52c9886252447cc4d7e93cc2a4b9b2963e4ba9fa987905cf42e643a91e1b3
4
+ data.tar.gz: dc9123d922abf19765a84b276710b8a68ce0cc5d4928f06edbffa4847c249e97
5
5
  SHA512:
6
- metadata.gz: 2fc0e0e52edcc1b448fc56c5fce4363a099c8670e1a507cd00297b09feb8440432266415e74298688b8c156b7c9012122c788e71cd4a033d839962e9cd7ad49d
7
- data.tar.gz: 6751dd323b3a897c8e367c099525d9f85e7b40b65c56a88dcfe9c674aa9e8c1a8104c0e337f6f786265fc1eb56eb0ad494ee679bc0fb9142e2cd19d5d80a1a03
6
+ metadata.gz: 70dff2243077493bc3c3923a738ab096c73fc0cb8687609efe03a3962ba3b6342e5201b304d05fd19cc2915eb70025f74e27d4f65aa4dc73012426bb76ffd309
7
+ data.tar.gz: e1dfe69843c5747d18ab3b014efd3125d1b2c98a3ce68ec78cccfc7cf6bbc0e74d830000dfb606e50424f12f6422abae7e1c3dfb5f7717b50e7a6b9c27a191ec
@@ -1,12 +1,12 @@
1
1
  module AnyStyle
2
2
  module Data
3
- ROOT = File.expand_path('..', __FILE__).untaint
3
+ ROOT = File.expand_path('..', __FILE__)
4
4
 
5
5
  def self.setup
6
6
  Dictionary.defaults[:source] = File.join(ROOT, 'dict.txt.gz')
7
7
 
8
8
  if defined? Dictionary::Marshal
9
- Dictionary::GDBM.defaults[:path] = File.join(ROOT, 'dict.marshal')
9
+ Dictionary::Marshal.defaults[:path] = File.join(ROOT, 'dict.marshal')
10
10
  end
11
11
 
12
12
  if defined? Dictionary::GDBM
@@ -1,5 +1,5 @@
1
1
  module AnyStyle
2
2
  module Data
3
- VERSION = '1.1.0'.freeze
3
+ VERSION = '1.3.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anystyle-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sylvester Keil
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-05 00:00:00.000000000 Z
11
+ date: 2023-01-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description:
13
+ description:
14
14
  email:
15
15
  - http://sylvester.keil.or.at
16
16
  executables: []
@@ -27,7 +27,7 @@ homepage: http://anystyle.io
27
27
  licenses:
28
28
  - BSD-2-Clause
29
29
  metadata: {}
30
- post_install_message:
30
+ post_install_message:
31
31
  rdoc_options: []
32
32
  require_paths:
33
33
  - lib
@@ -42,9 +42,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
42
42
  - !ruby/object:Gem::Version
43
43
  version: '0'
44
44
  requirements: []
45
- rubyforge_project:
46
- rubygems_version: 2.7.4
47
- signing_key:
45
+ rubygems_version: 3.2.15
46
+ signing_key:
48
47
  specification_version: 4
49
48
  summary: AnyStyle parser dictionary data
50
49
  test_files: []