blinkenstein 0.1.2 → 0.1.3

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.
data/Gemfile ADDED
@@ -0,0 +1,5 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gem "knife-solo"
4
+
5
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,85 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ blinkenstein (0.1.1)
5
+ celluloid
6
+ httparty
7
+ nokogiri
8
+ rb-blink1
9
+
10
+ GEM
11
+ remote: https://rubygems.org/
12
+ specs:
13
+ archive-tar-minitar (0.5.2)
14
+ celluloid (0.12.4)
15
+ facter (>= 1.6.12)
16
+ timers (>= 1.0.0)
17
+ chef (11.4.0)
18
+ erubis
19
+ highline (>= 1.6.9)
20
+ json (>= 1.4.4, <= 1.7.7)
21
+ mixlib-authentication (>= 1.3.0)
22
+ mixlib-cli (~> 1.3.0)
23
+ mixlib-config (>= 1.1.2)
24
+ mixlib-log (>= 1.3.0)
25
+ mixlib-shellout
26
+ net-ssh (~> 2.6)
27
+ net-ssh-multi (~> 1.1.0)
28
+ ohai (>= 0.6.0)
29
+ rest-client (>= 1.0.4, < 1.7.0)
30
+ yajl-ruby (~> 1.1)
31
+ erubis (2.7.0)
32
+ facter (1.6.17)
33
+ highline (1.6.15)
34
+ httparty (0.10.2)
35
+ multi_json (~> 1.0)
36
+ multi_xml (>= 0.5.2)
37
+ ipaddress (0.8.0)
38
+ json (1.7.7)
39
+ knife-solo (0.2.0)
40
+ chef (>= 10.12)
41
+ librarian (~> 0.0.20)
42
+ net-ssh (>= 2.2.2, < 3.0)
43
+ librarian (0.0.26)
44
+ archive-tar-minitar (>= 0.5.2)
45
+ chef (>= 0.10)
46
+ highline
47
+ thor (~> 0.15)
48
+ mime-types (1.21)
49
+ mixlib-authentication (1.3.0)
50
+ mixlib-log
51
+ mixlib-cli (1.3.0)
52
+ mixlib-config (1.1.2)
53
+ mixlib-log (1.4.1)
54
+ mixlib-shellout (1.1.0)
55
+ multi_json (1.5.0)
56
+ multi_xml (0.5.3)
57
+ net-ssh (2.6.5)
58
+ net-ssh-gateway (1.2.0)
59
+ net-ssh (>= 2.6.5)
60
+ net-ssh-multi (1.1)
61
+ net-ssh (>= 2.1.4)
62
+ net-ssh-gateway (>= 0.99.0)
63
+ nokogiri (1.5.6)
64
+ ohai (6.16.0)
65
+ ipaddress
66
+ mixlib-cli
67
+ mixlib-config
68
+ mixlib-log
69
+ mixlib-shellout
70
+ systemu
71
+ yajl-ruby
72
+ rb-blink1 (0.0.6)
73
+ rest-client (1.6.7)
74
+ mime-types (>= 1.16)
75
+ systemu (2.5.2)
76
+ thor (0.17.0)
77
+ timers (1.1.0)
78
+ yajl-ruby (1.1.0)
79
+
80
+ PLATFORMS
81
+ ruby
82
+
83
+ DEPENDENCIES
84
+ blinkenstein!
85
+ knife-solo
@@ -1,3 +1,3 @@
1
1
  module Blinkenstein
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: blinkenstein
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.2
5
+ version: 0.1.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Michael Schmidt
@@ -83,6 +83,8 @@ executables:
83
83
  extensions: []
84
84
  extra_rdoc_files: []
85
85
  files:
86
+ - Gemfile
87
+ - Gemfile.lock
86
88
  - LICENSE.txt
87
89
  - README.md
88
90
  - lib/blinkenstein/blink.rb