bundler_timer 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,13 +1,16 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bundler_timer (1.0.2)
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.22.0)
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 use
13
- # just like bundler. If you'd rather replace the bundler command, do
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
- # Now you can just run it as usual and keep track of your shortening life!
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
  ------
@@ -1,3 +1,3 @@
1
1
  module BundlerTimer
2
- VERSION = '1.1.1'
2
+ VERSION = '1.1.2'
3
3
  end
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: 17
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 1
10
- version: 1.1.1
9
+ - 2
10
+ version: 1.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - bassnode