boxxspring 2.0.15 → 2.0.16

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: 06f1835514f2dcdb53c5d7cccb7065bd7fa1ce8a
4
- data.tar.gz: 840c8fc271809becc832531512ea7a9c3b1dad9a
3
+ metadata.gz: c3dfdb7b50d621bdf111ee92ab7724bb5d2ab4cb
4
+ data.tar.gz: cd5084cb457165b2041bcb96b04c2764c3550c17
5
5
  SHA512:
6
- metadata.gz: 76098e19092e9415e609b9bbcf505fd947936466e91fcddf9305dbd0a436359db604692749a9344f85eb92c1938a1c2879e5c288aa43b1e832bed56f82b86911
7
- data.tar.gz: 9b9813b2b1e5f1f4c837ce666f64b58ff36184cdc881b4069361eb0c8e1868f0bbe0922f39e9bb61808aa5b13bd0ca6557ae59674b02b375d41130c4ebfa3138
6
+ metadata.gz: 6b61cba0d1e031159b0b80e5fbbddbf7417fb11e6bad14c1ff742b7a708c050dbdbcd277e2ca849633f243b95d77f1b34d734a9ff4b48f7c6a3ef12a82bb3d81
7
+ data.tar.gz: 9e4fe19be37a24b5c2333314b86b1892d4672e0fc98a92059625ae33f628ed6d97f128d697bcd45e20f15301f57d92fbe4c5f3ec525cb4312c74f74f8f796c60
@@ -0,0 +1,3 @@
1
+ module Boxxspring
2
+ class Organization < Artifact; end
3
+ end
@@ -0,0 +1,3 @@
1
+ module Boxxspring
2
+ class Player < Artifact; end
3
+ end
@@ -0,0 +1,3 @@
1
+ module Boxxspring
2
+ class School < Artifact; end
3
+ end
@@ -0,0 +1,3 @@
1
+ module Boxxspring
2
+ class Team < Artifact; end
3
+ end
@@ -1,3 +1,3 @@
1
1
  module Boxxspring
2
- VERSION = '2.0.15'
2
+ VERSION = '2.0.16'
3
3
  end
data/lib/boxxspring.rb CHANGED
@@ -26,6 +26,10 @@ require 'boxxspring/resources/artifact'
26
26
  require 'boxxspring/resources/story'
27
27
  require 'boxxspring/resources/page'
28
28
  require 'boxxspring/resources/author'
29
+ require 'boxxspring/resources/school'
30
+ require 'boxxspring/resources/player'
31
+ require 'boxxspring/resources/team'
32
+ require 'boxxspring/resources/organization'
29
33
  require 'boxxspring/resources/reaction'
30
34
  require 'boxxspring/resources/attribution'
31
35
  require 'boxxspring/resources/tag'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boxxspring
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.15
4
+ version: 2.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kristoph Cichocki-Romanov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-11 00:00:00.000000000 Z
11
+ date: 2014-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -87,16 +87,20 @@ files:
87
87
  - lib/boxxspring/resources/card.rb
88
88
  - lib/boxxspring/resources/error.rb
89
89
  - lib/boxxspring/resources/group.rb
90
+ - lib/boxxspring/resources/organization.rb
90
91
  - lib/boxxspring/resources/page.rb
91
92
  - lib/boxxspring/resources/picture.rb
92
93
  - lib/boxxspring/resources/picture_card.rb
94
+ - lib/boxxspring/resources/player.rb
93
95
  - lib/boxxspring/resources/playlist.rb
94
96
  - lib/boxxspring/resources/property.rb
95
97
  - lib/boxxspring/resources/reaction.rb
98
+ - lib/boxxspring/resources/school.rb
96
99
  - lib/boxxspring/resources/service.rb
97
100
  - lib/boxxspring/resources/sponsor.rb
98
101
  - lib/boxxspring/resources/story.rb
99
102
  - lib/boxxspring/resources/tag.rb
103
+ - lib/boxxspring/resources/team.rb
100
104
  - lib/boxxspring/resources/text_card.rb
101
105
  - lib/boxxspring/resources/theme.rb
102
106
  - lib/boxxspring/resources/theme_environment.rb