boxxspring 2.2.4 → 2.2.5

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ca57b73be4832226da9d4b5ebdc4a3311e4d18a
4
- data.tar.gz: b7ec5bd333d0d7d85417c92c2982e34646fecdec
3
+ metadata.gz: cbd4f69a3a63cd9984f0010ecbcf278708e89d20
4
+ data.tar.gz: 146941c7e72c1b27f4028704460a1949a87a724e
5
5
  SHA512:
6
- metadata.gz: 827affbcf7787b3c6ef9ce4579fd0de31d9a88dfbb2df8750ae56f7141e3439a5673df667cfdf335083b13de265750c83df6f6d7b6032bbb4ec908d96467fd38
7
- data.tar.gz: a795099c95602d1d8d5d13fd51b89637077ffeeeed61101e2b1547699c745c701a030b7e812816a2e442ddccee010603d4557562f64c713701cc4649644e7bd4
6
+ metadata.gz: 8227f1046f350d12266f18fb358551e6660755fcbb95513fe582714de2df388c3a6f1206222763f5cad1bcfbe37f655c56d2321962d05bcd1de42c3bd378d7d3
7
+ data.tar.gz: d96cd8b67ab96bd43a7199fa5592f2e69daea445b5028c217e1eaa8064777013e619b1b7e50d886d13f404b2f816e53d32ebb20f023cbd7d6543bbf8a37ba8c6
@@ -0,0 +1,6 @@
1
+ module Boxxspring
2
+
3
+ class PostCard < Card
4
+ end
5
+
6
+ end
@@ -1,3 +1,3 @@
1
1
  module Boxxspring
2
- VERSION = '2.2.4'
2
+ VERSION = '2.2.5'
3
3
  end
data/lib/boxxspring.rb CHANGED
@@ -70,6 +70,7 @@ require 'boxxspring/resources/facebook_page_distribution_task'
70
70
  require 'boxxspring/resources/twitter_distribution_task'
71
71
  require 'boxxspring/resources/youtube_distribution_task'
72
72
  require 'boxxspring/resources/artifact_locator'
73
+ require 'boxxspring/resources/post_card'
73
74
 
74
75
  require 'boxxspring/resources/youtube_channel_service'
75
76
  require 'boxxspring/resources/facebook_page_service'
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.2.4
4
+ version: 2.2.5
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: 2015-05-09 00:00:00.000000000 Z
11
+ date: 2015-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -112,6 +112,7 @@ files:
112
112
  - lib/boxxspring/resources/picture_card.rb
113
113
  - lib/boxxspring/resources/player.rb
114
114
  - lib/boxxspring/resources/playlist.rb
115
+ - lib/boxxspring/resources/post_card.rb
115
116
  - lib/boxxspring/resources/property.rb
116
117
  - lib/boxxspring/resources/reaction.rb
117
118
  - lib/boxxspring/resources/sample.rb