multi_video_streaming 1.0.1.beta6 → 1.0.1.beta8

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
  SHA256:
3
- metadata.gz: 3f01a78b03269551e463812ba899a4a1cac55b14f2690625356fc423b8fcc02a
4
- data.tar.gz: 0dab500b9a3e956f6b0893fa3a0220382ac1c22897a1a8da6ddd0cfe057c48c9
3
+ metadata.gz: af872bfa3d4816c8b0f46ecfe0851a777bae6ecacdcb44724bac9fcb29af4246
4
+ data.tar.gz: 3fb4d1d901d3632e6318cef16bae7b87c0a128349b0d3cc0f44a75ed0c2a47c4
5
5
  SHA512:
6
- metadata.gz: 45d14d8e39a762ac4a8ab6a9c77184bb40bcab546fbeffbd94f7d3e8bcb00ea82f517cc98b1a1e11eba7415775588042d3363d152bec6b6fe03d9af94cfa1287
7
- data.tar.gz: bf180a6375cc2dca09447e3ecdf072343b7354c363135783b39453ac6f47d93a0acb09a2e18e64851c94ee30f0a0b4fc9b18db58d2b504a43adb5f8def0e73ff
6
+ metadata.gz: c903461dd52ae3aaee069e72f865ef0a0bb4d4a81a71364979ea14d48a8e6e0fb20268fc840a279f0ec10755ee39526905bcc1fde031c3f323b7bfd478634133
7
+ data.tar.gz: be015c05c930d2b00ed594d0f8fe8df6f0370ded90125a0d5d7e47582c3610529536b57a90177ce70ae46efc8677a28771de0b8c812b1d77817f133b4e9109e6
@@ -1,5 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "multi_video_streaming/helpers/title_from_url"
4
3
  require "multi_video_streaming/helpers/sort_files_array_by_label"
5
4
  require "multi_video_streaming/helpers/get_default_error_message"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MultiVideoStreaming
4
- VERSION = "1.0.1.beta6"
4
+ VERSION = "1.0.1.beta8"
5
5
  end
@@ -19,7 +19,7 @@ require "multi_video_streaming/version"
19
19
  require "multi_video_streaming/validators"
20
20
 
21
21
  module MultiVideoStreaming
22
- def self.upload(url:, title:, *platforms)
22
+ def self.upload(url, title, *platforms)
23
23
  MultiVideoStreaming::Validators::PlatformsArrayValidator.validate(platforms_array: platforms)
24
24
  MultiVideoStreaming::Validators::PlatformsHashValidator.validate(platforms_hash: platforms, method: :create, number_of_platforms: platforms.length)
25
25
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multi_video_streaming
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1.beta6
4
+ version: 1.0.1.beta8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henrique Schmeller