active_musicbrainz 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b3ca87ca2ab1f3392e0fca412be336a9f689b72
4
- data.tar.gz: a73018045df3d959950a0516314d8dd96d535122
3
+ metadata.gz: 828be85123b06ac51de6962f4a66e5b916288634
4
+ data.tar.gz: 327c96de4d728ebdb57127d9cdfc6fdcede8b4c1
5
5
  SHA512:
6
- metadata.gz: 2eaec8840c5722aa4880e1aaf501857df624ee0dba67a26e148f2c8517d05577a4c8fbeb9aeb923c336283c917c46bc339e0b2e88c7e94ff85855b7c869a0db6
7
- data.tar.gz: 80b7549092a91f085ce4103dcf34c62f36b8c7e4deb277962b8aa5642d762f00c1307e5b850284af77424d4ff029332c5df318643ba7499123bac9da2bda0eb0
6
+ metadata.gz: 69d309002a8f25f0e1e35ffce7fff1b668bd752f59bf75a513dea4f6ce6a02ef2a31aaf1c59bf9ffcba36b3d32e828fe26aba4a13c912ece94c6be1f96e7903a
7
+ data.tar.gz: 8b85c6f275b17580edb9af574c02ea8c7a9a111684b8134e13b068df72228fb225f41fa5d1a59f066abc9440deb3e61e15ba4144fe54c7cb184a4a4fc8ad2091
data/.gitignore CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/LICENSE.txt CHANGED
File without changes
data/Rakefile CHANGED
File without changes
File without changes
File without changes
File without changes
@@ -100,7 +100,8 @@ module ActiveMusicbrainz
100
100
  has_many :tracks, through: :mediums
101
101
  belongs_to :status, class_name: 'ReleaseStatus', foreign_key: :status
102
102
  belongs_to :packaging, class_name: 'ReleasePackaging', foreign_key: :packaging
103
- belongs_to :release_country, foreign_key: :id, primary_key: :release
103
+ has_many :release_countries, foreign_key: :release
104
+
104
105
  has_artist_credits
105
106
  has_gid
106
107
  end
@@ -1,3 +1,3 @@
1
1
  module ActiveMusicbrainz
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
File without changes
data/test/config.yml CHANGED
File without changes
File without changes
data/test/test_helper.rb CHANGED
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_musicbrainz
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
  - Andrea Franz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-21 00:00:00.000000000 Z
11
+ date: 2013-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  requirements: []
96
96
  rubyforge_project:
97
- rubygems_version: 2.0.6
97
+ rubygems_version: 2.0.0
98
98
  signing_key:
99
99
  specification_version: 4
100
100
  summary: ActiveRecord models the MusicBrainz database