dtk-common-core 0.9.0 → 0.10.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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ODQzZGUxMmM4NzgyZTdlODE0MDVjYWM3NTJmOTcyZmU3Y2ZiN2Q2MQ==
5
- data.tar.gz: !binary |-
6
- ZDM4OGVkYTZmNzg1MGUyYzYyMDZmMWUwMGViZTJiZTRkMzczNGRhMw==
2
+ SHA1:
3
+ metadata.gz: 57e7b2f7172d4b8686439cefa1e44014a329ff0a
4
+ data.tar.gz: fa086bc0778c2cfb08a66708d386ce9179be8453
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- ODhmYWJiMTZiYzJmN2QxYWI4ZDZmMTkzMWJiM2IzYmZiN2I3OTFiM2RhNWJj
10
- ZmVkMTk0YzZjZjFmZTQ5MDM5NzMwZmY0MzlhZThhOTdiNDc5MWQwMDM3MTEz
11
- YmQ1MDlhODQ4MzM4Y2M2NjU3ZGU2YmU4MzY4ZDc3YTRhMjk3NmI=
12
- data.tar.gz: !binary |-
13
- NjQ2ZGJiZTUyMjUwNGRjN2RhYzJjMWQ2MDM1ZjUwODMzNWZjY2VhNDZhODNm
14
- OGZkMTk1ZTM1ODhkZTJmOWVkYjFlNzRkM2M3NjcwNmU0YzVhY2QzMzc2Nzcy
15
- ZWVlOWZjZWYxZDU3MTFlNmE1NTdiM2Y2Y2IzOThhODgzNjUyOWQ=
6
+ metadata.gz: b0163a7a31c792de57597257cada0140efef5142f7150ea37095f1fa665d53811df54b9c6703e170169a3679b4dfeddda7c1233ecd4b4aca328ef8741077db3b
7
+ data.tar.gz: 093cdd7d86b73e0c1ba9eee5cb25371ee5a1105cc878c881b9f3c17a1194ee8818d65432ad9a6ea8218ca789f7e87bbe54342e20a216299b8787735a12ddeefb
@@ -15,5 +15,5 @@ Gem::Specification.new do |gem|
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = DtkCommonCore::VERSION
17
17
 
18
- gem.add_dependency 'rest-client','1.6.7'
18
+ gem.add_dependency 'rest-client', '1.6.7'
19
19
  end
@@ -16,5 +16,5 @@
16
16
  # limitations under the License.
17
17
  #
18
18
  module DtkCommonCore
19
- VERSION="0.9.0"
19
+ VERSION="0.10.0"
20
20
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dtk-common-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rich PELAVIN
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-10 00:00:00.000000000 Z
11
+ date: 2016-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -31,8 +31,8 @@ executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
- - .gitignore
35
- - .license_header
34
+ - ".gitignore"
35
+ - ".license_header"
36
36
  - Gemfile
37
37
  - LICENSE
38
38
  - README.md
@@ -57,17 +57,17 @@ require_paths:
57
57
  - lib
58
58
  required_ruby_version: !ruby/object:Gem::Requirement
59
59
  requirements:
60
- - - ! '>='
60
+ - - ">="
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
63
  required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  requirements:
65
- - - ! '>='
65
+ - - ">="
66
66
  - !ruby/object:Gem::Version
67
67
  version: '0'
68
68
  requirements: []
69
69
  rubyforge_project:
70
- rubygems_version: 2.4.8
70
+ rubygems_version: 2.4.1
71
71
  signing_key:
72
72
  specification_version: 4
73
73
  summary: Common libraries used for DTK CLI client.