jbr 0.1.0 → 1.0.0

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: bc9bc9183104444f2ae6ef18f456a4053272f4b18a9d69cfbdc8a203528b9ccb
4
- data.tar.gz: 2d72fd9fad3344c30ab9db19accecd336ec83a6b3b030c875ccd00d103a45dd3
3
+ metadata.gz: e80d8cc7babd6cf1085382e8edb6d1e680afada9eda3cfdf8e3372969a15177d
4
+ data.tar.gz: dae5536d6035f67546136f12ffe1fc52d602bdffc8dd5eeba120fec2313c4cd7
5
5
  SHA512:
6
- metadata.gz: 496ecd2ea07ac0f14dfe83b74f2a5ceb318cd7d261f604f351702a20ef2aa2f942ae26dfb9f90a89b5dbb5f708efbbe58947c56cc4fb53d10d0ccd63b1f96f31
7
- data.tar.gz: 221b746aba0ac320f6757462b8600ebdac914ccb943f5988d3a69791f47050aa79a66b7795f37201345b0fff8237b19fe7f5a9077dcc70df55ebc3a318490eac
6
+ metadata.gz: f48b5bf3bf903d427172e3e1aedb004887ade4026049275fadfae98e60eff542d548176910a7e221c6c6c9cfd7ced652a7d0eaae6ea28bc57f7f5f1f06f8bc56
7
+ data.tar.gz: 8cf8d948c812075b068479e25737a0d43999831f2dea87a018d6d62fe8c1049d96bb27076f88173ed91d4bd4ae1939669d768402ee9e8ce8e5c215c14014d909
metadata CHANGED
@@ -1,35 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jbr
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
- - claudiob
7
+ - Claudio Baccigalupo
8
8
  bindir: exe
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies: []
12
- description: The Jobber API Ruby client
12
+ description: Jobber API
13
13
  email:
14
14
  - claudiob@users.noreply.github.com
15
15
  executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
- files:
19
- - CHANGELOG.md
20
- - LICENSE.txt
21
- - README.md
22
- - Rakefile
23
- - lib/jbr.rb
24
- - lib/jbr/version.rb
25
- - sig/jbr.rbs
26
- homepage: https://example.com
18
+ files: []
19
+ homepage: https://github.com/HouseAccountEng/jbr
27
20
  licenses:
28
21
  - MIT
29
22
  metadata:
30
- homepage_uri: https://example.com
31
- source_code_uri: https://example.com
32
- changelog_uri: https://example.com
23
+ homepage_uri: https://github.com/HouseAccountEng/jbr
24
+ source_code_uri: https://github.com/HouseAccountEng/jbr
25
+ changelog_uri: https://github.com/HouseAccountEng/jbr
33
26
  rdoc_options: []
34
27
  require_paths:
35
28
  - lib
@@ -46,5 +39,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
39
  requirements: []
47
40
  rubygems_version: 4.0.3
48
41
  specification_version: 4
49
- summary: The Jobber API Ruby client
42
+ summary: A Ruby client for the Jobber API.
50
43
  test_files: []
data/CHANGELOG.md DELETED
@@ -1,5 +0,0 @@
1
- ## [Unreleased]
2
-
3
- ## [0.1.0] - 2026-05-15
4
-
5
- - Initial release
data/LICENSE.txt DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2026 claudiob
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
data/README.md DELETED
@@ -1,39 +0,0 @@
1
- # Jbr
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/jbr`. To experiment with that code, run `bin/console` for an interactive prompt.
6
-
7
- ## Installation
8
-
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
- ```bash
14
- bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
15
- ```
16
-
17
- If bundler is not being used to manage dependencies, install the gem by executing:
18
-
19
- ```bash
20
- gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
21
- ```
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 the created tag, 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]/jbr.
36
-
37
- ## License
38
-
39
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
data/Rakefile DELETED
@@ -1,8 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require "bundler/gem_tasks"
4
- require "rspec/core/rake_task"
5
-
6
- RSpec::Core::RakeTask.new(:spec)
7
-
8
- task default: :spec
data/lib/jbr/version.rb DELETED
@@ -1,5 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module Jbr
4
- VERSION = "0.1.0"
5
- end
data/lib/jbr.rb DELETED
@@ -1,8 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require_relative "jbr/version"
4
-
5
- module Jbr
6
- class Error < StandardError; end
7
- # Your code goes here...
8
- end
data/sig/jbr.rbs DELETED
@@ -1,4 +0,0 @@
1
- module Jbr
2
- VERSION: String
3
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
- end