bunny-sdk 0.0.0 → 0.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 +7 -25
- data/lib/bunny/sdk/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 82ffc76fa530cc5f0b6993205ed323e9f2e27fbf7a9b31187fd3b30e03570a59
|
4
|
+
data.tar.gz: f86eb0b7eb26b03c0f8b7f6b338afc2548dc1c7f750f2caeb315e84937101043
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad56338ebea9441eb00d3d8a62f8eb070a183717cee0ab403195880d7255f14fb645bb14b82f6fe2f716268c63ab133e9f229339b1a3ea30cd224489e0f3ad6f
|
7
|
+
data.tar.gz: b527e9b8bf7861116113d10b03e7996f1a79c2e7f51b28e8782f7dbaf172b650a94daef7446dee50c382111350c7e969c55d0ee1a16039f139b6a486c6d3974f
|
data/README.md
CHANGED
@@ -1,31 +1,13 @@
|
|
1
|
-
#
|
1
|
+
# bunny-sdk
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/bunny/sdk`. To experiment with that code, run `bin/console` for an interactive prompt.
|
3
|
+
[](https://rubygems.org/gems/bunny-sdk)
|
6
4
|
|
7
5
|
## Installation
|
8
6
|
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
$ bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
|
14
|
-
|
15
|
-
If bundler is not being used to manage dependencies, install the gem by executing:
|
16
|
-
|
17
|
-
$ gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
|
18
|
-
|
19
|
-
## Usage
|
20
|
-
|
21
|
-
TODO: Write usage instructions here
|
22
|
-
|
23
|
-
## Development
|
24
|
-
|
25
|
-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
26
|
-
|
27
|
-
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 the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
7
|
+
```shell
|
8
|
+
bundler add bunny-sdk
|
9
|
+
```
|
28
10
|
|
29
|
-
##
|
11
|
+
## Documentation
|
30
12
|
|
31
|
-
|
13
|
+
Please read the [docs](https://bunny-launcher.net/bunny-sdk/languages/ruby/) for usage and examples.
|
data/lib/bunny/sdk/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bunny-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John L. Armstrong IV
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: microsoft_kiota_abstractions
|