bundler_timer 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
 
3
3
  Gem::Specification.new do |s|
4
- s.version = '1.0.2'
5
- s.date = '2011-04-04'
4
+ s.version = '1.0.3'
5
+ s.date = '2011-04-07'
6
6
 
7
7
  s.name = 'bundler_timer'
8
8
  s.authors = %w[bassnode raggi]
data/lib/bundler_timer.rb CHANGED
@@ -31,7 +31,7 @@ DB.create_table? :executions do
31
31
  end
32
32
 
33
33
  # runs bundle install by default
34
- command = ARGV[0] || 'install'
34
+ command = ARGV.empty? ? 'install' : ARGV.join(' ')
35
35
 
36
36
  unless command == 'stats'
37
37
 
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: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
9
+ - 3
10
+ version: 1.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - bassnode
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-04-04 00:00:00 -07:00
19
+ date: 2011-04-07 00:00:00 -07:00
20
20
  default_executable: b
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency