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.
data/cdnget.gemspec CHANGED
@@ -2,17 +2,17 @@
2
2
 
3
3
  Gem::Specification.new do |o|
4
4
  o.name = "cdnget"
5
- o.version = '$Release: 0.1.0 $'.split()[1]
5
+ o.version = '$Release: 1.0.0 $'.split()[1]
6
6
  o.authors = ["makoto kuwata"]
7
7
  o.email = ["kwa@kuwata-lab.com"]
8
8
 
9
- o.summary = "Utility to download files from CDNJS, jsDelivr or Google."
10
- o.description = "Utility to download files from CDNJS, jsDelivr or Google."
11
- o.homepage = "https://github.com/kwatch/cdnget"
9
+ o.summary = "Utility to download files from CDNJS, jsDelivr, UNPKG or Google."
10
+ o.description = "Utility to download files from CDNJS, jsDelivr, UNPKG or Google."
11
+ o.homepage = "https://github.com/kwatch/cdnget/tree/ruby-release"
12
12
  o.license = "MIT"
13
13
 
14
14
  o.files = Dir[*%w[
15
- README.md MIT-LICENSE Rakefile cdnget.gemspec
15
+ README.md CHANGES.md MIT-LICENSE Rakefile cdnget.gemspec
16
16
  lib/**/*.rb
17
17
  bin/cdnget
18
18
  test/**/*_test.rb
@@ -24,5 +24,5 @@ Gem::Specification.new do |o|
24
24
  o.required_ruby_version = '>= 2.0'
25
25
 
26
26
  o.add_development_dependency "minitest", "~> 5.4"
27
- o.add_development_dependency "minitest-ok", "~> 1.0"
27
+ o.add_development_dependency "minitest-ok", "~> 0.3"
28
28
  end