vagrant-capistrano-push 0.0.2 → 0.0.3

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: 9775c8e27b17eea715c51bbf9f7679a798c29b23
4
- data.tar.gz: 50753fe017bbf14d6c551509d5c06e69cd564766
3
+ metadata.gz: 04884b1060481e2ffeb7e819609365a68a2f6445
4
+ data.tar.gz: a7c963eb4ea928c0bd3938e34847a0ad52d3688c
5
5
  SHA512:
6
- metadata.gz: 2e0520aaf118b55c98d7deb5cea7a8174d141501d6a998a763ad0a13f2bb2d358faa94077bb8093db8f91bd389c208a92934ade7a4df5a0c6f57469298864ee5
7
- data.tar.gz: b9bf1a8dec7e8ba44066835c3cd964e5218c0437cb7b5a6257cc579fceba33772227f5044ce907fa99433429075ec999360cdc87fb4ff2d112b0fe7b91b980a6
6
+ metadata.gz: 29aa5158d090309a8edde1e01de7b095f3492771b8a27a307f9c386eddec9c236407b7cb639407031f53543ef796df45d061576ce3f2112c3d75e4ca041f89ee
7
+ data.tar.gz: e06599e8b403d8446f477406c39fab822001847614634a3d7014c93c7f41610089762537f1397ae828ef96fca00eda66af1b37639f8ef6797b9d78952d9e5356
@@ -24,7 +24,7 @@ module VagrantPlugins
24
24
 
25
25
  def self.init!
26
26
  return if defined?(@_init)
27
- I18n.load_path << File.expand_path("../locales/en.yml", __FILE__)
27
+ I18n.load_path << File.expand_path("locales/en.yml", CapistranoPush.source_root)
28
28
  I18n.reload!
29
29
  @_init = true
30
30
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module CapistranoPush
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
  end
5
5
  end
@@ -7,8 +7,5 @@ module VagrantPlugins
7
7
  def self.source_root
8
8
  @source_root ||= Pathname.new(File.expand_path('../../', __FILE__))
9
9
  end
10
-
11
- I18n.load_path << File.expand_path('locales/en.yml', source_root)
12
- I18n.reload!
13
10
  end
14
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-capistrano-push
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner