baboon 1.0.5 → 1.0.6

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
@@ -90,6 +90,9 @@ Intial setup of the CLI and basic deploys are working.
90
90
  #### 1.0.5
91
91
  Multiple server deployments now work.
92
92
 
93
+ #### 1.0.6
94
+ Changed the order of bundle installing on Rails package
95
+
93
96
  ## How to contribute
94
97
 
95
98
  * Fork the project.
data/lib/baboon/cli.rb CHANGED
@@ -82,10 +82,10 @@ module Baboon
82
82
  # Essentially these are the instructions we need run for the Ubuntu 11.04 for rails
83
83
  # TODO: add lib of different instruction sets for Play framework, nodejs, etc
84
84
  instructions = [
85
- "cd '#{Baboon.configuration.deploy_path}' && bundle install --deployment",
86
85
  "cd '#{Baboon.configuration.deploy_path}' && git fetch",
87
86
  "cd '#{Baboon.configuration.deploy_path}' && git checkout #{Baboon.configuration.branch.to_s}",
88
87
  "cd '#{Baboon.configuration.deploy_path}' && git merge origin/#{Baboon.configuration.branch.to_s}",
88
+ "cd '#{Baboon.configuration.deploy_path}' && bundle install --deployment",
89
89
  "cd '#{Baboon.configuration.deploy_path}' && touch tmp/restart.txt"
90
90
  ]
91
91
 
@@ -1,3 +1,3 @@
1
1
  module Baboon
2
- VERSION = "1.0.5"
3
- end
2
+ VERSION = '1.0.6'
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: baboon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -277,7 +277,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
277
277
  version: '0'
278
278
  segments:
279
279
  - 0
280
- hash: 1283147833976404377
280
+ hash: -1947214127197251774
281
281
  required_rubygems_version: !ruby/object:Gem::Requirement
282
282
  none: false
283
283
  requirements:
@@ -286,7 +286,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
286
286
  version: '0'
287
287
  segments:
288
288
  - 0
289
- hash: 1283147833976404377
289
+ hash: -1947214127197251774
290
290
  requirements: []
291
291
  rubyforge_project: baboon
292
292
  rubygems_version: 1.8.24