cdnget 0.3.1 → 1.0.0

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cdnget
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - makoto kuwata
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-30 00:00:00.000000000 Z
11
+ date: 2021-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0.3'
41
- description: Utility to download files from CDNJS, jsDelivr or Google.
41
+ description: Utility to download files from CDNJS, jsDelivr, UNPKG or Google.
42
42
  email:
43
43
  - kwa@kuwata-lab.com
44
44
  executables:
@@ -58,7 +58,7 @@ homepage: https://github.com/kwatch/cdnget/tree/ruby-release
58
58
  licenses:
59
59
  - MIT
60
60
  metadata: {}
61
- post_install_message:
61
+ post_install_message:
62
62
  rdoc_options: []
63
63
  require_paths:
64
64
  - lib
@@ -73,8 +73,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.2.22
77
- signing_key:
76
+ rubyforge_project:
77
+ rubygems_version: 2.5.2.3
78
+ signing_key:
78
79
  specification_version: 4
79
- summary: Utility to download files from CDNJS, jsDelivr or Google.
80
+ summary: Utility to download files from CDNJS, jsDelivr, UNPKG or Google.
80
81
  test_files: []