wpmake 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ ## v0.0.2
2
+
3
+ * Add warning that gem only supports pagodabox
4
+
1
5
  ## v0.0.1
2
6
 
3
7
  * Initial release
8
+
@@ -1,3 +1,3 @@
1
1
  module WPMake
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
Binary file
data/wpmake.gemspec CHANGED
@@ -11,12 +11,12 @@ Gem::Specification.new do |s|
11
11
  s.summary = %q{Makes wordpress install}
12
12
  s.description = %q{Makes a fresh wordpress install with some defaults. *** currently only supports pagodabox *** }
13
13
 
14
- #s.rubyforge_project = "wpmake"
15
-
16
14
  s.files = `git ls-files`.split("\n")
17
15
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
16
  s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
19
17
  s.require_paths = ["lib"]
20
18
 
19
+ s.post_install_message = "wp make installed! Usage: wpmake [site name]"
20
+
21
21
  end
22
22
 
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.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -31,12 +31,13 @@ files:
31
31
  - pagodafiles/Boxfile
32
32
  - pagodafiles/wp-config.php
33
33
  - pkg/wpmake-0.0.1.gem
34
+ - pkg/wpmake-0.0.2.gem
34
35
  - spec/bootstrap_spec.rb
35
36
  - spec/spec_helper.rb
36
37
  - wpmake.gemspec
37
38
  homepage: http://github.com/asebastian/wpmake
38
39
  licenses: []
39
- post_install_message:
40
+ post_install_message: ! 'wp make installed! Usage: wpmake [site name]'
40
41
  rdoc_options: []
41
42
  require_paths:
42
43
  - lib