decibel_wrapper 0.0.12 → 0.0.13

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
- MDZlZjJmMjc5NGQ4MjFiMTE4N2ZkODA3NDUzZWRhMTgzNTZmYTNhNg==
4
+ ZjFhNmFkOTQ3YzQ2ODU4MTA1MjgyM2FmZmFjYTBkYmVkNDdiYzllZA==
5
5
  data.tar.gz: !binary |-
6
- NDU0YjA2Y2I4NDNlMGZkNmQ5ODdjOGUyYjAwNTI2M2U4Zjk2MGQ4MA==
6
+ OWY4OWM5ODUyYzRiNDUwNTFjODBkNzVkMDgxOTkwYmJhYzllMTRiZg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NzMxMTkxODRkN2VjYjUwMmNhN2UzMTkxMzg5ZTRlNmFjYzMzNmRlNzkxMDU1
10
- YjBmMDJmNmQwYWE5ODY4NGRlZGU0ZTkyZmE3M2UzYjljYmFlYzc0Y2VjNWZj
11
- YTE1NzI0YmU2MmRkOTlmMzYyZTMzMjBmMDlhYjcxMTdjYTVhOTY=
9
+ NGU3OWU0OGExNzU4ZDE2NDYxNjZhZmQ1Y2Q4OTM1MDMxOGU0OGQ3ZjRjZjg0
10
+ ZTc0MjYxOTg3MzBhNGYzNDI1MjRiMmU5MGRiOWRmMTk1MDExNjVhYzdhNjli
11
+ ZTY1MjZmNmNkZWFlZjdmOGMzYWViYmNlZjA5ODg2NmFiMzMyZDE=
12
12
  data.tar.gz: !binary |-
13
- MGY1ZWI4MGJmOWJkZDlkYTY2Y2NiZTJhMGY5N2YxY2ViZWQ5ZTQ3OGIzZjlh
14
- Mzg0NzRhMWRhZjFkY2Y4YTQ4NTQ0NzExOTIxNTdlM2QwM2EwZmM4OTdhNDkx
15
- MTY0NWQxODA2OTQwZjQ0YWY2OGY2NmQ3N2ZlZTgxZWVjYWJmNDI=
13
+ NDQ4YWE3ZjU2YjY2ZDYxYzcxYmUzNWYyN2UwMDhmNjUxZjNiODlhNDhhMGM1
14
+ YjlkMmZlNGU1NGRlMjI4YTVjN2EwNzNlNDAwZDExNmVlNGNkMWM4YWI2M2I2
15
+ ZDRlMGU5Y2YxYzNlOTdmYTE5OWY3NDRkN2ZiODJkNWU3ZDM1OTc=
@@ -1,3 +1,3 @@
1
1
  module DecibelWrapper
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  class Decibel::Album
2
2
 
3
- attr_accessor :Id, :Title, :FeaturedArtistString, :LiteralMainArtists, :FeaturedArtists, :IsUnofficial, :Identifiers, :Genres, :Tracks, :MainArtists
3
+ attr_accessor :Id, :Title, :FeaturedArtistString, :LiteralMainArtists, :FeaturedArtists, :IsUnofficial, :Identifiers, :Genres, :Tracks, :MainArtists, :OriginalReleaseDate, :ImageId, :ImageUrl, :ThumbnailUrl
4
4
 
5
5
  def initialize args
6
6
  args.each do |k, v|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decibel_wrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - tomallen400
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-09 00:00:00.000000000 Z
11
+ date: 2014-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler