cdnget 0.2.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/cdnget.gemspec CHANGED
@@ -2,13 +2,13 @@
2
2
 
3
3
  Gem::Specification.new do |o|
4
4
  o.name = "cdnget"
5
- o.version = '$Release: 0.2.0 $'.split()[1]
5
+ o.version = '$Release: 1.0.1 $'.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[
@@ -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