mtg-db 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/data/cards.json +2672 -0
  2. data/data/sets.json +8 -0
  3. data/lib/mtg-db.rb +1 -1
  4. metadata +8 -6
@@ -200,6 +200,10 @@
200
200
  "gatherer_code": "ddd",
201
201
  "mgci_code": "gvl"
202
202
  },
203
+ {
204
+ "name": "Duel Decks: Heroes vs. Monsters",
205
+ "mgci_code": "ddl"
206
+ },
203
207
  {
204
208
  "name": "Duel Decks: Izzet vs. Golgari",
205
209
  "release_date": "September 7, 2012",
@@ -327,6 +331,10 @@
327
331
  "gatherer_code": "v10",
328
332
  "mgci_code": "fvr"
329
333
  },
334
+ {
335
+ "name": "From the Vault: Twenty",
336
+ "mgci_code": "v13"
337
+ },
330
338
  {
331
339
  "name": "Future Sight",
332
340
  "release_date": "May 4, 2007",
@@ -2,7 +2,7 @@ require 'json'
2
2
 
3
3
  module Mtg
4
4
  module Db
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
 
7
7
  class << self
8
8
  def cards(reload=false)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mtg-db
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,10 +9,10 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-22 00:00:00.000000000 Z
12
+ date: 2013-09-10 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: ! 'An up-to-date database of Magic: The Gathering card and set data in
15
- JSON format.'
14
+ description: ! 'An up-to-date database of Magic: The Gathering cards and sets in JSON
15
+ format.'
16
16
  email:
17
17
  - sgt.floydpepper@gmail.com
18
18
  executables: []
@@ -23,7 +23,8 @@ files:
23
23
  - data/cards.json
24
24
  - data/sets.json
25
25
  homepage: https://github.com/sgtFloyd/mtg-db
26
- licenses: []
26
+ licenses:
27
+ - MIT
27
28
  post_install_message:
28
29
  rdoc_options: []
29
30
  require_paths:
@@ -45,5 +46,6 @@ rubyforge_project:
45
46
  rubygems_version: 1.8.24
46
47
  signing_key:
47
48
  specification_version: 3
48
- summary: ! 'A JSON database of Magic: The Gathering card and set data.'
49
+ summary: ! 'A JSON database of Magic: The Gathering cards and sets.'
49
50
  test_files: []
51
+ has_rdoc: