splynx_api 0.1.0 → 0.2.0

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
  SHA1:
3
- metadata.gz: 5ba0b3eede2ae4ce281d97e848dc098d07dfe6c8
4
- data.tar.gz: 24eecb1e9b0525e5f226e5d11d18677c1f41f9a8
3
+ metadata.gz: 3c17db53cea8987ff425a7b35726d5c9e7e924b6
4
+ data.tar.gz: feee65751976eed795abd29ea9f56eec5cc12d69
5
5
  SHA512:
6
- metadata.gz: 9ddf0d1157cd961f2339a61ba0540c19e47d066b5c973a3c7733e3fb073fadf2a48860e42090dc7a608ab7e1c2d3ae14a2fd8c2190c6233595730a4112b4e65a
7
- data.tar.gz: c665fd970a25d2f1498f0142e4e0e370d8ef35e4c3f70c7926ac8300ff031ebf7005dd6c8aeb41d03f1a2e41bd1a84fb665698b3f046e1940c90135e37a0dd34
6
+ metadata.gz: c79254b4642ec332f8394f2a876f9586ae22cc9a35d9134eb491c642e031d28b42fe185bfd7b450326e211cec20611cdefb1225a58d510c41e5c508e30a2a461
7
+ data.tar.gz: 99331af253362123bc30216d737254631a50f352a712e94bf5705f5bfe6d569505548b38aacaba8c557aab34f2cdcaaeb9e4b397bcad6b2afe4e7fd6a428ce96
@@ -1,3 +1,3 @@
1
1
  module SplynxApi
2
- VERSION = '0.1.0'
2
+ VERSION = '0.2.0'
3
3
  end
data/splynx_api.gemspec CHANGED
@@ -6,12 +6,13 @@ require 'splynx_api/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'splynx_api'
8
8
  spec.version = SplynxApi::VERSION
9
- spec.authors = ['Tsumanchuk Volodymyr']
9
+ spec.authors = ['Splynx s.r.o. Team']
10
10
  spec.email = ['buorn2011@gmail.com']
11
11
 
12
- spec.summary = %q{Splynx API}
13
- spec.description = %q{Module for Splynx API}
12
+ spec.summary = %q{Splynx API helper.}
13
+ spec.description = %q{Simple Splynx REST API helper.}
14
14
  spec.homepage = 'https://bitbucket.org/splynx/splynx-ruby-api'
15
+ spec.license = 'MIT'
15
16
 
16
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
18
  # to allow pushing to a single host or delete this section to allow pushing to any host.
@@ -22,12 +23,13 @@ Gem::Specification.new do |spec|
22
23
  # 'public gem pushes.'
23
24
  # end
24
25
 
25
- spec.files = `git ls-files -z`.split("\x0").reject do |f|
26
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
26
27
  f.match(%r{^(test|spec|features)/})
27
28
  end
28
- spec.bindir = 'exe'
29
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
30
- spec.require_paths = ['lib']
29
+ spec.bindir = 'exe'
30
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
31
+ spec.require_paths = ['lib']
32
+ spec.required_ruby_version = '>= 2.0.0'
31
33
 
32
34
  spec.add_development_dependency 'bundler', '~> 1.15'
33
35
  spec.add_development_dependency 'rake', '~> 10.0'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: splynx_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
- - Tsumanchuk Volodymyr
7
+ - Splynx s.r.o. Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-10-23 00:00:00.000000000 Z
11
+ date: 2017-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0.1'
83
- description: Module for Splynx API
83
+ description: Simple Splynx REST API helper.
84
84
  email:
85
85
  - buorn2011@gmail.com
86
86
  executables: []
@@ -96,7 +96,8 @@ files:
96
96
  - lib/splynx_api/version.rb
97
97
  - splynx_api.gemspec
98
98
  homepage: https://bitbucket.org/splynx/splynx-ruby-api
99
- licenses: []
99
+ licenses:
100
+ - MIT
100
101
  metadata: {}
101
102
  post_install_message:
102
103
  rdoc_options: []
@@ -106,7 +107,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
106
107
  requirements:
107
108
  - - ">="
108
109
  - !ruby/object:Gem::Version
109
- version: '0'
110
+ version: 2.0.0
110
111
  required_rubygems_version: !ruby/object:Gem::Requirement
111
112
  requirements:
112
113
  - - ">="
@@ -117,5 +118,5 @@ rubyforge_project:
117
118
  rubygems_version: 2.6.13
118
119
  signing_key:
119
120
  specification_version: 4
120
- summary: Splynx API
121
+ summary: Splynx API helper.
121
122
  test_files: []