shortcut_client_ruby 0.0.3 → 0.0.4
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 +4 -4
- data/README.md +4 -4
- data/config.json +1 -1
- data/lib/shortcut/client/ruby/version.rb +1 -1
- data/lib/shortcut_client_ruby/version.rb +1 -1
- data/shortcut_client_ruby-0.0.3.gem +0 -0
- data/shortcut_client_ruby.gemspec +4 -4
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '09d239ba98c915522af0e376650e53a56c77174bfef72b3968fb85de8181aed1'
|
|
4
|
+
data.tar.gz: 0a4e192cec8e3e5cee649b2dfaf313558f4c5d5fa167f96e8b8bb88fd7cc0920
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
26
|
+
gem install ./shortcut_client_ruby-0.0.4.gem
|
|
27
27
|
```
|
|
28
|
-
(for development, run `gem install --dev ./shortcut_client_ruby-0.0.
|
|
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.
|
|
34
|
+
gem 'shortcut_client_ruby', '~> 0.0.4'
|
|
35
35
|
|
|
36
36
|
### Install from Git
|
|
37
37
|
|
data/config.json
CHANGED
|
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 = ["
|
|
22
|
-
s.email = [""]
|
|
23
|
-
s.homepage = "https://github.com/
|
|
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 = "
|
|
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.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
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/
|
|
534
|
+
homepage: https://github.com/ngouy/shortcut_client_ruby
|
|
534
535
|
licenses:
|
|
535
|
-
-
|
|
536
|
+
- MIT
|
|
536
537
|
metadata: {}
|
|
537
538
|
post_install_message:
|
|
538
539
|
rdoc_options: []
|