wpmake 0.0.1 → 0.0.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 +6 -1
- data/lib/wpmake/version.rb +1 -1
- data/pkg/wpmake-0.0.1.gem +0 -0
- data/wpmake.gemspec +1 -1
- metadata +4 -2
data/README.md
CHANGED
data/lib/wpmake/version.rb
CHANGED
|
Binary file
|
data/wpmake.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.email = ["asebastian2@gmail.com"]
|
|
10
10
|
s.homepage = "http://github.com/asebastian/wpmake"
|
|
11
11
|
s.summary = %q{Makes wordpress install}
|
|
12
|
-
s.description = %q{Makes a fresh wordpress install with some defaults}
|
|
12
|
+
s.description = %q{Makes a fresh wordpress install with some defaults. *** currently only supports pagodabox *** }
|
|
13
13
|
|
|
14
14
|
#s.rubyforge_project = "wpmake"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wpmake
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,7 +11,8 @@ bindir: bin
|
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2012-11-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description: Makes a fresh wordpress install with some defaults
|
|
14
|
+
description: ! 'Makes a fresh wordpress install with some defaults. *** currently
|
|
15
|
+
only supports pagodabox *** '
|
|
15
16
|
email:
|
|
16
17
|
- asebastian2@gmail.com
|
|
17
18
|
executables:
|
|
@@ -29,6 +30,7 @@ files:
|
|
|
29
30
|
- lib/wpmake/version.rb
|
|
30
31
|
- pagodafiles/Boxfile
|
|
31
32
|
- pagodafiles/wp-config.php
|
|
33
|
+
- pkg/wpmake-0.0.1.gem
|
|
32
34
|
- spec/bootstrap_spec.rb
|
|
33
35
|
- spec/spec_helper.rb
|
|
34
36
|
- wpmake.gemspec
|