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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba842c75819ad196345a640bb058aaa398b5ed6ada2e7610ff15d080b0613d1b
4
- data.tar.gz: 6ea6b97c6b33a6503dc9921761b23fb86d9a0851a307294d248134259038c00f
3
+ metadata.gz: 3c3dfe21a031dae373ff770aa0a2662c11ac81821d13bdf674a18f41272dc987
4
+ data.tar.gz: e5c2ba572940b850a4d3bf1a415c37e7947d17e8eb096503a1da590d327ecaf8
5
5
  SHA512:
6
- metadata.gz: 273137f5386f5fa57d420644e1c0e083f98d658957995023434ce8ae0acecf4897785e65319c72d3ef44e2d3d562c90a634a2b02879cd8a76575755b90a359e1
7
- data.tar.gz: 64d920b54c4e272d2a334c51844aa912478e37e6e988f9bb982106262387beec817030c688882225c06c82285c08fa06cdd3a98e10e447c69c5eb21fb3797b5d
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 [spec/support/sanitizer.rb](/Users/avi/Development/code/waves-rubygem-cli-api/spec/support/sanitizer.rb) are intended to make that scrubbing repeatable, but contributors are still responsible for reviewing the final artifact before committing it.
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 [spec/support/sanitizer.rb](/Users/avi/Development/code/waves-rubygem-cli-api/spec/support/sanitizer.rb) before committing any captured API data.
92
+ Use the sanitization patterns in `spec/support/sanitizer.rb` before committing any captured API data.
93
93
 
94
- See [CONTRIBUTING.md](/Users/avi/Development/code/waves-rubygem-cli-api/CONTRIBUTING.md) for the full policy.
94
+ See `CONTRIBUTING.md` for the full policy.
data/lib/waves/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Waves
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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-gems"
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.0
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-gems
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-gems
52
- changelog_uri: https://github.com/aviflombaum/waves-gems/releases/tag/v0.1.0
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