bedrock-capistrano-mysql 0.0.4 → 0.0.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c599593e0b2715ebd83601323698b22a168b7ba0
4
- data.tar.gz: 904b74cdd6f05e6c9c5ef981e4c9e30e1defe3b3
3
+ metadata.gz: 055eb55257ab957ec57c0223106777567f525dcc
4
+ data.tar.gz: 86671597169c4af339ad0b449c3181a97429dd9a
5
5
  SHA512:
6
- metadata.gz: cf9302fabba7095415221f0face69a321b05d34a65b9dec0be86330e3094f60ceb9047159e3ead69bd9bf7d2181ce2dd5a48d37e94eb5eb2e6ca8fc98b841735
7
- data.tar.gz: 390f82f71f71b8ccd475de07c3fb1674463683d28b53189d7ef94d94d184640b8db5133a63f7228135273fe1d51552729fced3c01dadad9cb09f587359021cbd
6
+ metadata.gz: 92b8d50ea6145a43e374a8ba1d3c63faaa46e95132ef94588623fe2b832e873856993131635dbcf48ed09f107e5f4c9fa95a290c2fa6d8e82e4ec9e962daf836
7
+ data.tar.gz: 5f027cb6316ec22ca504cc92fe174da541ef1352d6f4318b2aef2181d47b57ec9e45c03fa2bb646c29d2645cdf7d298a609c53091492f0eef40b655ba9ce6555
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = 'bedrock-capistrano-mysql'
6
- spec.version = '0.0.4'
6
+ spec.version = '0.0.5'
7
7
  spec.authors = ['Fredrik Sundström']
8
8
  spec.email = ['fredrik.sundstrom@norkay.se']
9
9
  spec.description = %q{MySQL tasks for roots/bedrock, using Capistrano 3.x}
@@ -94,5 +94,5 @@ def local_mysql_database
94
94
  end
95
95
 
96
96
  def import_local_mysql_database(filename)
97
- system "cd ..; cd #{LOCAL_ENV['VAGRANT_PATH']}; vagrant ssh -c 'mysql #{local_mysql_credentials} -D #{local_mysql_database} < /srv/www/#{fetch(:application)}/current/#{filename}'"
97
+ system "cd ..; cd #{LOCAL_ENV['VAGRANT_PATH']}; vagrant ssh -c 'mysql #{local_mysql_credentials} -D #{local_mysql_database} < /srv/www/#{LOCAL_ENV['VAGRANT_SITE_NAME']}/current/#{filename}'"
98
98
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bedrock-capistrano-mysql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fredrik Sundström
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-17 00:00:00.000000000 Z
11
+ date: 2015-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano