timed_report 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/timed_report.rb +2 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a5310dd374a0ec62462aa87099de7cdbd1806ad5
4
- data.tar.gz: 5182b5ffb3074e0298d348fa3320f221fc8b4720
3
+ metadata.gz: 8121bacc016d30f43c763990475d37b1c679a6ff
4
+ data.tar.gz: 5d905cf04ede060e761982336270d2e4deb2351c
5
5
  SHA512:
6
- metadata.gz: 61be92be4d3c2621c594233d5dcd75bf7c84502a7c4b4c6a728462b30263d35c1c005e1eb182bc40809e7e5f73ea26fccfda35da874d1846b5063a3404551c68
7
- data.tar.gz: e0bf3f47a8dcfe3af149c99261352fae3468f8d8ffe976942c5c9ff8b89a9d304d328cb574c89468f739bf78d3c6dd504507ac5fecc6670be0d0d0daf353ec3e
6
+ metadata.gz: 1bc300f56cc6dc5aff930e74b4b80fdb88c7657cac840e0b2706edc14d2964431d555021b9ccab207f6bf51a74c8730efdda9b276d1785d02d3cc05bf9825ed8
7
+ data.tar.gz: b292258ebc5498190c7354230c13e034d009de323dd943c8cb69e25415a110c8254fbebf45709b66faeaa83fdddc7b53180c4feb4286ce97124c2229107f97f7
data/lib/timed_report.rb CHANGED
@@ -1,3 +1,5 @@
1
+ # encoding: UTF-8
2
+
1
3
  class TimedReport
2
4
 
3
5
  # Creates a new TimedReport instance. If _named_ is given it will show the name in the report.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timed_report
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Aizenberg