timestamped_out 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 140f805dbd7c2fcbd5f47704d7f1e72bb5bc7246
4
- data.tar.gz: 6ec21b1653a47f803baaafe77630f41fc81163e0
3
+ metadata.gz: 44f1bd34ba40e18cf9de5a0a85d79dcb24f38773
4
+ data.tar.gz: ef9297347527f1c5eaf416d51fa3b946e7d96622
5
5
  SHA512:
6
- metadata.gz: ba223cbd2f97776a5052160fd0f9368867043c72505b7740fd31ebff447be8c74649f90be294ca346b497468668e4d3679b1ffa3afc1ecb36447e64484ba4982
7
- data.tar.gz: 7e9fb68aaecb243fb6e47fb21edf95118e384ef12285270957c6cbd58d13667b0e490abb4f956ffdc2b899814792b800a8d3d59a0b8501e75ad661e52566c493
6
+ metadata.gz: 052c95b70826352cf97c8ca831d4a8229b4acec04d0afafeea8946c9ad149bfd765331cf6a46179808bfc7dba13103e47bb2a23a4e94a332b819b6c3348acc20
7
+ data.tar.gz: 58b327735203f9646ea47f9d3259f2b0e2a3c2887a2edb03af962f1d3d7a750bd4a114563629b2cb29f47a518ecac4260ca955c085a9f31ee2685e2ee021ba67
@@ -1,3 +1,3 @@
1
1
  class TimestampedOut
2
- VERSION = '0.2.0'.freeze
2
+ VERSION = '0.2.1'.freeze
3
3
  end
Binary file
Binary file
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['krzysztof.maicher@gmail.com']
11
11
 
12
12
  spec.summary = 'A class for prepending timestamps to Ruby standard out and error.'
13
- spec.homepage = 'https://github.com/maicher/formatted_out'
13
+ spec.homepage = 'https://github.com/maicher/timestamped_out'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timestamped_out
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - kjm
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-24 00:00:00.000000000 Z
11
+ date: 2016-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -71,8 +71,10 @@ files:
71
71
  - bin/setup
72
72
  - lib/timestamped_out.rb
73
73
  - lib/timestamped_out/version.rb
74
+ - timestamped_out-0.1.0.gem
75
+ - timestamped_out-0.2.0.gem
74
76
  - timestamped_out.gemspec
75
- homepage: https://github.com/maicher/formatted_out
77
+ homepage: https://github.com/maicher/timestamped_out
76
78
  licenses:
77
79
  - MIT
78
80
  metadata: {}
@@ -92,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
94
  version: '0'
93
95
  requirements: []
94
96
  rubyforge_project:
95
- rubygems_version: 2.4.5.1
97
+ rubygems_version: 2.4.6
96
98
  signing_key:
97
99
  specification_version: 4
98
100
  summary: A class for prepending timestamps to Ruby standard out and error.