pantheios-ruby 0.18.1 → 0.18.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/pantheios/version.rb +3 -3
  3. metadata +12 -19
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 851dd68a076bd0aec6f50aac903ec3481e11b5b5
4
- data.tar.gz: f9fd44e79e3beb975796a0e165ec862bff647a75
3
+ metadata.gz: 3a4ab16037fef01cf24d88b041cc75c15f08e494
4
+ data.tar.gz: 4c7fe9d47274ab9fc3d669558469486d0683e4fe
5
5
  SHA512:
6
- metadata.gz: 266c00061542c2f1f6a45337ee76d340cadcf9b3d5e81d452400b70c9ca06f2020b62827de054811401a5cf0aa573f37046f668b1cf1ba26deb958a9188a4243
7
- data.tar.gz: 9d87377399759d09b0b636100761737eef9291e1d1e8a8699b9f68c59ed19b8343bb32d02d94eb4b879d2f50c85cff9da102a5d30dfe286268a2ac34e4e76a9e
6
+ metadata.gz: 215ebce2885a0824efa7c30a26321d882a7697c895fa098f7a063e9db443c72ba4ff73f33125e4774531a4c4fa8109124beca833ca5dc1773d149a968b6018c7
7
+ data.tar.gz: 9b6ec5a9ff274cbadcf817b0822812c65ef007db9f1c51a98565d5b753b54789538429db51ee6e3233bd71699bf38dd236441e954e79c4a00d2dc80eea934886
@@ -5,13 +5,13 @@
5
5
  # Purpose: Version for Pantheios.Ruby library
6
6
  #
7
7
  # Created: 2nd April 2011
8
- # Updated: 5th February 2018
8
+ # Updated: 10th April 2019
9
9
  #
10
10
  # Home: http://github.com/synesissoftware/Pantheios-Ruby
11
11
  #
12
12
  # Author: Matthew Wilson
13
13
  #
14
- # Copyright (c) 2011-2018, Matthew Wilson and Synesis Software
14
+ # Copyright (c) 2011-2019, Matthew Wilson and Synesis Software
15
15
  # All rights reserved.
16
16
  #
17
17
  # Redistribution and use in source and binary forms, with or without
@@ -50,7 +50,7 @@
50
50
  module Pantheios
51
51
 
52
52
  # Current version of the Pantheios.Ruby library
53
- VERSION = '0.18.1'
53
+ VERSION = '0.18.2'
54
54
 
55
55
  private
56
56
  VERSION_PARTS_ = VERSION.split(/[.]/).collect { |n| n.to_i } # :nodoc:
metadata CHANGED
@@ -1,35 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pantheios-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.1
4
+ version: 0.18.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Wilson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-05 00:00:00.000000000 Z
11
+ date: 2019-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xqsr3
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.21.1
20
- - - <
21
- - !ruby/object:Gem::Version
22
- version: '1.0'
19
+ version: '0.31'
23
20
  type: :development
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
- - - '>='
28
- - !ruby/object:Gem::Version
29
- version: 0.21.1
30
- - - <
24
+ - - "~>"
31
25
  - !ruby/object:Gem::Version
32
- version: '1.0'
26
+ version: '0.31'
33
27
  description: |
34
28
  A Ruby version of the popular C++ (and .NET) logging API library
35
29
  email: matthew@synesis.com.au
@@ -76,9 +70,9 @@ files:
76
70
  - test/unit/util/tc_thread_util.rb
77
71
  - test/unit/util/tc_version_util.rb
78
72
  - test/unit/util/ts_all.rb
79
- homepage: http://www.pantheios.org/
73
+ homepage: http://github.com/synesissoftware/Pantheios.Ruby
80
74
  licenses:
81
- - Modified BSD
75
+ - BSD-3-Clause
82
76
  metadata: {}
83
77
  post_install_message:
84
78
  rdoc_options: []
@@ -86,19 +80,18 @@ require_paths:
86
80
  - lib
87
81
  required_ruby_version: !ruby/object:Gem::Requirement
88
82
  requirements:
89
- - - '>='
83
+ - - ">="
90
84
  - !ruby/object:Gem::Version
91
- version: '0'
85
+ version: '2'
92
86
  required_rubygems_version: !ruby/object:Gem::Requirement
93
87
  requirements:
94
- - - '>='
88
+ - - ">="
95
89
  - !ruby/object:Gem::Version
96
90
  version: '0'
97
91
  requirements: []
98
92
  rubyforge_project:
99
- rubygems_version: 2.4.2
93
+ rubygems_version: 2.2.5
100
94
  signing_key:
101
95
  specification_version: 4
102
96
  summary: Pantheios.Ruby
103
97
  test_files: []
104
- has_rdoc: