gateway-sdk 0.2.2 → 0.2.3

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
  SHA1:
3
- metadata.gz: afa363d8ff08242faf8de5636b862508b375c08a
4
- data.tar.gz: 06b2cc15c1e7ce0fc7498a1e6d69605ad660749c
3
+ metadata.gz: 4670e6f1b12cceab40463aa30ac03bd18f4b357e
4
+ data.tar.gz: 526528341da05ce087ec1b8ef620ba13b2242990
5
5
  SHA512:
6
- metadata.gz: f0444feca88ebbea023aa6847b90b47ad5c207ae16ee83aa90fa129dcea93d6ee52854f8e77f5d47ee93d5df6c71f1ed8fed4edadc0dd3e59681b51154b7b291
7
- data.tar.gz: 08773fd9b26226466401595e2768b318c6ff1fc946a378d725cb0044513d57eff433181e3def9be8f19b8deabf2e7df660054a66c4639077f4206f4d5462538d
6
+ metadata.gz: 27328333bfd5564062fb0ed0be302c337ddd7242de1ebc7a9de7da3bf230f872f417a7695a52b1e089ecb39ff85f77efafa9590a4a88e7e2322c28013468fa6b
7
+ data.tar.gz: c5ba53bf5fbcda55416846866352b807cba69b4e65e98882131744e20776265a04ece83691286f5d8c24b7707f487f3cbdecb061ea782bf2fbcbf21ff5f97821
data/gateway-sdk.gemspec CHANGED
@@ -4,19 +4,16 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'gateway/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
- spec.name = "gateway-sdk"
8
- spec.version = Gateway::VERSION
9
- spec.authors = ["atanych"]
10
- spec.email = ["atanych@gmail.com"]
7
+ spec.name = "gateway-sdk"
8
+ spec.version = Gateway::VERSION
9
+ spec.authors = ["atanych"]
10
+ spec.email = ["atanych@gmail.com"]
11
11
 
12
- # if spec.respond_to?(:metadata)
13
- # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com' to prevent pushes to rubygems.org, or delete to allow pushes to any server."
14
- # end
15
-
16
- spec.summary = 'gateway SDK'
17
- spec.description = 'SDK for interaction with gateway'
18
- spec.homepage = 'https://github.com/atanych/gateway-sdk.git'
19
- spec.license = "MIT"
12
+ spec.has_rdoc = 'yard'
13
+ spec.summary = 'gateway SDK'
14
+ spec.description = 'SDK for interaction with gateway'
15
+ spec.homepage = 'https://github.com/atanych/gateway-sdk.git'
16
+ spec.license = "MIT"
20
17
 
21
18
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
22
19
  spec.bindir = "exe"
@@ -1,3 +1,3 @@
1
1
  module Gateway
2
- VERSION = '0.2.2' # gem version
2
+ VERSION = '0.2.3' # gem version
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gateway-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - atanych
@@ -118,4 +118,4 @@ signing_key:
118
118
  specification_version: 4
119
119
  summary: gateway SDK
120
120
  test_files: []
121
- has_rdoc:
121
+ has_rdoc: yard