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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -25
  3. data/lib/bunny/sdk/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af88ab2dac1e73eb3591f57579a88a15223adcf63b134da1c794a0ade3b60196
4
- data.tar.gz: ce2920379acb70b13593c762542b80b3ee590fb848e122937e6e38d84c65f441
3
+ metadata.gz: 82ffc76fa530cc5f0b6993205ed323e9f2e27fbf7a9b31187fd3b30e03570a59
4
+ data.tar.gz: f86eb0b7eb26b03c0f8b7f6b338afc2548dc1c7f750f2caeb315e84937101043
5
5
  SHA512:
6
- metadata.gz: a6df0dabb3873777bda6e45a42229c48074e709ffc2902c4e8de9f59db0c35699950c84d912a77e028784ff2a6019f2a1586b7e1f58873c5465e4b78d5a41f03
7
- data.tar.gz: 1ca39f7684a686ad00c253b3aedad23a854673b3edf063bda045fb58858ed9d6d0a607275fa057936b47af37e8dd2f408b3a8ecf8308f040246974812eb1294f
6
+ metadata.gz: ad56338ebea9441eb00d3d8a62f8eb070a183717cee0ab403195880d7255f14fb645bb14b82f6fe2f716268c63ab133e9f229339b1a3ea30cd224489e0f3ad6f
7
+ data.tar.gz: b527e9b8bf7861116113d10b03e7996f1a79c2e7f51b28e8782f7dbaf172b650a94daef7446dee50c382111350c7e969c55d0ee1a16039f139b6a486c6d3974f
data/README.md CHANGED
@@ -1,31 +1,13 @@
1
- # TODO
1
+ # bunny-sdk
2
2
 
3
- TODO: Delete this and the text below, and describe your gem
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
+ [![Gem Version](https://img.shields.io/gem/v/bunny-sdk?color=blue)](https://rubygems.org/gems/bunny-sdk)
6
4
 
7
5
  ## Installation
8
6
 
9
- TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
10
-
11
- Install the gem and add to the application's Gemfile by executing:
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
- ## Contributing
11
+ ## Documentation
30
12
 
31
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/bunny-sdk.
13
+ Please read the [docs](https://bunny-launcher.net/bunny-sdk/languages/ruby/) for usage and examples.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bunny
4
4
  module Sdk
5
- VERSION = "0.0.0"
5
+ VERSION = "0.0.1"
6
6
  end
7
7
  end
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.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-15 00:00:00.000000000 Z
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