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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 24513ed8218b0ec591f138d605341cd0ab9da123
4
- data.tar.gz: c4a4c9604cce41aac08b8577981460be4284abdb
3
+ metadata.gz: 3a31b51e543bf957a78352c7812333de0a1dc560
4
+ data.tar.gz: 9ea1a19a00983ffc5c42b1c4a6091a2374a69353
5
5
  SHA512:
6
- metadata.gz: e9146ee47ac655aefbc1dfdc8bf51db8ce1666cc6ec4dc844d215dc1e10e4356e26195148be71f71e9ec1b93ac4a8bb30f998e0a50dc16de040dd77c7ffa097f
7
- data.tar.gz: e7f413cdbd2e2a67be729bb5c9cfece927c114582a492b07497b7f0160b862722a5f020f0eb2d1e31b1d2b3bb47ce616e5a362a6b7eacbc2306a43c326573350
6
+ metadata.gz: 55d7247a3785f34226d2e81d011468c49497166885e8742fa7aff86f1754cbd4854e5d1997afda5ffb56eb1f54ace77b41b2a56adffec247cf52e9dd71a587aa
7
+ data.tar.gz: b4e612803c689385ddadfe040983ab1ada4871a91cb34fef4247958c20ee631a7fb5e4db361389ead00ff4eba224e680a08de574f0004366c502f216fbc145a8
data/CHANGELOG.md CHANGED
@@ -1,10 +1,18 @@
1
1
  # Change Log
2
2
 
3
- ## [0.3.2](https://github.com/chef-cft/wombat/tree/0.3.2) (2016-11-14)
4
- [Full Changelog](https://github.com/chef-cft/wombat/compare/v0.3.1...0.3.2)
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
- include_recipe 'workstation::dotnet'
16
+ # disable while we figure out why this broke
17
+ # include_recipe 'workstation::dotnet'
@@ -1,3 +1,3 @@
1
1
  module Wombat
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
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.2
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-14 00:00:00.000000000 Z
12
+ date: 2016-11-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake