cdnjs-command 0.0.2 → 0.0.3
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/HISTORY.md +7 -0
- data/bin/cdnjs +1 -1
- metadata +16 -6
data/HISTORY.md
CHANGED
data/bin/cdnjs
CHANGED
metadata
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cdnjs-command
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
5
|
-
|
|
4
|
+
prerelease: false
|
|
5
|
+
segments:
|
|
6
|
+
- 0
|
|
7
|
+
- 0
|
|
8
|
+
- 3
|
|
9
|
+
version: 0.0.3
|
|
6
10
|
platform: ruby
|
|
7
11
|
authors:
|
|
8
12
|
- Rico Sta. Cruz
|
|
@@ -10,7 +14,7 @@ autorequire:
|
|
|
10
14
|
bindir: bin
|
|
11
15
|
cert_chain: []
|
|
12
16
|
|
|
13
|
-
date: 2011-
|
|
17
|
+
date: 2011-04-16 00:00:00 +08:00
|
|
14
18
|
default_executable:
|
|
15
19
|
dependencies:
|
|
16
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -21,14 +25,16 @@ dependencies:
|
|
|
21
25
|
requirements:
|
|
22
26
|
- - ">="
|
|
23
27
|
- !ruby/object:Gem::Version
|
|
28
|
+
segments:
|
|
29
|
+
- 0
|
|
24
30
|
version: "0"
|
|
25
31
|
type: :runtime
|
|
26
32
|
version_requirements: *id001
|
|
27
33
|
description: This package lets you download the popular JavaScript packages with one command, thanks to www.cdnjs.com.
|
|
28
34
|
email:
|
|
29
35
|
- rico@sinefunc.com
|
|
30
|
-
executables:
|
|
31
|
-
|
|
36
|
+
executables:
|
|
37
|
+
- cdnjs
|
|
32
38
|
extensions: []
|
|
33
39
|
|
|
34
40
|
extra_rdoc_files: []
|
|
@@ -51,17 +57,21 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
51
57
|
requirements:
|
|
52
58
|
- - ">="
|
|
53
59
|
- !ruby/object:Gem::Version
|
|
60
|
+
segments:
|
|
61
|
+
- 0
|
|
54
62
|
version: "0"
|
|
55
63
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
56
64
|
none: false
|
|
57
65
|
requirements:
|
|
58
66
|
- - ">="
|
|
59
67
|
- !ruby/object:Gem::Version
|
|
68
|
+
segments:
|
|
69
|
+
- 0
|
|
60
70
|
version: "0"
|
|
61
71
|
requirements: []
|
|
62
72
|
|
|
63
73
|
rubyforge_project:
|
|
64
|
-
rubygems_version: 1.
|
|
74
|
+
rubygems_version: 1.3.7
|
|
65
75
|
signing_key:
|
|
66
76
|
specification_version: 3
|
|
67
77
|
summary: Command line helper for cdnjs.com.
|