stump-cli 0.1.1 → 0.1.2
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/README.md +4 -0
- data/lib/stump-cli/version.rb +1 -1
- data/lib/wp/wp-content/themes/stump/.gitignore +12 -0
- metadata +16 -5
- checksums.yaml +0 -15
data/README.md
CHANGED
|
@@ -10,6 +10,10 @@ Initialize a WordPress project based on the Stump theme
|
|
|
10
10
|
|
|
11
11
|
`stump-cli init NAME`
|
|
12
12
|
|
|
13
|
+
## TODO
|
|
14
|
+
* pull latest WordPress release on init
|
|
15
|
+
* pull Stump from https://github.com/kohactive/stump on init
|
|
16
|
+
|
|
13
17
|
## Contributing
|
|
14
18
|
|
|
15
19
|
1. Fork it ( https://github.com/[my-github-username]/stump-cli/fork )
|
data/lib/stump-cli/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stump-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
|
+
prerelease:
|
|
5
6
|
platform: ruby
|
|
6
7
|
authors:
|
|
7
8
|
- Andy Richardson
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
12
|
+
date: 2014-12-26 00:00:00.000000000 Z
|
|
12
13
|
dependencies:
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: bundler
|
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
16
18
|
requirements:
|
|
17
19
|
- - ~>
|
|
18
20
|
- !ruby/object:Gem::Version
|
|
@@ -20,6 +22,7 @@ dependencies:
|
|
|
20
22
|
type: :development
|
|
21
23
|
prerelease: false
|
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
23
26
|
requirements:
|
|
24
27
|
- - ~>
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
@@ -27,6 +30,7 @@ dependencies:
|
|
|
27
30
|
- !ruby/object:Gem::Dependency
|
|
28
31
|
name: rake
|
|
29
32
|
requirement: !ruby/object:Gem::Requirement
|
|
33
|
+
none: false
|
|
30
34
|
requirements:
|
|
31
35
|
- - ~>
|
|
32
36
|
- !ruby/object:Gem::Version
|
|
@@ -34,6 +38,7 @@ dependencies:
|
|
|
34
38
|
type: :development
|
|
35
39
|
prerelease: false
|
|
36
40
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
+
none: false
|
|
37
42
|
requirements:
|
|
38
43
|
- - ~>
|
|
39
44
|
- !ruby/object:Gem::Version
|
|
@@ -41,6 +46,7 @@ dependencies:
|
|
|
41
46
|
- !ruby/object:Gem::Dependency
|
|
42
47
|
name: thor
|
|
43
48
|
requirement: !ruby/object:Gem::Requirement
|
|
49
|
+
none: false
|
|
44
50
|
requirements:
|
|
45
51
|
- - ~>
|
|
46
52
|
- !ruby/object:Gem::Version
|
|
@@ -51,6 +57,7 @@ dependencies:
|
|
|
51
57
|
type: :runtime
|
|
52
58
|
prerelease: false
|
|
53
59
|
version_requirements: !ruby/object:Gem::Requirement
|
|
60
|
+
none: false
|
|
54
61
|
requirements:
|
|
55
62
|
- - ~>
|
|
56
63
|
- !ruby/object:Gem::Version
|
|
@@ -61,6 +68,7 @@ dependencies:
|
|
|
61
68
|
- !ruby/object:Gem::Dependency
|
|
62
69
|
name: wordmove
|
|
63
70
|
requirement: !ruby/object:Gem::Requirement
|
|
71
|
+
none: false
|
|
64
72
|
requirements:
|
|
65
73
|
- - ~>
|
|
66
74
|
- !ruby/object:Gem::Version
|
|
@@ -71,6 +79,7 @@ dependencies:
|
|
|
71
79
|
type: :runtime
|
|
72
80
|
prerelease: false
|
|
73
81
|
version_requirements: !ruby/object:Gem::Requirement
|
|
82
|
+
none: false
|
|
74
83
|
requirements:
|
|
75
84
|
- - ~>
|
|
76
85
|
- !ruby/object:Gem::Version
|
|
@@ -528,6 +537,7 @@ files:
|
|
|
528
537
|
- lib/wp/wp-content/plugins/index.php
|
|
529
538
|
- lib/wp/wp-content/themes/index.php
|
|
530
539
|
- lib/wp/wp-content/themes/stump/.editorconfig
|
|
540
|
+
- lib/wp/wp-content/themes/stump/.gitignore
|
|
531
541
|
- lib/wp/wp-content/themes/stump/.jshintrc
|
|
532
542
|
- lib/wp/wp-content/themes/stump/404.php
|
|
533
543
|
- lib/wp/wp-content/themes/stump/CHANGELOG.md
|
|
@@ -1397,25 +1407,26 @@ files:
|
|
|
1397
1407
|
homepage: https://github.com/kohactive/stump-cli
|
|
1398
1408
|
licenses:
|
|
1399
1409
|
- MIT
|
|
1400
|
-
metadata: {}
|
|
1401
1410
|
post_install_message:
|
|
1402
1411
|
rdoc_options: []
|
|
1403
1412
|
require_paths:
|
|
1404
1413
|
- lib
|
|
1405
1414
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
1415
|
+
none: false
|
|
1406
1416
|
requirements:
|
|
1407
1417
|
- - ! '>='
|
|
1408
1418
|
- !ruby/object:Gem::Version
|
|
1409
1419
|
version: '0'
|
|
1410
1420
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1421
|
+
none: false
|
|
1411
1422
|
requirements:
|
|
1412
1423
|
- - ! '>='
|
|
1413
1424
|
- !ruby/object:Gem::Version
|
|
1414
1425
|
version: '0'
|
|
1415
1426
|
requirements: []
|
|
1416
1427
|
rubyforge_project:
|
|
1417
|
-
rubygems_version:
|
|
1428
|
+
rubygems_version: 1.8.23
|
|
1418
1429
|
signing_key:
|
|
1419
|
-
specification_version:
|
|
1430
|
+
specification_version: 3
|
|
1420
1431
|
summary: Initialize a WordPress project based on the Stump theme
|
|
1421
1432
|
test_files: []
|
checksums.yaml
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
!binary "U0hBMQ==":
|
|
3
|
-
metadata.gz: !binary |-
|
|
4
|
-
YzkzYTkwYTZmMGUwZDVlZGEzZTVmMGYzYmQ4Zjk3MjZlY2E1NDg2Mg==
|
|
5
|
-
data.tar.gz: !binary |-
|
|
6
|
-
MGFmMTVkNTU4YzA0ZDRiNDFiMjk0NWFlZjA0MGE0Y2MxYzVjNDYwYw==
|
|
7
|
-
SHA512:
|
|
8
|
-
metadata.gz: !binary |-
|
|
9
|
-
ZDdjYmI5MDRlYzE5Yzc2NDRjYjA0MGM1ZDY1ZTMyMzJiODRiMDdkNjhjM2Qy
|
|
10
|
-
ZDM2NTVmZGVmNWYyY2M4MWQ0Mzg5OWMwODBjNDMwYjgyZjU0ZTcxYmE3N2E5
|
|
11
|
-
YTNjY2I0ZmU3ZmI3YTcyZWU3ODRlNWRkYzM3NmVlMzhhY2M3MzY=
|
|
12
|
-
data.tar.gz: !binary |-
|
|
13
|
-
MTVmNjdjOWMzODQzY2I5NWNkNTM4MDc2M2MzNWM3OWUzMTY3YmIzY2MwNmJl
|
|
14
|
-
NTFhMWJjNGQwMjM4NGZhMWYxOTU1NjY1YzZhYzdhNWI1ZmY2ZTI0NzFjZTc2
|
|
15
|
-
NTYyZDA0NjQ1OTM3YWI5YTZhZGJlYjEwODhjNjBiZWVjNTBkNWM=
|