wombat-cli 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -2
- data/generator_files/cookbooks/workstation/recipes/default.rb +2 -1
- data/lib/wombat/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a31b51e543bf957a78352c7812333de0a1dc560
|
4
|
+
data.tar.gz: 9ea1a19a00983ffc5c42b1c4a6091a2374a69353
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55d7247a3785f34226d2e81d011468c49497166885e8742fa7aff86f1754cbd4854e5d1997afda5ffb56eb1f54ace77b41b2a56adffec247cf52e9dd71a587aa
|
7
|
+
data.tar.gz: b4e612803c689385ddadfe040983ab1ada4871a91cb34fef4247958c20ee631a7fb5e4db361389ead00ff4eba224e680a08de574f0004366c502f216fbc145a8
|
data/CHANGELOG.md
CHANGED
@@ -1,10 +1,18 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
-
## [
|
4
|
-
[Full Changelog](https://github.com/chef-cft/wombat/compare/v0.3.
|
3
|
+
## [v0.3.3](https://github.com/chef-cft/wombat/tree/v0.3.3) (2016-11-15)
|
4
|
+
[Full Changelog](https://github.com/chef-cft/wombat/compare/v0.3.2...v0.3.3)
|
5
5
|
|
6
6
|
**Merged pull requests:**
|
7
7
|
|
8
|
+
- The dotnet opimizations are breaking builds, disabling recipe [\#253](https://github.com/chef-cft/wombat/pull/253) ([cheeseplus](https://github.com/cheeseplus))
|
9
|
+
|
10
|
+
## [v0.3.2](https://github.com/chef-cft/wombat/tree/v0.3.2) (2016-11-14)
|
11
|
+
[Full Changelog](https://github.com/chef-cft/wombat/compare/v0.3.1...v0.3.2)
|
12
|
+
|
13
|
+
**Merged pull requests:**
|
14
|
+
|
15
|
+
- Prep 0.3.2 for release and add changelog [\#252](https://github.com/chef-cft/wombat/pull/252) ([cheeseplus](https://github.com/cheeseplus))
|
8
16
|
- Readme badge hotfix [\#251](https://github.com/chef-cft/wombat/pull/251) ([cheeseplus](https://github.com/cheeseplus))
|
9
17
|
- Fix examples, update readme [\#247](https://github.com/chef-cft/wombat/pull/247) ([cheeseplus](https://github.com/cheeseplus))
|
10
18
|
|
@@ -13,4 +13,5 @@ include_recipe 'workstation::editor'
|
|
13
13
|
include_recipe 'workstation::chef'
|
14
14
|
include_recipe 'workstation::profile'
|
15
15
|
include_recipe 'wombat::etc-hosts'
|
16
|
-
|
16
|
+
# disable while we figure out why this broke
|
17
|
+
# include_recipe 'workstation::dotnet'
|
data/lib/wombat/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wombat-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andre Elizondo
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-11-
|
12
|
+
date: 2016-11-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|