timify 0.0.3 → 0.0.4

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/.yardopts +5 -0
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cc706519775851a3f8ee237c66006942016ad281
4
- data.tar.gz: 6e7fbdf017468acb3471060eee5ce0e545dcacd8
3
+ metadata.gz: a2afd688654d486fa2904eecccf4de83bd9ce696
4
+ data.tar.gz: a9476c25a6c2ec805b404dfc6b06821b236a0ff0
5
5
  SHA512:
6
- metadata.gz: 1889029c68f3717957c9ad62fcd144fc34444431fa77716f698ff5c5c26bd9aeb0256210573a059c5b8393951b2dacb6e41e760d80857d9717fc80f5da1d2116
7
- data.tar.gz: 1c234170d621da60ad1b71b79d2eb3e85a434d72be7fe51c1cb88ea99bde8c11df3e9c5ac8d6a0371a27e28e344466330e44bc5c2fb37523818d69416b82ccaf
6
+ metadata.gz: 6854a0cd7def51dfe91dd304e3315e6b21f6303b9d5f9834445abbca1581f38bd189723ee14761f2c5d0ff6d66f881ade0343efff0532935c9710531155f90da
7
+ data.tar.gz: a9cbf37a17eecfd05908629bddbc937f81a34a382777a124d680b4a04ad0aa4b08ef4d34c62d0c4dee32b35beebf601c68c8e506b25706273b49b4b6c10bc5eb
@@ -0,0 +1,5 @@
1
+ --readme README.md
2
+ --title 'timify - Easily calculates the time running (elapsed time) from one location to another inside your code and reports statistics.'
3
+ --charset utf-8
4
+ --markup markdown
5
+ 'lib/**/*.rb' - '*.md' - 'LICENSE'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mario Ruiz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-28 00:00:00.000000000 Z
11
+ date: 2018-03-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Easily calculates the time running (elapsed time) from one location to
14
14
  another inside your code and reports statistics. It helps you improve your code
@@ -20,6 +20,7 @@ extra_rdoc_files:
20
20
  - LICENSE
21
21
  - README.md
22
22
  files:
23
+ - ".yardopts"
23
24
  - LICENSE
24
25
  - README.md
25
26
  - lib/timify.rb