boxxspring 2.1.2 → 2.1.3

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: cab2dc28f0a1d1b90504b8f737dfc8ae66daa9b5
4
- data.tar.gz: 6280224848f0dc0d9ba323a501ffc8d8b260fc84
3
+ metadata.gz: f6c38b1ce5ea0b35d62d7b65851c1b1029022c1c
4
+ data.tar.gz: a925c5c15957038f43306a26b65edca5ecf08ea7
5
5
  SHA512:
6
- metadata.gz: d9524d24452161b86193eedb3ff9a6f3ef8561218d752d7afcf501d2e67e2fb0cf6cb9b55709bd11e3dd872ec14196300267e1cc6b59f1e4b16d28602365631e
7
- data.tar.gz: 9cd12e684a22f45ff607441ebc6b75035179ed913c093fbe84396464dfbad1dedd20f7ed0abe25cc9cf09e0e641f3415ca269504de749831a90ebe1a0db95646
6
+ metadata.gz: 43933fec252076629aacbbbe09aaf26b385c374e04a2cbf68fa2903efe68c4b3c6f911fc34a2ae17aaf837492c5e443782de63b48a522fd882d0c076456a3d32
7
+ data.tar.gz: ca0fe8fde94cde19d16a2b9e2e19510340445a4a7d8ee50f752703cd408144561dbc537ca54eab849563da7ff45d6f7860c683f7f9fb466ff75bb03b9fffc029
@@ -0,0 +1,9 @@
1
+ module Boxxspring
2
+
3
+ class FlamaSubscriptionTask < Task
4
+
5
+
6
+
7
+ end
8
+
9
+ end
@@ -0,0 +1,17 @@
1
+ module Boxxspring
2
+
3
+ class VideosIngestionTask < Task
4
+
5
+ field :name
6
+ field :description
7
+ field :tags
8
+ field :originated_at
9
+ field :note
10
+ field :provider_uid
11
+ field :provider_url
12
+ field :video_file_url
13
+ field :picture_file_url
14
+
15
+ end
16
+
17
+ end
@@ -1,3 +1,3 @@
1
1
  module Boxxspring
2
- VERSION = '2.1.2'
2
+ VERSION = '2.1.3'
3
3
  end
data/lib/boxxspring.rb CHANGED
@@ -47,4 +47,6 @@ require 'boxxspring/resources/group'
47
47
  require 'boxxspring/resources/property'
48
48
  require 'boxxspring/resources/service'
49
49
  require 'boxxspring/resources/task'
50
+ require 'boxxspring/resources/flama_subscription_task'
51
+ require 'boxxspring/resources/videos_ingestion_task'
50
52
  require 'boxxspring/resources/videos_picture_task'
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.1.2
4
+ version: 2.1.3
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-01-07 00:00:00.000000000 Z
11
+ date: 2015-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -86,6 +86,7 @@ files:
86
86
  - lib/boxxspring/resources/base.rb
87
87
  - lib/boxxspring/resources/card.rb
88
88
  - lib/boxxspring/resources/error.rb
89
+ - lib/boxxspring/resources/flama_subscription_task.rb
89
90
  - lib/boxxspring/resources/forbidden_error.rb
90
91
  - lib/boxxspring/resources/group.rb
91
92
  - lib/boxxspring/resources/malformed_parameter_error.rb
@@ -115,6 +116,7 @@ files:
115
116
  - lib/boxxspring/resources/video_card.rb
116
117
  - lib/boxxspring/resources/video_source.rb
117
118
  - lib/boxxspring/resources/video_source_segment.rb
119
+ - lib/boxxspring/resources/videos_ingestion_task.rb
118
120
  - lib/boxxspring/resources/videos_picture_task.rb
119
121
  - lib/boxxspring/response.rb
120
122
  - lib/boxxspring/serializer.rb