vagrant-rsync-only-changed 0.7.0 → 0.7.1

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: 7096956f33360023e620899878e8dc5e14104751
4
- data.tar.gz: 997ec2c902ec75bb1b9030512549d56d817f759f
3
+ metadata.gz: 467221c3ccfee535349675969243d2cdba2460fd
4
+ data.tar.gz: b4b0f9169ead224297d64b45da92c5f0b24b9075
5
5
  SHA512:
6
- metadata.gz: 1d57369370b0d3d105e089b95b05e6f1cfc9e7a65a9d63e557d56eee013b190434e5c61dd81587a197472a72c087a814b0ec82101025c9622edb6ea6bc382966
7
- data.tar.gz: 42cc0c7fc96a7033595ac31e53c7b91a65b031870ce1dd916f9806d335d9b53781e229be12b0f447f3c9e41f158076dfa0a894752e4a2d5fb4f2a76ebfba4cf4
6
+ metadata.gz: f73469c603aa6b9569b2856b15ccddb378dff105052d1dc723bc89a00a0912e7e1b503cfee610b2b52b3e7dc325cdcd7cb5986d249ec2f8c2b12aacbe57de405
7
+ data.tar.gz: 9680d519b9d49e02e53955bf20870200e8e39193b0f652c85696a2a9c8b23e42704baaa45cdb1f15fc14c395d60304bba7d67fd98e48ed97e6e588ecd08fdbf1
@@ -14,7 +14,7 @@ module VagrantPlugins
14
14
 
15
15
  # This initializes the internationalization strings.
16
16
  def self.setup_i18n
17
- I18n.load_path << File.expand_path("locales/en.yml", RsynOnlyChanged.source_root)
17
+ I18n.load_path << File.expand_path("locales/en.yml", RsyncOnlyChanged.source_root)
18
18
  I18n.reload!
19
19
  end
20
20
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module RsyncOnlyChanged
3
- VERSION = "0.7.0"
3
+ VERSION = "0.7.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-rsync-only-changed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Flávio Botelho