logsnag-ruby 0.1.0 → 0.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 290549e28821123d90a3a090d8fbfbddfb4121966467d67e166009956586ad9c
4
- data.tar.gz: 163c0b7bc7ff995f1aa932cfc46348918e53eb618e1f6be4bbf913442eb38837
3
+ metadata.gz: 2eb210e03e0edf0515ee3f9c44863c2b41d4e8120b153bd2d11f70687088785f
4
+ data.tar.gz: d3ab2983435c75534214bf18f23ffee40e8a6aedae82c95f67d482931ef32ff7
5
5
  SHA512:
6
- metadata.gz: 755f3063453f5555b7f5d6c02265d6e28d029055979a9a1f31104abc26cd447ec27415049f90cb6313c52934b29ba6904805847540d5cd443547722e770521e5
7
- data.tar.gz: 716e831b19d6d79d4810647a2c5e3591b860aba9b7d1e47e2b43817d3055455f65e87adc52de4aea8129663f720b200c226a3b1aca08c34448e8355938637845
6
+ metadata.gz: adf67775a738012d6bf4819c5022d4adcc5402c5b6e1eb00f2416eaae28624ed8b68b3b1fd26925bf22c8386515c4ca9b49ff1abade0843d81a636e2a0ef2c89
7
+ data.tar.gz: 4f76c037c1f733bb3b546579933997fca4758604688df5235d8d4740c9f60540631930647e1ee40b50e4d00f90dca5201e78bd7efca5a701b5f4134fb7c2abb5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.2](https://github.com/damonbauer/logsnag-ruby/compare/v0.1.1...v0.1.2) (2026-03-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **deps:** bump httparty to 0.24 ([4cada70](https://github.com/damonbauer/logsnag-ruby/commit/4cada70ca46aa355e923067d0592c8bafcf4c32c)), closes [#18](https://github.com/damonbauer/logsnag-ruby/issues/18)
9
+
10
+ ## [0.1.1](https://github.com/damonbauer/logsnag-ruby/compare/v0.1.0...v0.1.1) (2024-05-14)
11
+
12
+ ### deps
13
+
14
+ * bump rake from 13.1.0 to 13.2.1 ([e26a5c2](https://github.com/damonbauer/logsnag-ruby/commit/e26a5c241075d16d2d5c80e71cff8c54e1e4c704))
15
+ * bump httparty from 0.21.0 to 0.22.0 ([4bbdab9](https://github.com/damonbauer/logsnag-ruby/commit/4bbdab9b5c57eb464f3a2ae09c535ff3362cd411)) (thanks @bradpurchase)
16
+
17
+ ### Miscellaneous Chores
18
+
19
+ * release 0.1.1 ([ae81a33](https://github.com/damonbauer/logsnag-ruby/commit/ae81a33e3d7cd7b63b85f0e9e08d282eb44cd10a))
20
+
3
21
  ## 0.1.0 (2023-11-11)
4
22
 
5
23
  ### 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
@@ -1,3 +1,5 @@
1
+ [![Gem Version](https://badge.fury.io/rb/logsnag-ruby.svg)](https://badge.fury.io/rb/logsnag-ruby)
2
+
1
3
  # logsnag-ruby
2
4
 
3
5
  Interact with the [LogSnag](https://logsnag.com) API to send logs, identify users, and send insights.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LogSnag
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.2"
5
5
  end
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.21.0"
23
+ spec.add_dependency "httparty", "~> 0.24.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.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Damon Bauer
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-11 00:00:00.000000000 Z
11
+ date: 2026-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -16,15 +16,15 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.21.0
19
+ version: 0.24.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.21.0
27
- description:
26
+ version: 0.24.0
27
+ description:
28
28
  email:
29
29
  - damonbauer@protonmail.com
30
30
  executables: []
@@ -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
@@ -58,7 +59,7 @@ metadata:
58
59
  homepage_uri: https://github.com/damonbauer/logsnag-ruby
59
60
  source_code_uri: https://github.com/damonbauer/logsnag-ruby
60
61
  changelog_uri: https://github.com/damonbauer/logsnag-ruby/blob/master/CHANGELOG.md
61
- post_install_message:
62
+ post_install_message:
62
63
  rdoc_options: []
63
64
  require_paths:
64
65
  - lib
@@ -74,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
75
  version: '0'
75
76
  requirements: []
76
77
  rubygems_version: 3.3.26
77
- signing_key:
78
+ signing_key:
78
79
  specification_version: 4
79
80
  summary: Unofficial LogSnag API client, written in Ruby.
80
81
  test_files: []