boxxspring 2.7.8 → 2.7.9

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: 5e4bdd3210074475482e7b54d6528cebfd9d0804
4
- data.tar.gz: 72246141bb803167d717cb15dd160e9997a12789
3
+ metadata.gz: 9ccf6a187922f28fafd4cbb5de82f5ed0942322d
4
+ data.tar.gz: e7edeab48535be96799a2687133ce3831e1979b6
5
5
  SHA512:
6
- metadata.gz: e672f5021a9979849bc22fc2df61e733721e45c286b8fea64cf8d92933d7ef2903a99335c653a71d650522d47b2d9f94c57d26c743718a9adf3e4f2f0123660f
7
- data.tar.gz: 7faacc3b5bd7cbc5bab6aa953452f0fa800dbf2751adae84c0398d222b8e4ac2f56ca2a1f5c8f6d378808768d46f03a8522ceaceaae051c3f501947cea0a7614
6
+ metadata.gz: e2cbab48ae9b19127e2597733a75ba4558630f25daa4088b6a95626e6289e8fac529c8d3cde51260d203c0aacd4b3c1d14fc95e0d748d240de3fbf3a63afe7b5
7
+ data.tar.gz: 6a62d63866e2c3f9debbfdef1fa13a02e833f78a8c9e04d479e0346c6149cc7ea630c6097ba3d85f0f8f6291b7c656f6942f6e52bf863bdb34fcad1b0b2bf42f
@@ -3,6 +3,8 @@ module Boxxspring
3
3
 
4
4
  field :stream_url
5
5
  field :stream_key
6
+ field :authentication_username
7
+ field :authentication_password
6
8
 
7
9
  end
8
10
  end
@@ -3,6 +3,8 @@ module Boxxspring
3
3
  class RtmpStreamDistributionActivity < Activity
4
4
  field :stream_key
5
5
  field :stream_url
6
+ field :authentication_username
7
+ field :authentication_password
6
8
  end
7
9
 
8
10
  end
@@ -4,6 +4,8 @@ module Boxxspring
4
4
  field :distribution_id
5
5
  field :stream_url
6
6
  field :stream_key
7
+ field :authentication_username
8
+ field :authentication_password
7
9
  end
8
10
 
9
11
  end
@@ -1,3 +1,3 @@
1
1
  module Boxxspring
2
- VERSION = '2.7.8'
2
+ VERSION = '2.7.9'
3
3
  end
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.7.8
4
+ version: 2.7.9
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: 2017-02-22 00:00:00.000000000 Z
11
+ date: 2017-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -199,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
199
199
  version: '0'
200
200
  requirements: []
201
201
  rubyforge_project:
202
- rubygems_version: 2.2.2
202
+ rubygems_version: 2.6.8
203
203
  signing_key:
204
204
  specification_version: 4
205
205
  summary: Bedrocket Media Ventrures Boxxspring property API.