Skip to content

Commit

Permalink
Remove println, update admin files
Browse files Browse the repository at this point in the history
  • Loading branch information
ddgenome committed Nov 30, 2015
1 parent 6acb345 commit f998984
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,26 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [3.0.4] - 2015-11-30

### Changed

- Minor updates to README.md, CHANGELOG.md and MAINTAINERS

## [3.0.3] - 2015-11-30

The "tylersouthwick" release!

### Added

- CHANGELOG.md

- SQS and DynamoDB support

- Support for IAM Policy Conditions

- aws triple-quoted string interpolation

## [3.0.2] - 2015-10-27

### Changed
Expand Down
2 changes: 1 addition & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ bkrodgers (Brian Rodgers)
chrisshafer (Chris Shafer)
dickwall (Dick Wall)
cgswong (Stuart Wong)
northfuse (Tyler Southwick)
tylersouthwick (Tyler Southwick)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/MonsantoCo/cloudformation-template-generator.svg?branch=master)](https://travis-ci.org/MonsantoCo/cloudformation-template-generator) [![Coverage Status](https://coveralls.io/repos/MonsantoCo/cloudformation-template-generator/badge.svg?branch=master&service=github)](https://coveralls.io/github/MonsantoCo/cloudformation-template-generator?branch=master)

Simple Scala DSL to create AWS CloudFormation (CFN) templates. The library
Scala DSL to create AWS CloudFormation (CFN) templates. The library
allows for easier creation of the AWS CloudFormation JSON by writing Scala code
to describe the AWS resources. Lets say we have a handful of CFN templates we
want to maintain, and all of those templates use the same AMI. Instead of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ trait JsonWritingMatcher extends Matchers {
import spray.json._

val jsonPolicy = value.toJson(format)
println(jsonPolicy)
val parsedPolicy = policy.parseJson
jsonEquals(Seq(), jsonPolicy, parsedPolicy)
}
Expand Down

0 comments on commit f998984

Please sign in to comment.