Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit eec2aa4

Browse files
committed
Release 1.3.1
1 parent 1494494 commit eec2aa4

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ spec/reports
1616
test/tmp
1717
test/version_tmp
1818
tmp
19+
vendor/

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.3.1 (2017-02-16)
4+
* codeclimate-test-reporter is no longer a development depdendency
5+
36
## 1.3.0 (2016-02-19)
47
* Add support for {DiscId::Disc#toc_string}. Will use the implementation from
58
libdiscid 0.6 or a fallback for older versions.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Please report any issues on the
112112
[issue tracker](https://github.com/phw/ruby-discid/issues).
113113

114114
## License
115-
ruby-discid Copyright (c) 2007-2016 by Philipp Wolfer <[email protected]>
115+
ruby-discid Copyright (c) 2007-2017 by Philipp Wolfer <[email protected]>
116116

117117
ruby-discid is free software: you can redistribute it and/or modify
118118
it under the terms of the GNU Lesser General Public License as published by

lib/discid/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
module DiscId
1818
# The version of ruby-discid.
19-
VERSION = "1.3.0"
19+
VERSION = "1.3.1"
2020
end

0 commit comments

Comments
 (0)