stump-cli 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +15 -0
  2. data/README.md +32 -0
  3. metadata +93 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZGY5NzhjMGQ4MmI3Zjg3Y2EyYjkzZTE3ZDNhYzM5ODJjYzQ0NTQyMA==
5
+ data.tar.gz: !binary |-
6
+ ZjA5ZjJiNTY4ZWRmODI0MmI2Y2QxNWViZmRhZGY1OTYzNDg1NDg4NQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ YjJjYTE0YmFmNzIyOWM2N2IwMjcwNzdhNjM0ZDk1NDM1YTNkZjFhNDJkZmEw
10
+ NTdkMTdmNDM5N2E3YmY4NDdmNWU1MjBiZTRmMGRmYWQyMzYxNzllMWI5ZTNk
11
+ NjJiMGY2YTgzMjgzNzQxYmJiYzkzZDYwZWRiMTAwZjcyMjI0MDA=
12
+ data.tar.gz: !binary |-
13
+ ZTAxNTMwZWY2OWU0N2E2MzBjZGNjYzBhNzdhOTk4NWE2ZjkyZDY2M2RlYjI0
14
+ MDIxMDRhYTFmN2ZmOTQ4Y2M4NWVhOTIzOWI1N2IyYmVhNDI2NTBiY2M2MzNi
15
+ MzdmNTk0OGRhZWM5NjlmYmZkMTI1YTdmYzdkZTcwZjY1MDEzYmI=
data/README.md ADDED
@@ -0,0 +1,32 @@
1
+ # Stump
2
+
3
+ Initialize a WordPress project based on the Stump theme
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'stump-cli'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install stump-cli
20
+
21
+ ## Usage
22
+
23
+ TODO: Make this work
24
+ `stump-cli init NAME`
25
+
26
+ ## Contributing
27
+
28
+ 1. Fork it ( https://github.com/[my-github-username]/stump/fork )
29
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
30
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
31
+ 4. Push to the branch (`git push origin my-new-feature`)
32
+ 5. Create a new Pull Request
metadata ADDED
@@ -0,0 +1,93 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: stump-cli
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Andy Richardson
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-10-18 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: '1.6'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '1.6'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ~>
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: wordmove
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ~>
46
+ - !ruby/object:Gem::Version
47
+ version: 1.2.0
48
+ - - ! '>='
49
+ - !ruby/object:Gem::Version
50
+ version: 1.2.0
51
+ type: :runtime
52
+ prerelease: false
53
+ version_requirements: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ~>
56
+ - !ruby/object:Gem::Version
57
+ version: 1.2.0
58
+ - - ! '>='
59
+ - !ruby/object:Gem::Version
60
+ version: 1.2.0
61
+ description: ''
62
+ email:
63
+ - andy@kohactive.com
64
+ executables: []
65
+ extensions: []
66
+ extra_rdoc_files: []
67
+ files:
68
+ - README.md
69
+ homepage: ''
70
+ licenses:
71
+ - MIT
72
+ metadata: {}
73
+ post_install_message:
74
+ rdoc_options: []
75
+ require_paths:
76
+ - lib
77
+ required_ruby_version: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - ! '>='
80
+ - !ruby/object:Gem::Version
81
+ version: '0'
82
+ required_rubygems_version: !ruby/object:Gem::Requirement
83
+ requirements:
84
+ - - ! '>='
85
+ - !ruby/object:Gem::Version
86
+ version: '0'
87
+ requirements: []
88
+ rubyforge_project:
89
+ rubygems_version: 2.4.1
90
+ signing_key:
91
+ specification_version: 4
92
+ summary: Initialize a WordPress project based on the Stump theme
93
+ test_files: []