cdnget 0.1.0 → 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.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - makoto kuwata
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-23 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
@@ -30,15 +30,15 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '1.0'
33
+ version: '0.3'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '1.0'
41
- description: Utility to download files from CDNJS, jsDelivr or Google.
40
+ version: '0.3'
41
+ description: Utility to download files from CDNJS, jsDelivr, UNPKG or Google.
42
42
  email:
43
43
  - kwa@kuwata-lab.com
44
44
  executables:
@@ -46,6 +46,7 @@ executables:
46
46
  extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
49
+ - CHANGES.md
49
50
  - MIT-LICENSE
50
51
  - README.md
51
52
  - Rakefile
@@ -53,7 +54,7 @@ files:
53
54
  - cdnget.gemspec
54
55
  - lib/cdnget.rb
55
56
  - test/cdnget_test.rb
56
- homepage: https://github.com/kwatch/cdnget
57
+ homepage: https://github.com/kwatch/cdnget/tree/ruby-release
57
58
  licenses:
58
59
  - MIT
59
60
  metadata: {}
@@ -73,8 +74,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
74
  version: '0'
74
75
  requirements: []
75
76
  rubyforge_project:
76
- rubygems_version: 2.5.1
77
+ rubygems_version: 2.5.2.3
77
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: []