vagrant-aws-dns-synchronous 0.2.6.1 → 0.2.6.2

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: 3e8d105d608da6b60e62cc397fece6f497b43fbd
4
- data.tar.gz: b3f3e671eee4c544ce9553f8d13aef9fbc885849
3
+ metadata.gz: 706131a47ea42131876f446e1bdf95ede1c52865
4
+ data.tar.gz: 4133e0abf5e2536279c024d3d05ce6a400956fbd
5
5
  SHA512:
6
- metadata.gz: 3aa2a05104e8c282f0204f912f81333676fe236ac2a235ed976835dbddbfc1fc8a45f309e9b7f8153a835a14069008ba3c5db982a7c9fb379dbce46e105d4911
7
- data.tar.gz: 3e2b521fb3000eb99992ed934826ceb9b3b8fbbf805949f6734600f17e5201b2bfc1c8ab76aeb8ff50bfb4979adb9aa717b40393a7f929cef707a314b7af9f6f
6
+ metadata.gz: 516c283ceff6a4320b425b8bc49a1f389b361ccb1be22382672297f1db756a6ccb22ce1f93043cdce73334d0486642d287c563c795545fb77c20704e3a567ae4
7
+ data.tar.gz: ebf694e26c677e28b99751c80a92766066b164b1d79196e9b14668df1c4c4d2fdb94ffba963393ee84c3fc96a6418ca962460dd9c393a15d9b1c743b4b4cc158
data/Gemfile CHANGED
@@ -7,5 +7,5 @@ end
7
7
  group :plugins do
8
8
  gemspec
9
9
  gem 'vagrant-aws', '~> 0.7.0'
10
- # gem 'vagrant-aws-dns', path: '.'
10
+ # gem 'vagrant-aws-dns, path: '.'
11
11
  end
@@ -0,0 +1,7 @@
1
+ require 'vagrant-aws-dns-synchronous/plugin'
2
+
3
+
4
+ module VagrantPlugins
5
+ module AwsDns
6
+ end
7
+ end
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module AwsDns
3
- VERSION = "0.2.6.1"
3
+ VERSION = "0.2.6.2"
4
4
  end
5
5
  end
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'vagrant-aws-dns/version'
4
+ require 'vagrant-aws-dns-synchronous/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "vagrant-aws-dns-synchronous"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-aws-dns-synchronous
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6.1
4
+ version: 0.2.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nassim Kacha
@@ -67,15 +67,16 @@ files:
67
67
  - LICENSE.txt
68
68
  - README.md
69
69
  - Rakefile
70
- - lib/vagrant-aws-dns.rb
71
- - lib/vagrant-aws-dns/action/add_record.rb
72
- - lib/vagrant-aws-dns/action/base.rb
73
- - lib/vagrant-aws-dns/action/remove_record.rb
74
- - lib/vagrant-aws-dns/config.rb
75
- - lib/vagrant-aws-dns/plugin.rb
76
- - lib/vagrant-aws-dns/util/aws_util.rb
77
- - lib/vagrant-aws-dns/version.rb
78
- - vagrant-aws-dns.gemspec
70
+ - lib/vagrant-aws-dns-synchronous.rb
71
+ - lib/vagrant-aws-dns-synchronous/action/add_record.rb
72
+ - lib/vagrant-aws-dns-synchronous/action/base.rb
73
+ - lib/vagrant-aws-dns-synchronous/action/remove_record.rb
74
+ - lib/vagrant-aws-dns-synchronous/config.rb
75
+ - lib/vagrant-aws-dns-synchronous/plugin.rb
76
+ - lib/vagrant-aws-dns-synchronous/util/aws_util.rb
77
+ - lib/vagrant-aws-dns-synchronous/version.rb
78
+ - vagrant-aws-dns-synchronous-0.2.6.1.gem
79
+ - vagrant-aws-dns-synchronous.gemspec
79
80
  homepage: https://github.com/mikeroll/vagrant-aws-dns
80
81
  licenses:
81
82
  - MIT
@@ -1,7 +0,0 @@
1
- require 'vagrant-aws-dns/plugin'
2
-
3
-
4
- module VagrantPlugins
5
- module AwsDns
6
- end
7
- end