This repository was archived by the owner on May 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ spec/reports
1616test /tmp
1717test /version_tmp
1818tmp
19+ vendor /
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
117117ruby-discid is free software: you can redistribute it and/or modify
118118it under the terms of the GNU Lesser General Public License as published by
Original file line number Diff line number Diff line change 1616
1717module DiscId
1818 # The version of ruby-discid.
19- VERSION = "1.3.0 "
19+ VERSION = "1.3.1 "
2020end
You can’t perform that action at this time.
0 commit comments