bundler_timer 1.1.0 → 1.1.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.
- data/README.md +1 -1
- data/bundler_timer.gemspec +1 -0
- data/lib/bundler_timer/version.rb +1 -1
- metadata +19 -4
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Bundler Timer
|
|
2
2
|
=============
|
|
3
3
|
Ever find yourself staring at your terminal wondering, "Sweet baby jesus, how many hours of my life do I spend waiting for Bundler?!".
|
|
4
|
-
Well
|
|
4
|
+
Well now you can know just how much of your time has been given to our friend, Bundler.
|
|
5
5
|
|
|
6
6
|
Bundler Timer will log those precious seconds and report back a depressing little report each time you run Bundler.
|
|
7
7
|
|
data/bundler_timer.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bundler_timer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 1.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- bassnode
|
|
@@ -17,7 +17,7 @@ autorequire:
|
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
19
|
|
|
20
|
-
date: 2011-04
|
|
20
|
+
date: 2011-10-04 00:00:00 -07:00
|
|
21
21
|
default_executable:
|
|
22
22
|
dependencies:
|
|
23
23
|
- !ruby/object:Gem::Dependency
|
|
@@ -48,6 +48,21 @@ dependencies:
|
|
|
48
48
|
version: "1"
|
|
49
49
|
type: :runtime
|
|
50
50
|
version_requirements: *id002
|
|
51
|
+
- !ruby/object:Gem::Dependency
|
|
52
|
+
name: sqlite3
|
|
53
|
+
prerelease: false
|
|
54
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
55
|
+
none: false
|
|
56
|
+
requirements:
|
|
57
|
+
- - ~>
|
|
58
|
+
- !ruby/object:Gem::Version
|
|
59
|
+
hash: 9
|
|
60
|
+
segments:
|
|
61
|
+
- 1
|
|
62
|
+
- 3
|
|
63
|
+
version: "1.3"
|
|
64
|
+
type: :runtime
|
|
65
|
+
version_requirements: *id003
|
|
51
66
|
description: Keeps a log of your time waiting on bundler
|
|
52
67
|
email: bassnode@gmail.com
|
|
53
68
|
executables:
|