vagrant-unison2 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 791a0762a750b543db7353353134c51b89ec51df
4
- data.tar.gz: b6b30f336b4742305440f39787a833afec57f1b2
3
+ metadata.gz: f2739ed7d9dcf0c169adc18ea8a2a8fb534c9795
4
+ data.tar.gz: 2ed8270441bca5c8c0b8ffdfa889460cb8e9f43b
5
5
  SHA512:
6
- metadata.gz: 950b0d2754cf186002ea64244734082196b4aa11513301d18b53a0d6b209d24e353f315068de3d34cfa880c73d510a5349c2e164fc1e459a73fc062e2284320c
7
- data.tar.gz: 5dde828e8acd191a92c0b655d99e21e7bd48e26ed84be0ea74018ef0974136901ca0a8e4bc86f81cf98cba525f4653b4fc6692f73885eee0bc456452c1a38e55
6
+ metadata.gz: d537ca439688f3cf7e8a9b340606422b8767989cea2a1d5cb2f0498fd0dae8f36184f4a372a57fdd6f3dc5e7667afa3ab8985bfabc2fd94fae8a2c7056ea8807
7
+ data.tar.gz: ad2a7d206fcaa0298b2e4c8a0a726ebf2012d8eda25536a2c05c3ede5869948d6c79f8140d14ec178ac66c7de858f2c7aead5193b90e4e4b537a4ab57223bc83
File without changes
File without changes
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Unison
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
@@ -1,7 +1,7 @@
1
1
  require "pathname"
2
2
 
3
- require "vagrant-unison/plugin"
4
- require "vagrant-unison/errors"
3
+ require "vagrant-unison2/plugin"
4
+ require "vagrant-unison2/errors"
5
5
 
6
6
  module VagrantPlugins
7
7
  module Unison
@@ -1,4 +1,4 @@
1
- require "vagrant-unison/config"
1
+ require "vagrant-unison2/config"
2
2
 
3
3
  describe VagrantPlugins::Unison::Config do
4
4
  let(:instance) { described_class.new }
@@ -1,5 +1,5 @@
1
1
  $:.unshift File.expand_path("../lib", __FILE__)
2
- require "vagrant-unison/version"
2
+ require "vagrant-unison2/version"
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "vagrant-unison2"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-unison2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Laing
@@ -108,16 +108,16 @@ files:
108
108
  - LICENSE
109
109
  - README.md
110
110
  - Rakefile
111
- - lib/vagrant-unison.rb
112
- - lib/vagrant-unison/command.rb
113
- - lib/vagrant-unison/config.rb
114
- - lib/vagrant-unison/errors.rb
115
- - lib/vagrant-unison/plugin.rb
116
- - lib/vagrant-unison/shell_command.rb
117
- - lib/vagrant-unison/ssh_command.rb
118
- - lib/vagrant-unison/unison_paths.rb
119
- - lib/vagrant-unison/unison_sync.rb
120
- - lib/vagrant-unison/version.rb
111
+ - lib/vagrant-unison2.rb
112
+ - lib/vagrant-unison2/command.rb
113
+ - lib/vagrant-unison2/config.rb
114
+ - lib/vagrant-unison2/errors.rb
115
+ - lib/vagrant-unison2/plugin.rb
116
+ - lib/vagrant-unison2/shell_command.rb
117
+ - lib/vagrant-unison2/ssh_command.rb
118
+ - lib/vagrant-unison2/unison_paths.rb
119
+ - lib/vagrant-unison2/unison_sync.rb
120
+ - lib/vagrant-unison2/version.rb
121
121
  - locales/en.yml
122
122
  - spec/vagrant-unison/config_spec.rb
123
123
  - vagrant-unison2.gemspec