waves-ruby 0.1.0 → 0.1.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/CONTRIBUTING.md +1 -1
- data/README.md +2 -2
- data/lib/waves/version.rb +1 -1
- data/waves-ruby.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3c3dfe21a031dae373ff770aa0a2662c11ac81821d13bdf674a18f41272dc987
|
|
4
|
+
data.tar.gz: e5c2ba572940b850a4d3bf1a415c37e7947d17e8eb096503a1da590d327ecaf8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13b47feb7266cef5ed7e4b63b771871a41fe4a73d67a9688172a01aeac47eaafafd1d22d091b508003e07488143b04647c25cf79e72a4d5ef9d7ccfebe9b20e4
|
|
7
|
+
data.tar.gz: e60decd81526cb7855d414fb081e3196ac34daa9c86f18da1a18bce6de93eb4167b17eaf95fb2ad4ae2bfc140dcae962486920eab796269eb4192710f37687d3
|
data/CONTRIBUTING.md
CHANGED
|
@@ -35,4 +35,4 @@ Copy `.env.example` to `.env` if you want to run live API verification locally.
|
|
|
35
35
|
- Replace signed or temporary media URLs.
|
|
36
36
|
- Replace participant emails and other personal identifiers.
|
|
37
37
|
|
|
38
|
-
The helper patterns in
|
|
38
|
+
The helper patterns in `spec/support/sanitizer.rb` are intended to make that scrubbing repeatable, but contributors are still responsible for reviewing the final artifact before committing it.
|
data/README.md
CHANGED
|
@@ -89,6 +89,6 @@ WAVES_LIVE=1 WAVES_RECORD_LIVE=1 bundle exec rspec spec/waves/live/client_live_s
|
|
|
89
89
|
|
|
90
90
|
Those recordings stay under `spec/cassettes/local/` and must not be committed. If you want to keep an example response in the repo, convert it into a sanitized fixture under `spec/fixtures/waves/` or a scrubbed example cassette under `spec/cassettes/examples/`.
|
|
91
91
|
|
|
92
|
-
Use the sanitization patterns in
|
|
92
|
+
Use the sanitization patterns in `spec/support/sanitizer.rb` before committing any captured API data.
|
|
93
93
|
|
|
94
|
-
See
|
|
94
|
+
See `CONTRIBUTING.md` for the full policy.
|
data/lib/waves/version.rb
CHANGED
data/waves-ruby.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.email = ["git@avi.nyc"]
|
|
8
8
|
spec.summary = "Ruby API client and CLI for the Wave API"
|
|
9
9
|
spec.description = "A small Ruby API client and CLI for working with the Wave API."
|
|
10
|
-
spec.homepage = "https://github.com/aviflombaum/waves-
|
|
10
|
+
spec.homepage = "https://github.com/aviflombaum/waves-ruby"
|
|
11
11
|
spec.license = "MIT"
|
|
12
12
|
spec.required_ruby_version = ">= 3.2"
|
|
13
13
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: waves-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Avi Flombaum
|
|
@@ -44,12 +44,12 @@ files:
|
|
|
44
44
|
- lib/waves/request.rb
|
|
45
45
|
- lib/waves/version.rb
|
|
46
46
|
- waves-ruby.gemspec
|
|
47
|
-
homepage: https://github.com/aviflombaum/waves-
|
|
47
|
+
homepage: https://github.com/aviflombaum/waves-ruby
|
|
48
48
|
licenses:
|
|
49
49
|
- MIT
|
|
50
50
|
metadata:
|
|
51
|
-
source_code_uri: https://github.com/aviflombaum/waves-
|
|
52
|
-
changelog_uri: https://github.com/aviflombaum/waves-
|
|
51
|
+
source_code_uri: https://github.com/aviflombaum/waves-ruby
|
|
52
|
+
changelog_uri: https://github.com/aviflombaum/waves-ruby/releases/tag/v0.1.1
|
|
53
53
|
rdoc_options: []
|
|
54
54
|
require_paths:
|
|
55
55
|
- lib
|