vagrant-parallels 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 @@
1
+ 38;2;71;43;387;5;0;0;1381968399
@@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
6
6
  spec.name = "vagrant-parallels"
7
7
  spec.version = VagrantPlugins::Parallels::VERSION
8
8
  spec.platform = Gem::Platform::RUBY
9
- spec.authors = ["Youssef Shahin", "Kevin Kaland"]
10
- spec.email = ["yshahin@gmail.com", "kevin@wizonesolutions.com"]
9
+ spec.authors = ["Youssef Shahin"]
10
+ spec.email = ["yshahin@gmail.com"]
11
11
  spec.description = %q{Enables Vagrant to manage Parallels machines.}
12
12
  spec.summary = %q{Enables Vagrant to manage Parallels machines.}
13
13
  spec.homepage = "http://github.com/yshahin/vagrant-parallels"
metadata CHANGED
@@ -1,19 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-parallels
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Youssef Shahin
8
- - Kevin Kaland
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-06 00:00:00.000000000 Z
12
+ date: 2013-11-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
16
16
  requirement: !ruby/object:Gem::Requirement
17
+ none: false
17
18
  requirements:
18
19
  - - ~>
19
20
  - !ruby/object:Gem::Version
@@ -21,6 +22,7 @@ dependencies:
21
22
  type: :development
22
23
  prerelease: false
23
24
  version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
24
26
  requirements:
25
27
  - - ~>
26
28
  - !ruby/object:Gem::Version
@@ -28,6 +30,7 @@ dependencies:
28
30
  - !ruby/object:Gem::Dependency
29
31
  name: rake
30
32
  requirement: !ruby/object:Gem::Requirement
33
+ none: false
31
34
  requirements:
32
35
  - - ! '>='
33
36
  - !ruby/object:Gem::Version
@@ -35,6 +38,7 @@ dependencies:
35
38
  type: :development
36
39
  prerelease: false
37
40
  version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
38
42
  requirements:
39
43
  - - ! '>='
40
44
  - !ruby/object:Gem::Version
@@ -42,6 +46,7 @@ dependencies:
42
46
  - !ruby/object:Gem::Dependency
43
47
  name: rspec-core
44
48
  requirement: !ruby/object:Gem::Requirement
49
+ none: false
45
50
  requirements:
46
51
  - - ~>
47
52
  - !ruby/object:Gem::Version
@@ -49,6 +54,7 @@ dependencies:
49
54
  type: :development
50
55
  prerelease: false
51
56
  version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
52
58
  requirements:
53
59
  - - ~>
54
60
  - !ruby/object:Gem::Version
@@ -56,6 +62,7 @@ dependencies:
56
62
  - !ruby/object:Gem::Dependency
57
63
  name: rspec-expectations
58
64
  requirement: !ruby/object:Gem::Requirement
65
+ none: false
59
66
  requirements:
60
67
  - - ~>
61
68
  - !ruby/object:Gem::Version
@@ -63,6 +70,7 @@ dependencies:
63
70
  type: :development
64
71
  prerelease: false
65
72
  version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
66
74
  requirements:
67
75
  - - ~>
68
76
  - !ruby/object:Gem::Version
@@ -70,6 +78,7 @@ dependencies:
70
78
  - !ruby/object:Gem::Dependency
71
79
  name: rspec-mocks
72
80
  requirement: !ruby/object:Gem::Requirement
81
+ none: false
73
82
  requirements:
74
83
  - - ~>
75
84
  - !ruby/object:Gem::Version
@@ -77,6 +86,7 @@ dependencies:
77
86
  type: :development
78
87
  prerelease: false
79
88
  version_requirements: !ruby/object:Gem::Requirement
89
+ none: false
80
90
  requirements:
81
91
  - - ~>
82
92
  - !ruby/object:Gem::Version
@@ -84,7 +94,6 @@ dependencies:
84
94
  description: Enables Vagrant to manage Parallels machines.
85
95
  email:
86
96
  - yshahin@gmail.com
87
- - kevin@wizonesolutions.com
88
97
  executables: []
89
98
  extensions: []
90
99
  extra_rdoc_files: []
@@ -99,7 +108,9 @@ files:
99
108
  - lib/vagrant-parallels/action/clear_network_interfaces.rb
100
109
  - lib/vagrant-parallels/action/clear_shared_folders.rb
101
110
  - lib/vagrant-parallels/action/created.rb
111
+ - lib/vagrant-parallels/action/customize.rb
102
112
  - lib/vagrant-parallels/action/destroy.rb
113
+ - lib/vagrant-parallels/action/destroy_unused_network_interfaces.rb
103
114
  - lib/vagrant-parallels/action/export.rb
104
115
  - lib/vagrant-parallels/action/forced_halt.rb
105
116
  - lib/vagrant-parallels/action/import.rb
@@ -111,6 +122,7 @@ files:
111
122
  - lib/vagrant-parallels/action/message_not_created.rb
112
123
  - lib/vagrant-parallels/action/message_not_running.rb
113
124
  - lib/vagrant-parallels/action/message_will_not_destroy.rb
125
+ - lib/vagrant-parallels/action/network.rb
114
126
  - lib/vagrant-parallels/action/package.rb
115
127
  - lib/vagrant-parallels/action/package_config_files.rb
116
128
  - lib/vagrant-parallels/action/prepare_nfs_settings.rb
@@ -122,6 +134,7 @@ files:
122
134
  - lib/vagrant-parallels/action/suspend.rb
123
135
  - lib/vagrant-parallels/action/unregister_template.rb
124
136
  - lib/vagrant-parallels/action.rb
137
+ - lib/vagrant-parallels/config.rb
125
138
  - lib/vagrant-parallels/driver/prl_ctl.rb
126
139
  - lib/vagrant-parallels/errors.rb
127
140
  - lib/vagrant-parallels/guest_cap/darwin/mount_parallels_shared_folder.rb
@@ -134,6 +147,15 @@ files:
134
147
  - locales/en.yml
135
148
  - Rakefile
136
149
  - README.md
150
+ - sandi_meter/assets/chart.js
151
+ - sandi_meter/assets/forkme.png
152
+ - sandi_meter/assets/jquery.js
153
+ - sandi_meter/assets/morris.css
154
+ - sandi_meter/assets/normalize.css
155
+ - sandi_meter/assets/script.js
156
+ - sandi_meter/assets/style.css
157
+ - sandi_meter/index.html
158
+ - sandi_meter/sandi_meter.log
137
159
  - spec/vagrant-parallels/setup_spec.rb
138
160
  - vagrant-parallels.gemspec
139
161
  - .gitignore
@@ -141,26 +163,26 @@ files:
141
163
  homepage: http://github.com/yshahin/vagrant-parallels
142
164
  licenses:
143
165
  - MIT
144
- metadata: {}
145
166
  post_install_message:
146
167
  rdoc_options: []
147
168
  require_paths:
148
169
  - lib
149
170
  required_ruby_version: !ruby/object:Gem::Requirement
171
+ none: false
150
172
  requirements:
151
173
  - - ! '>='
152
174
  - !ruby/object:Gem::Version
153
175
  version: '0'
154
176
  required_rubygems_version: !ruby/object:Gem::Requirement
177
+ none: false
155
178
  requirements:
156
179
  - - ! '>='
157
180
  - !ruby/object:Gem::Version
158
181
  version: 1.3.6
159
182
  requirements: []
160
183
  rubyforge_project: vagrant-parallels
161
- rubygems_version: 2.1.4
184
+ rubygems_version: 1.8.23
162
185
  signing_key:
163
- specification_version: 4
186
+ specification_version: 3
164
187
  summary: Enables Vagrant to manage Parallels machines.
165
188
  test_files: []
166
- has_rdoc:
checksums.yaml DELETED
@@ -1,15 +0,0 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- OTE5YTIzYmUyZWQwZWNmYzE4OTM2MjY3ZWJiZjllNmYyNTNiMWExYg==
5
- data.tar.gz: !binary |-
6
- YWNhZjVlMDk2MTk1MjYxMmFmODAxNDU0NTRjYTUyNWNjMDIzZDhiNQ==
7
- SHA512:
8
- metadata.gz: !binary |-
9
- MTA1MDQ2ZTRjYWUwYmQ5MmQ4MmRmM2YzZGZmNjllNjkxMmZmNzg1MzY3NTM1
10
- NGZmMmE3MmRjNzE4MDI1NzA2ZmVmN2ZjNTJkOGZlODBjZGY4Y2UyMGIwZTQ1
11
- MDFiYTc3MmIyNDkzMWNmNmE3YTNiY2VhN2U3NDMzODlkZWFkOWY=
12
- data.tar.gz: !binary |-
13
- YjdjMzU2NzMxZmYxODBhMjNjZTEzYTAzNWY4ZTZhNDJkNDVmZDlkNTEyNGQ1
14
- M2NmZWIyYTBiYzZiZmFjNTIxN2IxNWM3NDg4ZjE1MTJlYjJjMmM1NTZjMWYw
15
- YzM3NDFkYWNlZGI3MTEzZjhmZTU0ZjEzNjIyNjRjMWY5ZTMwYTk=