logsnag-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 +4 -4
- data/CHANGELOG.md +11 -0
- data/CONTRIBUTING.md +57 -0
- data/README.md +2 -0
- data/lib/logsnag/version.rb +1 -1
- data/logsnag.gemspec +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c7759a3aca871324d4e3ef3ab1e44768383fecc3800d68ad01effab944f2b3a2
|
4
|
+
data.tar.gz: f7de398d5bcb48868f087d04f267c736d4860114ff9d828486f550c9e46a0f89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df108c2a6f3ecbba1b32fd89c1c2e9bbee66d1c3b8610cef1b39d818736bae124ecb4c96f828d6dcb396bf9eca95e7a3ee69a5d45bde6c91d314e87807b5c3df
|
7
|
+
data.tar.gz: 2eb6051e2ed7e6c772e0d51d6abcec02f8ac16a9cb46f4b0554304269e3323d28d0a4721ef289d57839747c7a9e5661409e55df04fb5f2643da19163b7baac5e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [0.1.1](https://github.com/damonbauer/logsnag-ruby/compare/v0.1.0...v0.1.1) (2024-05-14)
|
4
|
+
|
5
|
+
### deps
|
6
|
+
|
7
|
+
* bump rake from 13.1.0 to 13.2.1 ([e26a5c2](https://github.com/damonbauer/logsnag-ruby/commit/e26a5c241075d16d2d5c80e71cff8c54e1e4c704))
|
8
|
+
* bump httparty from 0.21.0 to 0.22.0 ([4bbdab9](https://github.com/damonbauer/logsnag-ruby/commit/4bbdab9b5c57eb464f3a2ae09c535ff3362cd411)) (thanks @bradpurchase)
|
9
|
+
|
10
|
+
### Miscellaneous Chores
|
11
|
+
|
12
|
+
* release 0.1.1 ([ae81a33](https://github.com/damonbauer/logsnag-ruby/commit/ae81a33e3d7cd7b63b85f0e9e08d282eb44cd10a))
|
13
|
+
|
3
14
|
## 0.1.0 (2023-11-11)
|
4
15
|
|
5
16
|
### Features
|
data/CONTRIBUTING.md
ADDED
@@ -0,0 +1,57 @@
|
|
1
|
+
# Contributing
|
2
|
+
|
3
|
+
There are many ways you can contribute:
|
4
|
+
|
5
|
+
- Reporting bugs
|
6
|
+
- Suggesting enhancements
|
7
|
+
- Improving documentation
|
8
|
+
- Submitting pull requests
|
9
|
+
|
10
|
+
## Reporting Bugs
|
11
|
+
|
12
|
+
Bugs are tracked as [GitHub issues](https://github.com/damonbauer/logsnag-ruby/issues). Create an issue and provide the following information:
|
13
|
+
|
14
|
+
- A clear and descriptive title
|
15
|
+
- A detailed description of the issue
|
16
|
+
- Steps to reproduce the behavior
|
17
|
+
- Expected behavior
|
18
|
+
- Additional context (if any - stacktraces, screenshots, etc)
|
19
|
+
|
20
|
+
## Suggesting Enhancements
|
21
|
+
|
22
|
+
Enhancement suggestions are also tracked as GitHub issues. When suggesting an enhancement:
|
23
|
+
|
24
|
+
- Use a clear and descriptive title
|
25
|
+
- Provide a detailed description of the proposed feature
|
26
|
+
- Explain why this enhancement would be useful to most users
|
27
|
+
- Provide examples to demonstrate the desired behavior
|
28
|
+
|
29
|
+
## Pull Requests
|
30
|
+
|
31
|
+
Pull requests are welcome. Here's how to get started:
|
32
|
+
|
33
|
+
1. Fork the repository.
|
34
|
+
2. Create a new branch: `git checkout -b my-new-feature`.
|
35
|
+
3. Get the project running by executing `bin/setup`.
|
36
|
+
4. Make your changes & add tests.
|
37
|
+
5. Run `bundle exec rake` to ensure **all** tests and Rubocop checks pass.
|
38
|
+
6. Commit your changes: `git commit -am 'Add some feature'`.
|
39
|
+
7. Push to the branch: `git push origin my-new-feature`.
|
40
|
+
8. Submit a pull request.
|
41
|
+
|
42
|
+
Ask for help if you need it!
|
43
|
+
|
44
|
+
### Code Review
|
45
|
+
|
46
|
+
Every pull request will go through a code review process. The review may ask for changes before merging. This is a normal part of the process; it ensures that all contributions are of high quality and align with the project's standards.
|
47
|
+
|
48
|
+
## Documentation
|
49
|
+
|
50
|
+
Documentation is the lifeblood of open source, so there are always opportunities to make it better. If you have suggestions or find errors:
|
51
|
+
|
52
|
+
- Open an issue or
|
53
|
+
- Submit a pull request with improvements
|
54
|
+
|
55
|
+
## Questions?
|
56
|
+
|
57
|
+
If you have any questions, feel free to create an issue or contact us directly.
|
data/README.md
CHANGED
data/lib/logsnag/version.rb
CHANGED
data/logsnag.gemspec
CHANGED
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
|
|
20
20
|
spec.metadata["source_code_uri"] = spec.homepage
|
21
21
|
spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/master/CHANGELOG.md"
|
22
22
|
|
23
|
-
spec.add_dependency "httparty", "~> 0.
|
23
|
+
spec.add_dependency "httparty", "~> 0.22.0"
|
24
24
|
|
25
25
|
# Specify which files should be added to the gem when it is released.
|
26
26
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logsnag-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Damon Bauer
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-05-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.22.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
26
|
+
version: 0.22.0
|
27
27
|
description:
|
28
28
|
email:
|
29
29
|
- damonbauer@protonmail.com
|
@@ -35,6 +35,7 @@ files:
|
|
35
35
|
- ".rubocop.yml"
|
36
36
|
- ".tool-versions"
|
37
37
|
- CHANGELOG.md
|
38
|
+
- CONTRIBUTING.md
|
38
39
|
- LICENSE.txt
|
39
40
|
- README.md
|
40
41
|
- Rakefile
|