decibel_wrapper 0.0.9 → 0.0.10

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Njc5ZWYyNWRhOWEzOWU0MTQzZDQxZjI0NWY0YzhhZTllODJlYWUyMg==
4
+ Yzc2ZWI0OTAyYjc0NTE5YmUxZjE5ZmQ3NzczMmNmZDE5YmZhM2FmYQ==
5
5
  data.tar.gz: !binary |-
6
- MmEwNTlmNDE4MjE0NzUwNDRlMTVkMjYyZTdhNjFmMjFmNTY3NTc1Zg==
6
+ NGY2ZTkxNDFlZThmMTc3Yzc0MDVmZjIxNGE2MmNlOWI3ZTExOGQzZg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- N2QwNzE3MDFjNGE4YWUyZjgwNWM1NDczODFkOGRhNTZhY2FkMjU5NDY3NWMx
10
- MDZmYTcwZWQ0MjcyYTY3MDQyY2I0YTJhYjE2YmU1ZGY0ODljZjk0NTc4MDE3
11
- NTA3NmRlOTlkYzZiYjE1ZDA4ODhkYzY3ZjdjMmM0ZDc5NmE0YTM=
9
+ NjgxNzRhNTRlNDk0YzI3YzVjMThhMzI5M2NmMDRlM2U1N2U3OTUxOWI4MmYx
10
+ Y2ZiY2RkYzhhMTI4YjEwZDE3MGVlMzdjN2U5NTQ5Mjk2MTY2MzJhNzA2NzY3
11
+ ZmI1ZTZlODU2OTQ0ODIyNDFhMDdiOTU3ZWFjMDA5NGI3ODU1NWU=
12
12
  data.tar.gz: !binary |-
13
- NDZmNzQwMTYwMjZmOTBkMTQzNDZjZTViYzEyMjk3NzJlMTU2ODJkMzFiNTBm
14
- NDhjNjEyNDk2N2ZhNDZlN2M2M2E2YTA5ODc3N2U5YWRmMDhlNTU1ODI2ZWE3
15
- MGFjNDA4ZGM1ZDJkZGRlNGNhNjJmNWM3YTIzNzhiNDdmMmFjYjc=
13
+ NzAzYTgwYTA0MWQ3Y2U3ZmM3YjdjYmJhMGM4MjJkOGIzNWVhNTllMjE3NzY1
14
+ NDBjMjFhOTg1NzgyMmYxZWQxNTNiM2YwNTEyOWMyZGE2OTZlMTc4MjMzOGFh
15
+ M2RjYzI0ZjkzNmJlYjk1ZjI5MWI4NTgzZjNkZTg2ZTM3MWI2NmU=
@@ -1,3 +1,3 @@
1
1
  module DecibelWrapper
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  class Decibel::Album
2
2
 
3
- attr_accessor :Id, :Title, :FeaturedArtistString, :FeaturedArtists, :IsUnofficial, :Identifiers, :Genres, :Tracks
3
+ attr_accessor :Id, :Title, :FeaturedArtistString, :LiteralMainArtists, :FeaturedArtists, :IsUnofficial, :Identifiers, :Genres, :Tracks
4
4
 
5
5
  def initialize args
6
6
  args.each do |k, v|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decibel_wrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - tomallen400