pantheios-ruby 0.9.6 → 0.10.1

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: 35032757734802235a87eb0d7ce2e6d4830a906f
4
- data.tar.gz: 14f80938e0d943a1921449cb29025757f6e839a1
3
+ metadata.gz: 816145e8eb7825856f88eb9f633f27373353e35e
4
+ data.tar.gz: d9e671c63803cc71c6da15208b38f38ff3673cc4
5
5
  SHA512:
6
- metadata.gz: fbb767e3cea06e7612c37be433e675af34be2cad80880cb79d87857f3e88acab4f6f2db7c0e0cc88e800d7b499ffb17000bea2a5388c08a1db7da93a31ca88a7
7
- data.tar.gz: 6019963f5c8a9e299e181f854a1190fe504d782b8b16f3d96d7ae4acf4a97617d4615b4b1939ea2362d575c6b6f2bc45eb45a491de5af00b9a9c6610bc4fd44b
6
+ metadata.gz: f402e09916b1d4725918a3478427690e48132d5df8e5f193cce8c7cb661398fa8859c497b698ff51df902cd66ca911d4ec0b8cfc8f204c834c5ebdaa3add810d
7
+ data.tar.gz: 707f05267b790914b456be1ffd1ddc7121611c13d52072daf3ef10f09e55b98a57f25ed2fc677a2879ea4839cb5b3dfe90caa8043df19e3e714e0bf2aa0a5903
@@ -72,6 +72,7 @@ module StockSeverityLevels
72
72
  :debug3 => [ 11, 'Debug-3' ],
73
73
  :debug4 => [ 12, 'Debug-4' ],
74
74
  :trace => [ 13, 'Trace' ],
75
+ :benchmark => [ 14, 'Benchmark' ],
75
76
  }
76
77
 
77
78
  def self.create_level_keys m
@@ -144,3 +145,6 @@ end # module StockSeverityLevels
144
145
  end # module ApplicationLayer
145
146
  end # module Pantheios
146
147
 
148
+ # ############################## end of file ############################# #
149
+
150
+
@@ -50,7 +50,7 @@
50
50
  module Pantheios
51
51
 
52
52
  # Current version of the Pantheios.Ruby library
53
- VERSION = '0.9.6'
53
+ VERSION = '0.10.1'
54
54
 
55
55
  private
56
56
  VERSION_PARTS_ = VERSION.split(/[.]/).collect { |n| n.to_i } # :nodoc:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pantheios-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Wilson