mencoro 1.0.0 → 1.0.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: 8f2c309e4f9d914ee8e9d67cf8c0c4b2fd6fcb351351b10d4e9714bbde010ed5
4
- data.tar.gz: 30827e520aecbe6cc2c9e75ebdccca5b3dbb1bb63ac24881820ebc04f5748b9e
3
+ metadata.gz: e5fc151317a6b4621e289f0fe975c150fade504094c947751105c1cdf29b81fb
4
+ data.tar.gz: 8a720dc887d084550fb84fcd3b102ca36ca2f8fd9384a65f84e73f01c0017bed
5
5
  SHA512:
6
- metadata.gz: 1c74fb126f987ced2ab1525e9419ef0e7bfd5ce8bfe7be988d2ae0c2591666218132339c847f660bd82afaa896725770b2462a8b7107a822f43f9599e60d1ac1
7
- data.tar.gz: a17e849bf0802b0198f7a10dabfad3a60b57a74f32f6a68031e1772549257388f7f646810f837bf47555ac30e10930fe41bb1b8d80d7033aa4802556732800ad
6
+ metadata.gz: a6c07c7ac17eb8bbd7ac7560f8aafebca0e80e1f1782a3ff08a01b84e529ef57212825d37b28f41b18c2bc0dd31a4cbcda45232dc978f8fcbe0c5b62683c420e
7
+ data.tar.gz: dc808af3a025f836f7ed3fd376e928cd09514608e0a33227b938c900a2846b4da20bcfcedb90332a887c445dc8a532dc6a456bba5891e3c6b65da904f5ffb1ad
data/README.md CHANGED
@@ -7,7 +7,7 @@ Public API for Mencoro customers. Authenticate with an API key: `Authorization:
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 1.0.0
10
- - Package version: 1.0.0
10
+ - Package version: 1.0.1
11
11
  - Generator version: 7.24.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://mencoro.com/contact/](https://mencoro.com/contact/)
@@ -25,16 +25,16 @@ gem build mencoro.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./mencoro-1.0.0.gem
28
+ gem install ./mencoro-1.0.1.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./mencoro-1.0.0.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./mencoro-1.0.1.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'mencoro', '~> 1.0.0'
37
+ gem 'mencoro', '~> 1.0.1'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -34,7 +34,7 @@ module Mencoro
34
34
  # @option config [Configuration] Configuration for initializing the object, default to Configuration.default
35
35
  def initialize(config = Configuration.default)
36
36
  @config = config
37
- @user_agent = "mencoro-ruby/1.0.0"
37
+ @user_agent = "mencoro-ruby/1.0.1"
38
38
  @default_headers = {
39
39
  'Content-Type' => 'application/json',
40
40
  'User-Agent' => @user_agent
@@ -11,5 +11,5 @@ Generator version: 7.24.0
11
11
  =end
12
12
 
13
13
  module Mencoro
14
- VERSION = '1.0.0'
14
+ VERSION = '1.0.1'
15
15
  end
data/mencoro.gemspec CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
  s.homepage = "https://openapi-generator.tech"
25
25
  s.summary = "Mencoro API Ruby Gem"
26
26
  s.description = "Public API for Mencoro customers. Authenticate with an API key: `Authorization: Bearer mencoro_sk_...`."
27
- s.license = "Unlicense"
27
+ s.license = "MIT"
28
28
  s.required_ruby_version = ">= 2.7"
29
29
  s.metadata = {}
30
30
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mencoro
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -487,7 +487,7 @@ files:
487
487
  - spec/spec_helper.rb
488
488
  homepage: https://openapi-generator.tech
489
489
  licenses:
490
- - Unlicense
490
+ - MIT
491
491
  metadata: {}
492
492
  post_install_message:
493
493
  rdoc_options: []