timr 0.1.0 → 0.2.0

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Mayer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-15 00:00:00.000000000 Z
11
+ date: 2016-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -77,7 +77,6 @@ files:
77
77
  - ".gitignore"
78
78
  - ".travis.yml"
79
79
  - Gemfile
80
- - Gemfile.lock
81
80
  - Makefile
82
81
  - Makefile.common
83
82
  - README.md
@@ -1,29 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- timr (0.1.0)
5
- curses (~> 1.0)
6
- thefox-ext (~> 1.4)
7
- uuid (~> 2.3)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- curses (1.0.2)
13
- macaddr (1.7.1)
14
- systemu (~> 2.6.2)
15
- minitest (5.8.4)
16
- systemu (2.6.5)
17
- thefox-ext (1.4.1)
18
- uuid (2.3.8)
19
- macaddr (~> 1.0)
20
-
21
- PLATFORMS
22
- ruby
23
-
24
- DEPENDENCIES
25
- minitest (~> 5.8)
26
- timr!
27
-
28
- BUNDLED WITH
29
- 1.12.3