Sha256: caa3fcfb3eec31f4dac46c010e3b8a7305a05100587c0cd13a9da0caf4807a52

Contents?: true

Size: 909 Bytes

Versions: 11

Compression:

Stored size: 909 Bytes

Contents

# Svix Ruby

Please refer to [the documentation](https://docs.svix.com) for usage instructions.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'svix'
```

And then execute:

```sh
bundle
```

Or install it yourself as:

```sh
gem install svix
```

## Development

After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).


### Run Tests

bundle exec rspec spec


### Build & Upload

```sh
gem build svix.gemspec

gem push pkg/svix-<VERSION>.gem
```

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
svix-0.45.0 README.md
svix-0.44.0 README.md
svix-0.43.2 README.md
svix-0.41.0 README.md
svix-0.40.0 README.md
svix-0.39.0 README.md
svix-0.38.0 README.md
svix-0.37.0 README.md
svix-0.36.0 README.md
svix-0.34.1 README.md
svix-0.32.0 README.md