coconutrb 3.0.0 → 3.0.1
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 +4 -4
- data/README.md +2 -1
- data/lib/coconut/version.rb +1 -1
- data/lib/{coconut.rb → coconutrb.rb} +0 -0
- data/test/coconut_test.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0786ab160e4d474202710a94f4484088da0b6d8917613dca342861ad18de9452
|
|
4
|
+
data.tar.gz: c07f1e5285cec5708268791435bb37a3d188dff3e3236fd5cb34d8e402432596
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
52
|
+
secret_access_key: "secret-key"
|
|
52
53
|
}
|
|
53
54
|
}
|
|
54
55
|
```
|
data/lib/coconut/version.rb
CHANGED
|
File without changes
|
data/test/coconut_test.rb
CHANGED
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.
|
|
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-
|
|
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:
|