musicfix 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +3 -0
  3. data/LICENSE +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b01d3bf3f2c2fc81008328a152fdf80a191041d
4
- data.tar.gz: 66e75cc847b3e4d355ef3d37d8e76748b1a597ca
3
+ metadata.gz: 890508a345aad8d9c26c1e50dff7faa6cb7d2faf
4
+ data.tar.gz: 99be89b678262a674b6bbcc4d224fa6c2828ceb6
5
5
  SHA512:
6
- metadata.gz: ed3f4f00107c13f7d86d0f2b90646dfa5e2af129361719f0e10104c7a0fca9380c6534307741fa4ff944935703f503a10200f828b7fab4a6473adec1ae13f454
7
- data.tar.gz: 3a3a4ace3d9e9b0c5a0b0b8d36da4da7bdb33604e30db9e6319e04eacbaba6bdc2ab36e803ec77541b699edacc300ee15359e96462104f4a173cc719aa64f71c
6
+ metadata.gz: da02657a8cb1253c02f83b925678e3c7f825add8fdc8ed846544547b6a6cfbfd531308a3b94c6ba000ee13578faacb15cce5cf3bfbbee4916c9dc564cdaaaadc
7
+ data.tar.gz: a0fb94bb582aa3ca6bfa478e9fca35cd30f36cb7e620669488854285786197d34adb5535d0b39fedfabc50f114c2e0385ca1616e9b9e9a5dc108f5b5c0cba508
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ ## 0.2.1
2
+ * Updated license and license identifier in gem.
3
+
1
4
  ## 0.2.0
2
5
  * Fix zero padding in numbering and filename order.
3
6
  * Switch to HTTPS and use Discogs Auth through user tokens.
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012--2014 Lazaros Koromilas <lostd@2f30.org>
1
+ Copyright (c) 2012--2017 Lazaros Koromilas <lostd@2f30.org>
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: musicfix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lazaros Koromilas
@@ -52,7 +52,7 @@ files:
52
52
  - bin/musicfix
53
53
  homepage: http://git.2f30.org/musicfix/
54
54
  licenses:
55
- - BSD
55
+ - BSD-2-Clause
56
56
  metadata: {}
57
57
  post_install_message:
58
58
  rdoc_options: []