bugsnag-jets 0.1.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c337d019bb44ceb853b078c970bbde847a66c14a0629284af9742ed29803a28
4
- data.tar.gz: 3b42b419f3029734b4212986d5999438d8256be4cfc540921322d6062d95df1b
3
+ metadata.gz: 5e6336ec08ac8cb932d337a60db8ed2111ba5df73db8e3b451084b63951d8730
4
+ data.tar.gz: 5383161dad22a7efbfc539c508b6de3047f283623cbbabcf5aad0135f9fc4bbd
5
5
  SHA512:
6
- metadata.gz: 8952e939d299bbcf8b72409a3c017e63f07be8889fb09fe63b1ce7e91a14c1062a8fdbe597a247429cbd3d6ed74f6cfc6876bff38d83672614ecab347fd3ac5c
7
- data.tar.gz: 0a1017a0c5e33ade1680dfc70b5cf199538f62812b499b2d115cceb7f24ecb578cb4d392d078c41126154498d48d566fe7e9908e9fe9ac9f47d95a87d87bb8ae
6
+ metadata.gz: 0c6e0edc5c01d471b5aba8f22575a6a70ffdf8c0faa8811d552233826294068d2a77a3dcd6beeff9708f842778ef38e14804aa83bfa96877a6c950cae8bc3b47
7
+ data.tar.gz: b3abbf65519e977fa16ed9f651f982ffa652ac4d88aab950ff532c1f2749b8a3b474602142b744f79834d8ea13b2ff8826b07c47f0e34401c5b3a86c35c7f796
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bugsnag-jets (0.1.0)
4
+ bugsnag-jets (1.0.0)
5
5
  bugsnag
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -1,40 +1,15 @@
1
- # Bugsnag::Jets
1
+ This gems adds [Bugsnag](https://www.bugsnag.com/) support to the serverless [Ruby Jets Framework](https://rubyonjets.com/).
2
2
 
3
- 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/bugsnag/jets`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ This is not an official gem supported by [Bugsnag](https://www.bugsnag.com/).
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
5
+ # Installation
6
+
7
+ Add this line to your Gemfile:
8
+
9
+ `gem 'bugsnag-jets'`
10
+
11
+ And then execute:
12
+
13
+ `bundle`
6
14
 
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'bugsnag_jets-jets'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle install
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install bugsnag-jets
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- 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.
30
-
31
- 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).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/bugsnag-jets.
36
-
37
-
38
- ## License
39
-
40
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
15
+ Add the env variable `BUGSNAG_API_KEY` to your Jets .env file.
@@ -1,3 +1,3 @@
1
1
  module BugsnagJets
2
- VERSION = "0.1.0"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bugsnag-jets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Geselle