tai64 0.0.3 → 0.0.4

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: a3dfc7971a5b718ae43dff4b1c6a9f0f939ecc54
4
+ data.tar.gz: 2294df8f833eacc19ee2214d05622bda189a6748
5
+ SHA512:
6
+ metadata.gz: ecf8e7a546700fde013c3a0b6d68032848e08184cd5660c7e52fc7d5e9ff76a0d6677e00ad9642350dc5deb5a9fc9a7020a1f4400082d18322de87d21ec248d3
7
+ data.tar.gz: 602d888f1939431a0d1e9059ac3696710832a0c92f1937d94fdbe75d88f5bedf22717f8b39a3a88739dac68ef95a034f1afe7ccf01a673f49eae39eb0384ba52
@@ -7,7 +7,7 @@ $stdin.each_line do |l|
7
7
  parts = l.split /\s+/, 2
8
8
  begin
9
9
  t = Tai64.parse parts[0]
10
- puts [ t.to_time.getlocal.iso8601, parts[1] ].join ' '
10
+ puts [ t.to_time.to_s, parts[1] ].join ' '
11
11
  rescue
12
12
  puts parts.join ' '
13
13
  end
@@ -1,3 +1,3 @@
1
1
  module Tai64
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tai64
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
5
- prerelease:
4
+ version: 0.0.4
6
5
  platform: ruby
7
6
  authors:
8
7
  - Craig R Webster
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-11-12 00:00:00.000000000 Z
11
+ date: 2013-11-28 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Work with TAI64 timestamps
15
14
  email:
@@ -30,26 +29,25 @@ files:
30
29
  - tai64.gemspec
31
30
  homepage: http://cr.yp.to/libtai/tai64.html
32
31
  licenses: []
32
+ metadata: {}
33
33
  post_install_message:
34
34
  rdoc_options: []
35
35
  require_paths:
36
36
  - lib
37
37
  required_ruby_version: !ruby/object:Gem::Requirement
38
- none: false
39
38
  requirements:
40
- - - ! '>='
39
+ - - '>='
41
40
  - !ruby/object:Gem::Version
42
41
  version: '0'
43
42
  required_rubygems_version: !ruby/object:Gem::Requirement
44
- none: false
45
43
  requirements:
46
- - - ! '>='
44
+ - - '>='
47
45
  - !ruby/object:Gem::Version
48
46
  version: '0'
49
47
  requirements: []
50
48
  rubyforge_project:
51
- rubygems_version: 1.8.24
49
+ rubygems_version: 2.0.3
52
50
  signing_key:
53
- specification_version: 3
51
+ specification_version: 4
54
52
  summary: Work with TAI64 timestamps
55
53
  test_files: []