oscar 0.3.2 → 0.4.0
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 +5 -13
- data/CHANGELOG +13 -0
- data/lib/oscar/version.rb +1 -1
- data/oscar.gemspec +2 -2
- metadata +13 -13
checksums.yaml
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
data.tar.gz: !binary |-
|
|
6
|
-
NTg3ODM1MjFjZjhiY2UyY2E0MWU3MzA2MzJhZWQ0ZGIxYmI4NmZiNg==
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 2777d2ea2b30ccb9efce01370c039c7ed756d3dd
|
|
4
|
+
data.tar.gz: 0910cbd47efa234116fda9b57a687e42a53911ec
|
|
7
5
|
SHA512:
|
|
8
|
-
metadata.gz:
|
|
9
|
-
|
|
10
|
-
NWNlZjM5MjFhNzRjOWVmNGRjNTQ2ZTM5NmZmNGY2MGYzOTFjNWFiNjIxZDgz
|
|
11
|
-
YzlkODEyNDE4MjZlYmY3ZDI5YzM1YjkxZTVhN2EzOTE3YjhiMWE=
|
|
12
|
-
data.tar.gz: !binary |-
|
|
13
|
-
OGZiYTM0ODcxN2FiNjdiZjVkOWEzOGRmNGM0OWMyNGRkMDA0ODE4NTUyMzMx
|
|
14
|
-
NDI5ZThhOWY0ZmMwNWIzMmQxY2JjYTgyZGRhMGY4ZjFlOTIzNGMxYzEwYTJh
|
|
15
|
-
NWRkNDY0YzYxNDgxYTk4YjA4ZDhlYWY2YTUyYmUxYTVhMGFiYzk=
|
|
6
|
+
metadata.gz: 60792123b7b06eb4d76c6a43c7ca1869fa5dcb9d9abe944cb1f8527678ad6e1f70a571e1439058db43fb50ae4814eff1a160f0846f3504b7b4158558fc422ee0
|
|
7
|
+
data.tar.gz: 2fecaff9519aa97396f9280467f90b7902b75709b1904f950174819244aeb1997302ca2cd5ec1fc41a35fd825577e68ecbfdf65ec7e1c5f4e61e7562e82dd587
|
data/CHANGELOG
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
CHANGELOG
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
+
0.4.0
|
|
5
|
+
-----
|
|
6
|
+
|
|
7
|
+
2014-05-21
|
|
8
|
+
|
|
9
|
+
This is the first Oscar release to depend on the AutoNetwork 1.x series. Some
|
|
10
|
+
changes in behavior may result from the major version jump in this component.
|
|
11
|
+
In addition to new features, AutoNetwork 1.0.0 also restores compatibility with
|
|
12
|
+
Vagrant 1.6.
|
|
13
|
+
|
|
14
|
+
* (GH-27) Support Vagrant 1.6
|
|
15
|
+
|
|
16
|
+
|
|
4
17
|
0.3.2
|
|
5
18
|
-----
|
|
6
19
|
|
data/lib/oscar/version.rb
CHANGED
data/oscar.gemspec
CHANGED
|
@@ -19,8 +19,8 @@ Gem::Specification.new do |gem|
|
|
|
19
19
|
|
|
20
20
|
gem.add_dependency 'vagrant-hosts', '~> 2.1'
|
|
21
21
|
gem.add_dependency 'vagrant-pe_build', '~> 0.8'
|
|
22
|
-
gem.add_dependency 'vagrant-auto_network', '~> 0
|
|
23
|
-
gem.add_dependency 'vagrant-config_builder', '~> 0.
|
|
22
|
+
gem.add_dependency 'vagrant-auto_network', '~> 1.0'
|
|
23
|
+
gem.add_dependency 'vagrant-config_builder', '~> 0.9'
|
|
24
24
|
|
|
25
25
|
gem.files = %x{git ls-files -z}.split("\0")
|
|
26
26
|
gem.require_path = 'lib'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oscar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adrien Thebo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-05-
|
|
11
|
+
date: 2014-05-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: vagrant-hosts
|
|
@@ -44,31 +44,32 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - ~>
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '0
|
|
47
|
+
version: '1.0'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - ~>
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: '0
|
|
54
|
+
version: '1.0'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: vagrant-config_builder
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - ~>
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '0.
|
|
61
|
+
version: '0.9'
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - ~>
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '0.
|
|
69
|
-
description:
|
|
70
|
-
|
|
71
|
-
|
|
68
|
+
version: '0.9'
|
|
69
|
+
description: |2
|
|
70
|
+
Oscar is a series of extensions to simplify building out a Puppet Enterprise
|
|
71
|
+
environment. It handles networking configuration and fetching/installing
|
|
72
|
+
Puppet Enterprise.
|
|
72
73
|
email: adrien@somethingsinistral.net
|
|
73
74
|
executables: []
|
|
74
75
|
extensions: []
|
|
@@ -103,19 +104,18 @@ require_paths:
|
|
|
103
104
|
- lib
|
|
104
105
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
105
106
|
requirements:
|
|
106
|
-
- -
|
|
107
|
+
- - '>='
|
|
107
108
|
- !ruby/object:Gem::Version
|
|
108
109
|
version: '0'
|
|
109
110
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
111
|
requirements:
|
|
111
|
-
- -
|
|
112
|
+
- - '>='
|
|
112
113
|
- !ruby/object:Gem::Version
|
|
113
114
|
version: '0'
|
|
114
115
|
requirements: []
|
|
115
116
|
rubyforge_project:
|
|
116
|
-
rubygems_version: 2.
|
|
117
|
+
rubygems_version: 2.0.14
|
|
117
118
|
signing_key:
|
|
118
119
|
specification_version: 4
|
|
119
120
|
summary: Easy mode Puppet Enterprise provisioning
|
|
120
121
|
test_files: []
|
|
121
|
-
has_rdoc:
|