rotessa-rb 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d217b93b89421a40ba97cd893108d6ca8e6eda3e1afd5653c55903ee8640b625
4
- data.tar.gz: fb28bc40c9cc40da851c274a820ef753cbb66f6e065cff698b000699ee9fda35
3
+ metadata.gz: 197f1f3d0fe3471e4d1be7012c4c5e6599b6f96f85e2c3a28f1cd7a9e6667b2f
4
+ data.tar.gz: 643bdc8cf45bbb1bb6337044a65b2af12a5805992a53e722ae489dc326c88d9a
5
5
  SHA512:
6
- metadata.gz: 817cdcaa70b23b5e41f595052b109773cbaba8375114d6b0ed42329c3435b0da41d6584d40e377b7ca4c358d9d9ccf2093ccc4c3a51733105705cb2974eae86b
7
- data.tar.gz: 64852448738a2a7d6506a873c592759020ed8bda132ea0c17470e2933d2c03ee0b8f8434dd5007e52712edae77c3ccb35f615f52d1edd9196f609d79db0f1692
6
+ metadata.gz: 79537c860b8468fe52423472a0a9fcf05d9e82a75de31ffb491f159cfe187872935ee754776b10bfbfbd5611df5a77b4f5e3cb9a110dccf95fc9fa1a41631db2
7
+ data.tar.gz: f7b9a23d85ecdc2b8c2917ed26cadd8c837bd2e5ae16fa89edad44258a58246b234c4625208801ef2129eaf65a8dc4c3c07a4fba47190ec89c20b91dbf271255
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rotessa-rb (0.1.0)
4
+ rotessa-rb (0.1.1)
5
5
  activesupport (>= 6.0)
6
6
  httparty (~> 0.21)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (7.0.4)
11
+ activesupport (7.0.4.2)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
13
  i18n (>= 1.6, < 2)
14
14
  minitest (>= 5.1)
@@ -90,6 +90,7 @@ GEM
90
90
  PLATFORMS
91
91
  arm64-darwin-21
92
92
  arm64-darwin-22
93
+ x86_64-linux
93
94
 
94
95
  DEPENDENCIES
95
96
  debug
@@ -1,5 +1,4 @@
1
1
  require "httparty"
2
- require "debug"
3
2
 
4
3
  class Rotessa::Client
5
4
  include HTTParty
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rotessa
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rotessa-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carl Mercier