beardley 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ module Beardley
3
3
  module VERSION
4
4
  MAJOR = 1
5
5
  MINOR = 0
6
- PATCH = 1
6
+ PATCH = 2
7
7
  PRE = nil
8
8
 
9
9
  STRING = [MAJOR, MINOR, PATCH, PRE].compact.join(".")
data/lib/beardley.rb CHANGED
@@ -70,7 +70,7 @@ module Beardley
70
70
  _Locale = Rjb::import('java.util.Locale')
71
71
  Beardley.config[:report_params]["REPORT_LOCALE"] = _Locale.new('en', 'US')
72
72
  Beardley.config[:report_params]["XML_LOCALE"] = _Locale.new('en', 'US')
73
- Beardley.config[:report_params]["XML_DATE_PATTERN"] = 'yyyy-MM-dd HH:mm:ss Z'
73
+ Beardley.config[:report_params]["XML_DATE_PATTERN"] = "yyyy-MM-dd'T'HH:mm:ss"
74
74
  Beardley.config[:report_params]["XML_NUMBER_PATTERN"] = '###0.00'
75
75
  end
76
76
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beardley
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-01-20 00:00:00.000000000 Z
12
+ date: 2014-02-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rjb