vagrant-vyatta 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.
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NzVhNjE1ODZhOGQxNjA4MWIzOGI5N2Y4NzE3MDYyNWQyZDA0YWRmMQ==
5
+ data.tar.gz: !binary |-
6
+ Zjc2MzUwNjQwMWMwOGRiMWU1NzI4NzdlMjE3MTUwYjRhOWZjYTJmNw==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NjljNjQ1Zjc4YzY2MTcxZTA3NGMxZWU2YThkYzcwNzYyMmRiZjdkNzdhYTdm
10
+ Y2FmMTE0YzVkODEyNWY5MTFlZDA1NWQyYmJhMTZiMGI4OGQ1ZGZiY2YwYWEx
11
+ MTI0MjE2YTI3ODI2MTU5NTM4MWIwNjIzMzQ2NjI3ZGM5M2IyOGQ=
12
+ data.tar.gz: !binary |-
13
+ Y2ZkMGFmN2IyZDdiZTg3MzQxYTBmYjkwNjA3MjAyMWZhM2UwOTM3NmNkMjEy
14
+ NGI0OWNiZDg2ZDRhOTJmZTM1ZTM2NDExNDM1MTQxN2RlZWQ4OTFiNTBkN2Zk
15
+ NDJjNWUwNjA1YjhhOWVlYzg3ZWVhMTkyMjhjZmRlM2NlYWI3N2I=
@@ -1,7 +1,9 @@
1
1
  language: ruby
2
2
  before_install:
3
- - gem install bundler -v '1.5.2'
3
+ - rvm @global do gem uninstall bundler --all --executables
4
+ - gem uninstall bundler --all --executables
5
+ - gem install bundler -v '< 1.7.0'
6
+ script: bundle exec rake build
4
7
  rvm:
5
- - 1.9.3
6
- - 1.9.2
7
- - 2.0.0
8
+ - 2.1.5
9
+ - 2.0.0
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
- # vagrant-vyatta
1
+ # vagrant-vyatta is deprecated and will not be maintained. Vagrant plugin for VyOS support is moved to [vagrant-vyos](https://github.com/higebu/vagrant-vyos).
2
2
  [![Build Status](https://travis-ci.org/higebu/vagrant-vyatta.png)](https://travis-ci.org/higebu/vagrant-vyatta)
3
+ [![Code Climate](https://codeclimate.com/repos/5302538e69568020f60027b2/badges/c5b01915845941764536/gpa.png)](https://codeclimate.com/repos/5302538e69568020f60027b2/feed)
4
+ [![Gem Version](https://badge.fury.io/rb/vagrant-vyatta.png)](http://badge.fury.io/rb/vagrant-vyatta)
5
+ [![Dependency Status](https://gemnasium.com/higebu/vagrant-vyatta.png)](https://gemnasium.com/higebu/vagrant-vyatta)
3
6
 
4
7
  Vagrant-vyatta is a [Vagrant](http://www.vagrantup.com) plugin that adds [Vyatta](http://www.vyatta.org/) and [VyOS](http://vyos.net/wiki/Main_Page) support to Vagrant.
5
8
 
@@ -18,7 +21,7 @@ $ vagrant plugin install vagrant-vyatta
18
21
  ## Usage
19
22
 
20
23
  ```
21
- $ vagrant init higebu/vyos-1.0.2
24
+ $ vagrant init higebu/vyos-1.0.4
22
25
  $ vagrant up
23
26
  ```
24
27
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module GuestVyatta
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
6
6
  spec.version = VagrantPlugins::GuestVyatta::VERSION
7
7
  spec.authors = ["KUSAKABE Yuya"]
8
8
  spec.email = ["yuya.kusakabe@gmail.com"]
9
- spec.description = "Vyatta Guest Support for Vagrant"
9
+ spec.description = "[DEPRECATED] Vyatta Guest Support for Vagrant"
10
10
  spec.summary = "A small gem that adds Vyatta guest support to vagrant."
11
11
  spec.homepage = "https://github.com/higebu/vagrant-vyatta"
12
12
  spec.license = "MIT"
@@ -16,9 +16,10 @@ Gem::Specification.new do |spec|
16
16
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
17
17
  spec.require_paths = ["lib"]
18
18
 
19
- spec.required_rubygems_version = ">= 1.8.23"
19
+ spec.required_ruby_version = ">= 2.0.0"
20
+ spec.required_rubygems_version = ">= 1.3.6"
20
21
  spec.rubyforge_project = "vagrant-vyatta"
21
22
 
22
- spec.add_development_dependency "bundler", "~> 1.3"
23
+ spec.add_development_dependency "bundler", ">= 1.5.2", "< 1.8.0"
23
24
  spec.add_development_dependency "rake"
24
25
  end
metadata CHANGED
@@ -1,36 +1,38 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-vyatta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
5
- prerelease:
4
+ version: 0.0.5
6
5
  platform: ruby
7
6
  authors:
8
7
  - KUSAKABE Yuya
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-03-11 00:00:00.000000000 Z
11
+ date: 2015-03-10 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: bundler
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - ! '>='
18
+ - !ruby/object:Gem::Version
19
+ version: 1.5.2
20
+ - - <
20
21
  - !ruby/object:Gem::Version
21
- version: '1.3'
22
+ version: 1.8.0
22
23
  type: :development
23
24
  prerelease: false
24
25
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
26
  requirements:
27
- - - ~>
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: 1.5.2
30
+ - - <
28
31
  - !ruby/object:Gem::Version
29
- version: '1.3'
32
+ version: 1.8.0
30
33
  - !ruby/object:Gem::Dependency
31
34
  name: rake
32
35
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
36
  requirements:
35
37
  - - ! '>='
36
38
  - !ruby/object:Gem::Version
@@ -38,12 +40,11 @@ dependencies:
38
40
  type: :development
39
41
  prerelease: false
40
42
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
43
  requirements:
43
44
  - - ! '>='
44
45
  - !ruby/object:Gem::Version
45
46
  version: '0'
46
- description: Vyatta Guest Support for Vagrant
47
+ description: ! '[DEPRECATED] Vyatta Guest Support for Vagrant'
47
48
  email:
48
49
  - yuya.kusakabe@gmail.com
49
50
  executables: []
@@ -67,29 +68,25 @@ files:
67
68
  homepage: https://github.com/higebu/vagrant-vyatta
68
69
  licenses:
69
70
  - MIT
71
+ metadata: {}
70
72
  post_install_message:
71
73
  rdoc_options: []
72
74
  require_paths:
73
75
  - lib
74
76
  required_ruby_version: !ruby/object:Gem::Requirement
75
- none: false
76
77
  requirements:
77
78
  - - ! '>='
78
79
  - !ruby/object:Gem::Version
79
- version: '0'
80
- segments:
81
- - 0
82
- hash: -3270106950643762849
80
+ version: 2.0.0
83
81
  required_rubygems_version: !ruby/object:Gem::Requirement
84
- none: false
85
82
  requirements:
86
83
  - - ! '>='
87
84
  - !ruby/object:Gem::Version
88
- version: 1.8.23
85
+ version: 1.3.6
89
86
  requirements: []
90
87
  rubyforge_project: vagrant-vyatta
91
- rubygems_version: 1.8.23.2
88
+ rubygems_version: 2.4.6
92
89
  signing_key:
93
- specification_version: 3
90
+ specification_version: 4
94
91
  summary: A small gem that adds Vyatta guest support to vagrant.
95
92
  test_files: []