fast_food 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -7,7 +7,7 @@ It installs Ruby, Git, MySql, Apache, Passenger and Imagemagick.
7
7
  ## Installation
8
8
 
9
9
  ```ruby
10
- gem 'fast_food', :git => 'git@github.com:rkjbnz/fast_food.git'
10
+ gem 'fast_food'
11
11
  ```
12
12
 
13
13
  Run the bundle command to install it.
@@ -1,3 +1,3 @@
1
1
  module FastFood
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -80,7 +80,7 @@ namespace :fast_food do
80
80
  f.write(production_hash.to_json)
81
81
  end
82
82
 
83
- puts "\nDone! Now run: cap fast_food:deploy\n\n"
83
+ puts "\nDone! Now run: cap fast_food:full\n\n"
84
84
  end
85
85
 
86
86
  # Random alphanumeric characters.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fast_food
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: