gap 0.0.20 → 0.0.21

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.
Files changed (4) hide show
  1. data/README +1 -1
  2. data/lib/gap/recipes/hg.rb +2 -2
  3. data/lib/gap.rb +1 -1
  4. metadata +2 -2
data/README CHANGED
@@ -70,7 +70,7 @@ alpha:
70
70
  task:
71
71
  start: rails server #gap dev rails start
72
72
  stop:
73
- resstart:
73
+ restart:
74
74
  resque:
75
75
  set:
76
76
  god: true
@@ -5,11 +5,11 @@ namespace :hg do
5
5
  end
6
6
 
7
7
  task :pull do
8
- run "cd #{deploy_to} && hg pull -b #{env}"
8
+ run "cd #{deploy_to} && hg pull -b #{branch}"
9
9
  end
10
10
 
11
11
  task :update do
12
- run "cd #{deploy_to} && hg update #{env} -C"
12
+ run "cd #{deploy_to} && hg update #{branch} -C"
13
13
  glog
14
14
  end
15
15
 
data/lib/gap.rb CHANGED
@@ -2,5 +2,5 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module Gap
5
- VERSION = '0.0.20'
5
+ VERSION = '0.0.21'
6
6
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: gap
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.20
5
+ version: 0.0.21
6
6
  platform: ruby
7
7
  authors:
8
8
  - Takashi Yaguchi
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-02-07 00:00:00 Z
13
+ date: 2012-02-10 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rdoc