shortcut_client_ruby 0.0.3 → 0.0.4

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: 108e8680336511d43a752ce1e0bed65ed2c3da7839b4091522cf174f2313fda1
4
- data.tar.gz: 8adb1f3ab03b9e15a3561f5115c532677f7a944d9fcaec1d1e3d3aa5abf43149
3
+ metadata.gz: '09d239ba98c915522af0e376650e53a56c77174bfef72b3968fb85de8181aed1'
4
+ data.tar.gz: 0a4e192cec8e3e5cee649b2dfaf313558f4c5d5fa167f96e8b8bb88fd7cc0920
5
5
  SHA512:
6
- metadata.gz: 6e1b3c99fe76763c25fcbc30343c89d3c9d5fe6c90070b9dc40c1d6102877dea51cfebad8b85736c7eb674ca6ed2915ad0c8a59e86fd2cffada5e52014fce90d
7
- data.tar.gz: 63cec797b2796822f601e2d53133003b8a412313d6d2df070275002fc9b549c26d30a961d6d790f7eed7ae715a656fa88dcb38775a22b12def3640b35ca74366
6
+ metadata.gz: 9ef8f96e6cc85631f9caed3ff6cc8cd890830e37ae59ff3d2b72aa7f10ad93a240cb33650d670467a69ed7ed83d598593f3f2251f29032dc347b69e8ab8d556a
7
+ data.tar.gz: 14fc53c669602d0e62ee8c866bc137abe7e82e5bfbb0d280175940719132c913d4eb218edb1ae686a3d73be5b79c32b2c5a06b57f5b3240ebee0e2c67997cb1c
data/README.md CHANGED
@@ -7,7 +7,7 @@ Shortcut API
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: 3.0
10
- - Package version: 0.0.3
10
+ - Package version: 0.0.4
11
11
  - Build package: io.swagger.codegen.v3.generators.ruby.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,15 +23,15 @@ gem build shortcut_client_ruby.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./shortcut_client_ruby-0.0.3.gem
26
+ gem install ./shortcut_client_ruby-0.0.4.gem
27
27
  ```
28
- (for development, run `gem install --dev ./shortcut_client_ruby-0.0.3.gem` to install the development dependencies)
28
+ (for development, run `gem install --dev ./shortcut_client_ruby-0.0.4.gem` to install the development dependencies)
29
29
 
30
30
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
31
31
 
32
32
  Finally add this to the Gemfile:
33
33
 
34
- gem 'shortcut_client_ruby', '~> 0.0.3'
34
+ gem 'shortcut_client_ruby', '~> 0.0.4'
35
35
 
36
36
  ### Install from Git
37
37
 
data/config.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "gemName": "shortcut_client_ruby",
3
3
  "moduleName": "Shortcut",
4
- "gemVersion": "0.0.3",
4
+ "gemVersion": "0.0.4",
5
5
  "gitUserId": "ngouy",
6
6
  "gitRepoId": "shortcut_client_ruby"
7
7
  }
@@ -3,7 +3,7 @@
3
3
  module Shortcut
4
4
  module Client
5
5
  module Ruby
6
- VERSION = "0.0.3"
6
+ VERSION = "0.0.4"
7
7
  end
8
8
  end
9
9
  end
@@ -10,5 +10,5 @@ Swagger Codegen version: 3.0.35
10
10
  =end
11
11
 
12
12
  module Shortcut
13
- VERSION = '0.0.3'
13
+ VERSION = '0.0.4'
14
14
  end
Binary file
@@ -18,12 +18,12 @@ Gem::Specification.new do |s|
18
18
  s.name = "shortcut_client_ruby"
19
19
  s.version = Shortcut::VERSION
20
20
  s.platform = Gem::Platform::RUBY
21
- s.authors = ["Swagger-Codegen"]
22
- s.email = [""]
23
- s.homepage = "https://github.com/swagger-api/swagger-codegen"
21
+ s.authors = ["ngouy"]
22
+ s.email = ["nathangouy@free.fr"]
23
+ s.homepage = "https://github.com/ngouy/shortcut_client_ruby"
24
24
  s.summary = "Shortcut API Ruby Gem"
25
25
  s.description = "Shortcut API"
26
- s.license = "Unlicense"
26
+ s.license = "MIT"
27
27
  s.required_ruby_version = ">= 1.9"
28
28
 
29
29
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shortcut_client_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
- - Swagger-Codegen
7
+ - ngouy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -72,7 +72,7 @@ dependencies:
72
72
  version: 3.6.0
73
73
  description: Shortcut API
74
74
  email:
75
- - ''
75
+ - nathangouy@free.fr
76
76
  executables: []
77
77
  extensions: []
78
78
  extra_rdoc_files: []
@@ -382,6 +382,7 @@ files:
382
382
  - lib/shortcut_client_ruby/version.rb
383
383
  - shortcut-client-ruby.gemspec
384
384
  - shortcut_client_ruby-0.0.2.gem
385
+ - shortcut_client_ruby-0.0.3.gem
385
386
  - shortcut_client_ruby.gemspec
386
387
  - spec/api/default_api_spec.rb
387
388
  - spec/api_client_spec.rb
@@ -530,9 +531,9 @@ files:
530
531
  - spec/models/workflow_spec.rb
531
532
  - spec/models/workflow_state_spec.rb
532
533
  - spec/spec_helper.rb
533
- homepage: https://github.com/swagger-api/swagger-codegen
534
+ homepage: https://github.com/ngouy/shortcut_client_ruby
534
535
  licenses:
535
- - Unlicense
536
+ - MIT
536
537
  metadata: {}
537
538
  post_install_message:
538
539
  rdoc_options: []