superclient 0.1.1 → 0.1.2

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: d00ec2911ad223746a0a9a2f5f708dda0e9f4de6789c115dd9279d7db0ac3b7d
4
- data.tar.gz: 69ab6e5caed9d4725fb147f52ba2a134ef5dfc3b46a36ea352764ee5be7778e7
3
+ metadata.gz: 6112e6023a56981fb56002d3b3cd45333e2b9afe51a419639bacaf1ef20107d0
4
+ data.tar.gz: 6eb2c6d4d13712ad5b84d4709ee9849d97b52a2845f09aa6495c175fd04051bd
5
5
  SHA512:
6
- metadata.gz: 5c2846793d69a1a8333d00e9a5d97dcab349b657a1e5cbb2af1e589d259ac0e78311ed49de374e4a10764656d2f4ef40538db767acbbd4d1c5aad46f201506b1
7
- data.tar.gz: 6cb38b40b71aa1a3605f591f1699d3c9ad5d70724bc32768be2c85e7664b23a2369865a5539a808cd7b402c926e254bc78e65a190703e9b376af427f1541b727
6
+ metadata.gz: 619adf5420e1ce2be4799b6b180aca38e18d2ca0157c8646d4bc4cb39bbc96a8de67f501ac3d3837ffa1213668d247fcf08b86064fa24226bd831ee735342f1b
7
+ data.tar.gz: 9f775d89ad2bd713def87b9a82ce7dc7de8612350aa3534d02bcfa0473d42a11e6b119561e9a46d1dd7925f1d62f108f4dc3e2e5053108fc422b8cfaa4eb1b3e
data/Gemfile CHANGED
@@ -5,8 +5,7 @@ source "https://rubygems.org"
5
5
  # Specify your gem's dependencies in superclient.gemspec
6
6
  gemspec
7
7
 
8
+ gem "pry", "~> 0.14.2"
8
9
  gem "rake", "~> 13.0"
9
10
  gem "rspec", "~> 3.0"
10
11
  gem "rubocop", "~> 1.21"
11
-
12
- gem "pry", "~> 0.14.2"
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- superclient (0.1.1)
4
+ superclient (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Superclient
2
2
 
3
- One client to rule them all. Superclient helps you to query all kinds of endpoints. It can interact with REST, SOAP and gRPC endpoints.
3
+ One client to rule them all. Superclient queries all kinds of endpoints. Interacts with REST, SOAP and gRPC endpoints.
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Superclient
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
data/superclient.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["kerandisylvance@gmail.com"]
10
10
 
11
11
  spec.summary = "One client to rule them all."
12
- spec.description = "Superclient helps you to query all kinds of endpoints. It can interact with REST, SOAP and gRPC endpoints."
12
+ spec.description = "Superclient queries all kinds of endpoints. Interacts with REST, SOAP and gRPC endpoints."
13
13
  spec.homepage = "https://github.com/Sylvance/superclient/blob/main/README.md"
14
14
  spec.required_ruby_version = ">= 2.6.0"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: superclient
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sylvance
@@ -10,8 +10,8 @@ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2023-01-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Superclient helps you to query all kinds of endpoints. It can interact
14
- with REST, SOAP and gRPC endpoints.
13
+ description: Superclient queries all kinds of endpoints. Interacts with REST, SOAP
14
+ and gRPC endpoints.
15
15
  email:
16
16
  - kerandisylvance@gmail.com
17
17
  executables: []