vagrant-boxinfo 0.0.1 → 0.0.2

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
2
  SHA1:
3
- metadata.gz: 8d17c7d166224fe11b33109f8569425d8f0d7bfe
4
- data.tar.gz: 9737944f6f2e95220a4cd446addc73eebeef896d
3
+ metadata.gz: e45c2f56b70cb91f0dc593c3fe63b76561dd38ee
4
+ data.tar.gz: 9a976503650fa8efe0c84b34153164e571a2b02d
5
5
  SHA512:
6
- metadata.gz: 3d4fa96c09fbe78b938fff5f46b24ed2b265156d6819d938d3c887ecfc7e9dadc07b7423c11be1c933ed239be6e76849d5ddddbc3b635ddb617c777643e2087e
7
- data.tar.gz: 19860a5a86893c827ea34f4374d92b40ad69792074e7fb6a489446637557e657c9025467456bc9b697bfdcbf2a81a91e0632ec10c0fdf8ce9a107488d6dc6a40
6
+ metadata.gz: 2bb2ee48c84e83ee805eaf2a406751826bec022e9b5647927a83be5aca24ac6b05f9c806c5caf4d023d9d80f4e58cc14cd2a648a68df9fa73b3bb9c083be7c69
7
+ data.tar.gz: 57fbd832217fbdf556001c96a3f51745216c7f31c92fc79fcf63c607f4a4b95e579cbda9d56e9787e41c9f3d78cd5717b2669df1ec886f73669489793c3d9fdd
data/.gitignore CHANGED
@@ -26,7 +26,7 @@ build/
26
26
 
27
27
  # for a library or gem, you might want to ignore these files since the code is
28
28
  # intended to run in multiple environments; otherwise, check them in:
29
- # Gemfile.lock
29
+ Gemfile.lock
30
30
  # .ruby-version
31
31
  # .ruby-gemset
32
32
 
@@ -55,7 +55,7 @@ module Vagrant
55
55
  @env.ui.info("Description: #{remote_boxes_metadata[:description]}")
56
56
  @env.ui.info("\n")
57
57
 
58
- remote_boxes_metadata[:versions].each do |box|
58
+ remote_boxes_metadata[:versions].sort_by { |b| b[:version] }.reverse_each do |box|
59
59
  @env.ui.info("#{box[:version]}")
60
60
  box.each do |k, v|
61
61
  next if %i(providers version).include?(k)
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module Boxinfo
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-boxinfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Jursa
@@ -47,7 +47,6 @@ extra_rdoc_files: []
47
47
  files:
48
48
  - ".gitignore"
49
49
  - Gemfile
50
- - Gemfile.lock
51
50
  - LICENSE
52
51
  - README.md
53
52
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,101 +0,0 @@
1
- GIT
2
- remote: https://github.com/mitchellh/vagrant.git
3
- revision: a8dcf92f14d8bb8828a43b91804334673508f467
4
- specs:
5
- vagrant (1.7.2)
6
- bundler (>= 1.5.2, < 1.8.0)
7
- childprocess (~> 0.5.0)
8
- erubis (~> 2.7.0)
9
- hashicorp-checkpoint (~> 0.1.1)
10
- i18n (>= 0.6.0, <= 0.8.0)
11
- listen (~> 2.8.0)
12
- log4r (~> 1.1.9, < 1.1.11)
13
- net-scp (~> 1.1.0)
14
- net-sftp (~> 2.1)
15
- net-ssh (>= 2.6.6, < 2.10.0)
16
- nokogiri (= 1.6.3.1)
17
- rb-kqueue (~> 0.2.0)
18
- rest-client (>= 1.6.0, < 2.0)
19
- wdm (~> 0.1.0)
20
- winrm (~> 1.3)
21
- winrm-fs (~> 0.1.0)
22
-
23
- PATH
24
- remote: .
25
- specs:
26
- vagrant-boxinfo (0.0.1)
27
-
28
- GEM
29
- remote: https://rubygems.org/
30
- specs:
31
- builder (3.2.2)
32
- celluloid (0.16.0)
33
- timers (~> 4.0.0)
34
- childprocess (0.5.5)
35
- ffi (~> 1.0, >= 1.0.11)
36
- erubis (2.7.0)
37
- ffi (1.9.6)
38
- gssapi (1.2.0)
39
- ffi (>= 1.0.1)
40
- gyoku (1.2.2)
41
- builder (>= 2.1.2)
42
- hashicorp-checkpoint (0.1.4)
43
- hitimes (1.2.2)
44
- httpclient (2.6.0.1)
45
- i18n (0.7.0)
46
- listen (2.8.5)
47
- celluloid (>= 0.15.2)
48
- rb-fsevent (>= 0.9.3)
49
- rb-inotify (>= 0.9)
50
- little-plugger (1.1.3)
51
- log4r (1.1.10)
52
- logging (1.8.2)
53
- little-plugger (>= 1.1.3)
54
- multi_json (>= 1.8.4)
55
- mime-types (2.4.3)
56
- mini_portile (0.6.0)
57
- multi_json (1.11.0)
58
- net-scp (1.1.2)
59
- net-ssh (>= 2.6.5)
60
- net-sftp (2.1.2)
61
- net-ssh (>= 2.6.5)
62
- net-ssh (2.9.2)
63
- netrc (0.10.3)
64
- nokogiri (1.6.3.1)
65
- mini_portile (= 0.6.0)
66
- nori (2.4.0)
67
- rb-fsevent (0.9.4)
68
- rb-inotify (0.9.5)
69
- ffi (>= 0.5.0)
70
- rb-kqueue (0.2.3)
71
- ffi (>= 0.5.0)
72
- rest-client (1.7.3)
73
- mime-types (>= 1.16, < 3.0)
74
- netrc (~> 0.7)
75
- rubyntlm (0.4.0)
76
- rubyzip (1.1.7)
77
- timers (4.0.1)
78
- hitimes
79
- uuidtools (2.1.5)
80
- wdm (0.1.0)
81
- winrm (1.3.0)
82
- builder (>= 2.1.2)
83
- gssapi (~> 1.2)
84
- gyoku (~> 1.0)
85
- httpclient (~> 2.2, >= 2.2.0.2)
86
- logging (~> 1.6, >= 1.6.1)
87
- nori (~> 2.0)
88
- rubyntlm (~> 0.4.0)
89
- uuidtools (~> 2.1.2)
90
- winrm-fs (0.1.0)
91
- erubis (~> 2.7)
92
- logging (~> 1.6, >= 1.6.1)
93
- rubyzip (~> 1.1)
94
- winrm (~> 1.3.0)
95
-
96
- PLATFORMS
97
- ruby
98
-
99
- DEPENDENCIES
100
- vagrant!
101
- vagrant-boxinfo!