capones_recipes 0.4.1 → 0.4.2

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.1
1
+ 0.4.2
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{capones_recipes}
8
- s.version = "0.4.1"
8
+ s.version = "0.4.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Roman Simecek"]
@@ -4,7 +4,8 @@ require 'capistrano_colors'
4
4
  # Passenger
5
5
  require 'cap_recipes/tasks/passenger'
6
6
 
7
- load File.join(File.dirname(__FILE__), '../recipes/rails.rb')
7
+ load File.join(File.dirname(__FILE__), '../recipes/rails31.rb')
8
8
  load File.join(File.dirname(__FILE__), '../recipes/settings_logic.rb')
9
9
  load File.join(File.dirname(__FILE__), '../recipes/new_relic.rb')
10
10
  load File.join(File.dirname(__FILE__), '../recipes/database/mysql.rb')
11
+ load File.join(File.dirname(__FILE__), '../recipes/database/sync.rb')
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: capones_recipes
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.1
5
+ version: 0.4.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Roman Simecek
@@ -162,7 +162,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
162
162
  requirements:
163
163
  - - ">="
164
164
  - !ruby/object:Gem::Version
165
- hash: -3199396906071940908
165
+ hash: -585414884406619336
166
166
  segments:
167
167
  - 0
168
168
  version: "0"