s3_media_server_api 0.1.1 → 0.1.2

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: 6fb4b13fe747e3af3990c2d8a08e4c3ccb60766c
4
- data.tar.gz: 5ce9e75067d2e47f3a7a3e912e4fa052ef2f4265
3
+ metadata.gz: d44077ccfa57782dedd3b0118ccc85df39bae0f3
4
+ data.tar.gz: ecc31290aa5609881007706e961067cc68dfeda2
5
5
  SHA512:
6
- metadata.gz: f5d800aa65a4bd113331b6c1ad922951ba5c2811e9d1e6ded9748171d0f2cb5f7ce8b75837de047cc5fb95a2f31e099db3a56438831dad8e7cedf070085a1cc6
7
- data.tar.gz: 084787667184b2363179070f932a1e1983843701cf57e4935093f4e360ab4e0959304ebfd3e97450dabcb7de8908bcf1890b10552b063cb809a2daa50c99cdfb
6
+ metadata.gz: 10960b6d0abcefef5e28bbb3c7d0b63a8fdd9b18b09cf91eeb01f281e7261249ca6713b24bf1f6dcaa661e6acbeb6ac83b4ae50900478977e630ebde77cae90f
7
+ data.tar.gz: 41c43c2370650dbc439c8214e74f098b501d57326658fc9747cda7ca97e7398cbc66abcf55a41b259813a204ffc829494fcc2c8de2c579b711898f3ad1bf0221
@@ -23,14 +23,12 @@ module S3MediaServerApi
23
23
  #
24
24
  # sends request to cut audio file
25
25
  # parameters: uuid - uuid of file
26
- # audio_url - url of audio file
27
26
  # duration - duration of audio file
28
27
  # start_position - position where cut wil be made
29
28
  #
30
- def cut(uuid, audio_url:, duration:, start_position:)
29
+ def cut(uuid, duration:, start_position:)
31
30
  params = {
32
31
  uuid: uuid,
33
- audio_url: audio_url,
34
32
  duration: duration,
35
33
  start_position: start_position
36
34
  }
@@ -1,3 +1,3 @@
1
1
  module S3MediaServerApi
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: s3_media_server_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ayrat Badykov