dokuen 0.0.10 → 0.0.11

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 CHANGED
@@ -88,6 +88,8 @@ $ open http://<your_host>:12345/
88
88
  * `install_buildpack <url>`
89
89
  * `remove_buildpack <name>`
90
90
  * `run_command <command>`
91
+ * `shutdown`
92
+ * `restart`
91
93
 
92
94
  ## DNS Setup
93
95
 
@@ -117,4 +119,3 @@ MIT
117
119
  ## Contact and Development
118
120
 
119
121
  Fork and send me a pull request. If you'd like to talk about Dokuen there's `#dokuen` on `irc.freenode.net`, as well as a [mailing list](https://groups.google.com/forum/#!forum/dokuen).
120
-
@@ -235,9 +235,8 @@ private
235
235
 
236
236
  def clone(git_dir, revision)
237
237
  dir = Dir.mktmpdir
238
- Dir.chdir(dir) do
239
- sys("git clone #{git_dir} .")
240
- sys("git checkout -q #{revision}")
238
+ Dir.chdir(dir) do
239
+ sys("git --git-dir=#{git_dir} archive --format=tar #{revision} | tar x")
241
240
  end
242
241
  dir
243
242
  end
@@ -1,3 +1,3 @@
1
1
  module Dokuen
2
- VERSION = '0.0.10'
2
+ VERSION = '0.0.11'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dokuen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-02 00:00:00.000000000Z
12
+ date: 2012-06-03 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake