coconutrb 3.0.0 → 3.0.1

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: 7aa3f69b0c70c759598d976f4d17b5bd0fd7f6606af16d0963997357de1990f6
4
- data.tar.gz: fc07ef5a74c85511ecd75d0f2e1d3106828ba843f887ff50a9f6274d868a44ad
3
+ metadata.gz: 0786ab160e4d474202710a94f4484088da0b6d8917613dca342861ad18de9452
4
+ data.tar.gz: c07f1e5285cec5708268791435bb37a3d188dff3e3236fd5cb34d8e402432596
5
5
  SHA512:
6
- metadata.gz: 640e39db9a079f9a77560a0c600c25debdab49e69db0c91e551f872a9060a8e6a1e90c0ad305c73df566d31d578fe6cce9cee431380f67c66fe63a0ed2aff419
7
- data.tar.gz: 9ad2757fb32aee75a13051ad793483ba06c332519cdfb4638ef0fb5969e52c1b8b2e1e1b0e91d3083904b7a723f7e5d18b5380a5aa6ef0a0e1841da5fb78b530
6
+ metadata.gz: 2fec4406607bccc87ae4eccb499daa8f549ac92524342da2f502d70b2efcd3429cb5e296116237d26d3cd362198ff8c2203732ee8e18a0bf79c0b749d4b68399
7
+ data.tar.gz: d712ec47de5bb2a9ae128aeb71a65ea0e9faf9150c2ec21cdfefb5be55c246ae7977c33c0ab0a91bb32fa47a74e46d75476143164f50068c8c453826eea63ce4
data/README.md CHANGED
@@ -34,6 +34,7 @@ bundle install
34
34
 
35
35
  The library needs you to set your API key which can be found in your [dashboard](https://app.coconut.co/api). Webhook URL and storage settings are optional but are very convenient because you set them only once.
36
36
 
37
+
37
38
  ```ruby
38
39
  Coconut.api_key = 'k-api-key'
39
40
 
@@ -48,7 +49,7 @@ Coconut.storage = {
48
49
  region: "us-east-1",
49
50
  credentials: {
50
51
  access_key_id: "access-key",
51
- secret_access_key: "secret-key"
52
+ secret_access_key: "secret-key"
52
53
  }
53
54
  }
54
55
  ```
@@ -1,3 +1,3 @@
1
1
  module Coconut
2
- VERSION = "3.0.0"
2
+ VERSION = "3.0.1"
3
3
  end
File without changes
data/test/coconut_test.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  $LOAD_PATH.unshift(::File.join(::File.dirname(__FILE__), "..", "lib"))
2
2
 
3
3
  require "test/unit"
4
- require "coconut"
4
+ require "coconutrb"
5
5
 
6
6
  class CoconutTest < Test::Unit::TestCase
7
7
  INPUT_URL = "https://s3-eu-west-1.amazonaws.com/files.coconut.co/bbb_800k.mp4"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coconutrb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Coconut
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-15 00:00:00.000000000 Z
11
+ date: 2021-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: http
@@ -33,13 +33,13 @@ files:
33
33
  - ".gitignore"
34
34
  - README.md
35
35
  - coconutrb.gemspec
36
- - lib/coconut.rb
37
36
  - lib/coconut/api.rb
38
37
  - lib/coconut/client.rb
39
38
  - lib/coconut/error.rb
40
39
  - lib/coconut/job.rb
41
40
  - lib/coconut/metadata.rb
42
41
  - lib/coconut/version.rb
42
+ - lib/coconutrb.rb
43
43
  - test/coconut_test.rb
44
44
  homepage: https://coconut.co
45
45
  licenses: