timestamped_out 0.2.0 → 0.2.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 +4 -4
- data/lib/timestamped_out/version.rb +1 -1
- data/timestamped_out-0.1.0.gem +0 -0
- data/timestamped_out-0.2.0.gem +0 -0
- data/timestamped_out.gemspec +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44f1bd34ba40e18cf9de5a0a85d79dcb24f38773
|
4
|
+
data.tar.gz: ef9297347527f1c5eaf416d51fa3b946e7d96622
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 052c95b70826352cf97c8ca831d4a8229b4acec04d0afafeea8946c9ad149bfd765331cf6a46179808bfc7dba13103e47bb2a23a4e94a332b819b6c3348acc20
|
7
|
+
data.tar.gz: 58b327735203f9646ea47f9d3259f2b0e2a3c2887a2edb03af962f1d3d7a750bd4a114563629b2cb29f47a518ecac4260ca955c085a9f31ee2685e2ee021ba67
|
Binary file
|
Binary file
|
data/timestamped_out.gemspec
CHANGED
@@ -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/
|
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.
|
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-
|
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/
|
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.
|
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.
|