1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 22:30:19 +02:00

gem: refactor gemspec, exclude tests from gem, move binaries to ./exe

- based on recommendations of https://piotrmurach.com/articles/writing-a-ruby-gem-specification/
This commit is contained in:
cn
2020-03-06 21:04:59 +01:00
parent 88133edc1a
commit c73c09f311
3 changed files with 18 additions and 6 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2.2.0
IMPROVEMENTS:
- Refactor gemspec based on [recommendations](https://piotrmurach.com/articles/writing-a-ruby-gem-specification/) so tests are now excluded from gem and binaries move to `./exe` directory
## 2.1.1 (March 1, 2020)
IMPROVEMENTS: