Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 56e56c6

Browse files
committed
bump to 1.3.1
1 parent f8c6e1f commit 56e56c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

History.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== Version 1.3.1 / (Date TBD)
1+
=== Version 1.3.1 / 2010-10-09
22

33
* enhancements
44
* Array =~ matcher works with subclasses of Array (Matthew Peychich & Pat Maddox)

lib/spec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module VERSION # :nodoc:
44
MAJOR = 1
55
MINOR = 3
66
TINY = 1
7-
PRE = 'rc'
7+
PRE = nil
88

99
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
1010

0 commit comments

Comments
 (0)