bundler_timer 1.1.1 → 1.1.2
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/Gemfile.lock +5 -2
- data/README.md +3 -8
- data/lib/bundler_timer/version.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
@@ -1,13 +1,16 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bundler_timer (1.
|
4
|
+
bundler_timer (1.1.2)
|
5
|
+
bundler (~> 1)
|
5
6
|
sequel (~> 3)
|
7
|
+
sqlite3 (~> 1.3)
|
6
8
|
|
7
9
|
GEM
|
8
10
|
remote: http://rubygems.org/
|
9
11
|
specs:
|
10
|
-
sequel (3.
|
12
|
+
sequel (3.28.0)
|
13
|
+
sqlite3 (1.3.4)
|
11
14
|
|
12
15
|
PLATFORMS
|
13
16
|
ruby
|
data/README.md
CHANGED
@@ -9,12 +9,10 @@ Installation
|
|
9
9
|
------------
|
10
10
|
gem install bundler_timer
|
11
11
|
|
12
|
-
# By default, bundler_timer provides a binary named 'b' which you can
|
13
|
-
#
|
14
|
-
# something like:
|
15
|
-
echo "alias bundle='b'" >> ~/.bash_profile
|
12
|
+
# By default, bundler_timer provides a binary named 'b' which you can
|
13
|
+
# use as a bundle alias.
|
16
14
|
|
17
|
-
#
|
15
|
+
# So you can just run it as usual and keep track of your shortening life!
|
18
16
|
cd ~/code/sweet_project/
|
19
17
|
b install
|
20
18
|
Using activesupport (3.0.3)
|
@@ -23,9 +21,6 @@ Installation
|
|
23
21
|
|
24
22
|
Congratulations, you've spent 12 minutes today staring at your screen (5.6 hours overall)
|
25
23
|
|
26
|
-
# To just see the damage:
|
27
|
-
b stats
|
28
|
-
|
29
24
|
|
30
25
|
To Do
|
31
26
|
------
|
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: 23
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 1.1.
|
9
|
+
- 2
|
10
|
+
version: 1.1.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- bassnode
|