Skip to content

Commit

Permalink
prepare release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
godfat committed Dec 25, 2014
1 parent 98e73ca commit e27464b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGES

## Pork 1.0.3 -- 2014-12-26

* Fix `Kernel#should` compatibility for JRuby 1.7.18- and Ruby 2.2.0 by
never assuming ThreadGroup#list would preserve the order.

## Pork 1.0.2 -- 2014-12-09

* Hash difference is much improved. Now it uses `/` to separate keys,
Expand Down
2 changes: 1 addition & 1 deletion lib/pork/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

module Pork
VERSION = '1.0.2'
VERSION = '1.0.3'
end
4 changes: 2 additions & 2 deletions pork.gemspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- encoding: utf-8 -*-
# stub: pork 1.0.2 ruby lib
# stub: pork 1.0.3 ruby lib

Gem::Specification.new do |s|
s.name = "pork"
s.version = "1.0.2"
s.version = "1.0.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
Expand Down

0 comments on commit e27464b

Please sign in to comment.