Skip to content

Commit

Permalink
prepare to release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
godfat committed Apr 15, 2015
1 parent 8b82275 commit 13ddbf6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# CHANGES

## Pork 1.2.3 -- ?
## Pork 1.2.3 -- 2015-04-16

### Enhancement

* Now `would` could take a second argument with `:group => [:name]`,
and you could also specifying the groups to run in `PORK_TEST`.
Checkout README for more information. Input from @mz026

* `PORK_TEST` could also accept a file path without a line number now.

## Pork 1.2.2 -- 2015-03-19

Expand Down
2 changes: 1 addition & 1 deletion pork.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Lin Jen-Shin (godfat)"]
s.date = "2015-04-15"
s.date = "2015-04-16"
s.description = "Pork -- Simple and clean and modular testing library.\n\nInspired by [Bacon][].\n\n[Bacon]: https://github.com/chneukirchen/bacon"
s.email = ["godfat (XD) godfat.org"]
s.files = [
Expand Down

0 comments on commit 13ddbf6

Please sign in to comment.