vagrant-teraterm 1.0.0 → 1.0.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
- SHA1:
3
- metadata.gz: a7fd769378a4dc75037f307414594c466bd55885
4
- data.tar.gz: 18e2a2ebc466a7f5932e54de58489511af5b7646
2
+ SHA256:
3
+ metadata.gz: 2b964164ab568777d07f177da5d5e9b6ed9d43746cae2c4a9039b4a8704ebd29
4
+ data.tar.gz: 26373817335808532b0fad7557ea9f11a61e0928b4cbc51d60696dc7e8afdeb3
5
5
  SHA512:
6
- metadata.gz: 75df6ea7d3e3e3f1a830384d4c3d636132d0270be5b4baab88cd2749b701b4037e59b4aa5100e99c15b7600363b0315339f83b1ae9cc97d86b13710274143156
7
- data.tar.gz: c30f9c9be469901468ba1ce1496609b5985e3dded8c1e034a978ec8d900a335c1a8b04d298ef41cfe152bceccd531aa62abed8bc14a698ced3827bc5607618eb
6
+ metadata.gz: 9e257f71c9153cdb78008b6fa3aacf9e6f172769cf4a854c6816c54b479ac9b0b75410b6e1555a5a7b98ca3078d344654e35e0eb2baf4e005fd38d7d541c2388
7
+ data.tar.gz: b6b418503eb86e98369076eaa23ca986f7d8125df82fbb7e6279735e9e7ef918d9df859ebb8c023586835f093c4a5aa18cb800a1b52224e3c689c28f75fd3f71
@@ -1,3 +1,3 @@
1
1
  module VagrantTeraTerm
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,62 +1,44 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-teraterm
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
  - IIBUN Toshiyuki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-06 00:00:00.000000000 Z
11
+ date: 2025-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: bundler
14
+ name: vagrant
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.7'
20
- type: :development
19
+ version: '2.2'
20
+ type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.7'
27
- - !ruby/object:Gem::Dependency
28
- name: rake
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: '10.0'
34
- type: :development
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: '10.0'
41
- description: This plugin enables to ssh into vm using TeraTerm.
26
+ version: '2.2'
27
+ description: This plugin provides integration between Vagrant and Tera Term.
42
28
  email:
43
29
  - toshiyuki.iibun@gmail.com
44
30
  executables: []
45
31
  extensions: []
46
32
  extra_rdoc_files: []
47
33
  files:
48
- - ".gitignore"
49
- - Gemfile
50
34
  - LICENSE.txt
51
35
  - README.md
52
- - Rakefile
53
36
  - lib/vagrant-teraterm.rb
54
37
  - lib/vagrant-teraterm/command.rb
55
38
  - lib/vagrant-teraterm/config.rb
56
39
  - lib/vagrant-teraterm/plugin.rb
57
40
  - lib/vagrant-teraterm/version.rb
58
- - vagrant-teraterm.gemspec
59
- homepage: ''
41
+ homepage: https://github.com/tiibun/vagrant-teraterm
60
42
  licenses:
61
43
  - MIT
62
44
  metadata: {}
@@ -68,16 +50,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
50
  requirements:
69
51
  - - ">="
70
52
  - !ruby/object:Gem::Version
71
- version: '0'
53
+ version: '3.0'
72
54
  required_rubygems_version: !ruby/object:Gem::Requirement
73
55
  requirements:
74
56
  - - ">="
75
57
  - !ruby/object:Gem::Version
76
58
  version: '0'
77
59
  requirements: []
78
- rubyforge_project:
79
- rubygems_version: 2.4.7
60
+ rubygems_version: 3.5.22
80
61
  signing_key:
81
62
  specification_version: 4
82
- summary: This plugin enables to ssh into vm using TeraTerm.
63
+ summary: A Vagrant plugin for Tera Term integration.
83
64
  test_files: []
data/.gitignore DELETED
@@ -1,6 +0,0 @@
1
- /pkg/
2
- /Gemfile.lock
3
- Vagrantfile
4
- /.vagrant/
5
- *.log
6
- teraterm.ini
data/Gemfile DELETED
@@ -1,11 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec
4
-
5
- group :development do
6
- gem "vagrant", git: "https://github.com/mitchellh/vagrant.git"
7
- end
8
-
9
- group :plugins do
10
- gem "vagrant-teraterm", path: "."
11
- end
data/Rakefile DELETED
@@ -1,14 +0,0 @@
1
- require 'rubygems'
2
- require 'bundler/setup'
3
-
4
- # Immediately sync all stdout so that tools like buildbot can
5
- # immediately load in the output.
6
- $stdout.sync = true
7
- $stderr.sync = true
8
-
9
- # Change to the directory of this file.
10
- Dir.chdir(File.expand_path("../", __FILE__))
11
-
12
- # This installs the tasks that help with gem creation and
13
- # publishing.
14
- Bundler::GemHelper.install_tasks
@@ -1,23 +0,0 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'vagrant-teraterm/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "vagrant-teraterm"
8
- spec.version = VagrantTeraTerm::VERSION
9
- spec.authors = ["IIBUN Toshiyuki"]
10
- spec.email = ["toshiyuki.iibun@gmail.com"]
11
- spec.summary = "This plugin enables to ssh into vm using TeraTerm."
12
- spec.description = "This plugin enables to ssh into vm using TeraTerm."
13
- spec.homepage = ""
14
- spec.license = "MIT"
15
-
16
- spec.files = `git ls-files -z`.split("\x0")
17
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
- spec.require_paths = ["lib"]
20
-
21
- spec.add_development_dependency "bundler", "~> 1.7"
22
- spec.add_development_dependency "rake", "~> 10.0"
23
- end