gap 0.0.15 → 0.0.16
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 +3 -3
- data/lib/gap/tasks.rb +1 -1
- data/lib/gap.rb +1 -1
- metadata +1 -1
data/README
CHANGED
@@ -25,7 +25,7 @@ set :scm_username, "hoge" #リポジトリサーバへ
|
|
25
25
|
global: #グローバルな環境変数設定
|
26
26
|
set: #変数を定義
|
27
27
|
application: zebra #アプリケーション名
|
28
|
-
repository: "ssh://
|
28
|
+
repository: "ssh://xxxx//var/apps/dev/hoge" #リポジトリのuri
|
29
29
|
rvm_god_string: 1.9.2@god #godのgemset
|
30
30
|
rvm_ruby_string: 1.8.7@hoge #appのgemset
|
31
31
|
|
@@ -43,7 +43,7 @@ local
|
|
43
43
|
|
44
44
|
dev
|
45
45
|
role:
|
46
|
-
web: "
|
46
|
+
web: "xxxx" #deploy先を指定
|
47
47
|
rails:
|
48
48
|
task:
|
49
49
|
start: rails server #gap dev rails start
|
@@ -57,7 +57,7 @@ dev
|
|
57
57
|
|
58
58
|
alpha:
|
59
59
|
role:
|
60
|
-
web: "
|
60
|
+
web: "xxxx"
|
61
61
|
set:
|
62
62
|
rvm_ruby_string: 1.8.7@hoge
|
63
63
|
repository: "/var/apps/dev/hoge"
|
data/lib/gap/tasks.rb
CHANGED
data/lib/gap.rb
CHANGED