comicvine-mongo 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/checksum/comicvine-mongo-0.1.1.gem.sha256 +1 -0
- data/lib/comicvine/mongo.rb +6 -6
- data/lib/comicvine/mongo/version.rb +1 -1
- metadata +2 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 81185cca005d337efa151a66d1b3919e92ea7ace
|
4
|
+
data.tar.gz: 0f8d069e45f0d024527c6204bab4bd4737d4285d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61a5160886796c2f07fbac4465c5ebedd11d5402e3ea890ccff1e43e03a98f7f0ddcc704d1c8fc4d0d3d4a9e0215a945d18e3efc0a4d80f256d88e01977fa50a
|
7
|
+
data.tar.gz: 0ce96d57023556686c1c973e8f7736900cfac7d5c3d0ea7ef59c9c2f425ad21fa5224c56f71b5357d5304cfed634e66f76f7306c404aed2636ede671993413ca
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
df2f511c229bf60ed12debb90e627ea15ae3e24412dcd70ae8616231af42336b
|
data/lib/comicvine/mongo.rb
CHANGED
@@ -226,7 +226,7 @@ module ComicVine
|
|
226
226
|
has_and_belongs_to_many :objects, class_name: 'ComicVine::Resource::Object', inverse_of: :volume_credits, validate: false
|
227
227
|
has_and_belongs_to_many :people, class_name: 'ComicVine::Resource::Person', inverse_of: :volume_credits, validate: false
|
228
228
|
|
229
|
-
belongs_to :publisher, class_name: 'ComicVine::Resource::Publisher', inverse_of: :volumes, validate: false
|
229
|
+
belongs_to :publisher, class_name: 'ComicVine::Resource::Publisher', inverse_of: :volumes, validate: false, optional: true
|
230
230
|
|
231
231
|
end
|
232
232
|
|
@@ -266,7 +266,7 @@ module ComicVine
|
|
266
266
|
has_and_belongs_to_many :movies, class_name: 'ComicVine::Resource::Movie', inverse_of: :characters, validate: false
|
267
267
|
has_and_belongs_to_many :powers, class_name: 'ComicVine::Resource::Power', inverse_of: :characters, validate: false
|
268
268
|
|
269
|
-
belongs_to :publisher, class_name: 'ComicVine::Resource::Publisher', inverse_of: :characters, validate: false
|
269
|
+
belongs_to :publisher, class_name: 'ComicVine::Resource::Publisher', inverse_of: :characters, validate: false, optional: true
|
270
270
|
has_and_belongs_to_many :story_arc_credits, class_name: 'ComicVine::Resource::StoryArc', inverse_of: :characters, validate: false
|
271
271
|
|
272
272
|
has_and_belongs_to_many :team_enemies, class_name: 'ComicVine::Resource::Team', inverse_of: nil, validate: false
|
@@ -379,7 +379,7 @@ module ComicVine
|
|
379
379
|
has_and_belongs_to_many :team_credits, class_name: 'ComicVine::Resource::Team', inverse_of: nil, validate: false
|
380
380
|
|
381
381
|
has_and_belongs_to_many :story_arc_credits, class_name: 'ComicVine::Resource::StoryArc', inverse_of: :episodes, validate: false
|
382
|
-
belongs_to :series, class_name: 'ComicVine::Resource::Series', inverse_of: :episodes, validate: false
|
382
|
+
belongs_to :series, class_name: 'ComicVine::Resource::Series', inverse_of: :episodes, validate: false, optional: true
|
383
383
|
end
|
384
384
|
|
385
385
|
##
|
@@ -667,7 +667,7 @@ module ComicVine
|
|
667
667
|
has_one :last_episode, class_name: 'ComicVine::Resource::Episode', validate: false
|
668
668
|
|
669
669
|
has_and_belongs_to_many :location_credits, class_name: 'ComicVine::Resource::Location', inverse_of: nil, validate: false
|
670
|
-
belongs_to :publisher, class_name: 'ComicVine::Resource::Publisher', inverse_of: :series, validate: false
|
670
|
+
belongs_to :publisher, class_name: 'ComicVine::Resource::Publisher', inverse_of: :series, validate: false, optional: true
|
671
671
|
end
|
672
672
|
|
673
673
|
##
|
@@ -699,7 +699,7 @@ module ComicVine
|
|
699
699
|
end
|
700
700
|
|
701
701
|
|
702
|
-
belongs_to :publisher, class_name: 'ComicVine::Resource::Publisher', inverse_of: :story_arcs, validate: false
|
702
|
+
belongs_to :publisher, class_name: 'ComicVine::Resource::Publisher', inverse_of: :story_arcs, validate: false, optional: true
|
703
703
|
|
704
704
|
belongs_to :first_appeared_in_issue, class_name: 'ComicVine::Resource::Issue', inverse_of: :first_appearance_storyarcs, validate: false, optional: true
|
705
705
|
has_and_belongs_to_many :issues, class_name: 'ComicVine::Resource::Issue', inverse_of: :story_arc_credits, validate: false
|
@@ -772,7 +772,7 @@ module ComicVine
|
|
772
772
|
has_and_belongs_to_many :issue_credits, class_name: 'ComicVine::Resource::Issue', inverse_of: :team_credits, validate: false
|
773
773
|
has_and_belongs_to_many :issues_disbanded_in, class_name: 'ComicVine::Resource::Issue', inverse_of: :team_disbanded_in, validate: false
|
774
774
|
|
775
|
-
belongs_to :publisher, class_name: 'ComicVine::Resource::Publisher', inverse_of: :teams, validate: false
|
775
|
+
belongs_to :publisher, class_name: 'ComicVine::Resource::Publisher', inverse_of: :teams, validate: false, optional: true
|
776
776
|
has_and_belongs_to_many :movies, class_name: 'ComicVine::Resource::Movie', inverse_of: :teams, validate: false
|
777
777
|
has_and_belongs_to_many :story_arc_credits, class_name: 'ComicVine::Resource::StoryArc', inverse_of: :teams, validate: false
|
778
778
|
has_and_belongs_to_many :volume_credits, class_name: 'ComicVine::Resource::Volume', inverse_of: :teams, validate: false
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: comicvine-mongo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Holden Omans
|
@@ -198,6 +198,7 @@ files:
|
|
198
198
|
- bin/setup
|
199
199
|
- certs/homans.pem
|
200
200
|
- checksum/comicvine-mongo-0.1.0.gem.sha256
|
201
|
+
- checksum/comicvine-mongo-0.1.1.gem.sha256
|
201
202
|
- comicvine-mongo.gemspec
|
202
203
|
- lib/comicvine/mongo.rb
|
203
204
|
- lib/comicvine/mongo/version.rb
|
metadata.gz.sig
CHANGED
Binary file
|