gunnertechnology 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,6 @@ module Gunnertechnology
|
|
20
20
|
gem "jquery-rails", ">= 0.2.6"
|
21
21
|
gem "paperclip", ">= 2.3.8"
|
22
22
|
gem "mysql2", ">= 0.2.6"
|
23
|
-
gem "gunnertechnology", ">= 0.1.2"
|
24
23
|
|
25
24
|
gem "sqlite3-ruby", ">= 1.3.2", :require => "sqlite3", :groups => [:development,:test]
|
26
25
|
gem "rspec-rails", ">= 2.5.0", :groups => [:development,:test]
|
@@ -115,7 +115,7 @@ module Gunnertechnology
|
|
115
115
|
git :add => "."
|
116
116
|
git :commit => "-m 'first commit'"
|
117
117
|
git :remote => "add origin git@github.com:gunnertech/#{project_name}.git"
|
118
|
-
git :push => "origin master"
|
118
|
+
git :push => "-u origin master"
|
119
119
|
git :checkout => "-b staging"
|
120
120
|
git :checkout => "-b production"
|
121
121
|
git :checkout => "-b working"
|