geordi 0.9.7 → 0.9.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/rs +3 -5
  2. data/lib/geordi/version.rb +1 -1
  3. metadata +6 -7
data/bin/rs CHANGED
@@ -18,13 +18,11 @@ parallel_tests_available = ['rake', 'parallel:spec'] if File.exists?('Gemfile')
18
18
 
19
19
  use_parallel_tests = parallel_tests_available && (ARGV[0] == nil)
20
20
 
21
- # Run examples in 'spec' unless an argument is given
22
- ARGV[0] ||= 'spec'
23
-
24
21
  if use_parallel_tests
25
22
  puts "Using parallel_tests ...\n\n"
26
- exec *['b', 'rake', 'parallel:spec', ARGV].flatten
23
+ exec 'b rake parallel:spec'
27
24
  else
28
25
  # Run rspec behind bundler
26
+ ARGV[0] ||= 'spec'
29
27
  exec *["b", rspec_args, spinner_args, ARGV].flatten
30
- end
28
+ end
@@ -1,3 +1,3 @@
1
1
  module Geordi
2
- VERSION = '0.9.7'
2
+ VERSION = '0.9.8'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geordi
3
3
  version: !ruby/object:Gem::Version
4
- hash: 53
4
+ hash: 43
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 7
10
- version: 0.9.7
9
+ - 8
10
+ version: 0.9.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Henning Koch
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-03-12 00:00:00 +01:00
19
- default_executable:
18
+ date: 2012-03-12 00:00:00 Z
20
19
  dependencies: []
21
20
 
22
21
  description: Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.
@@ -76,7 +75,6 @@ files:
76
75
  - lib/geordi/gitpt.rb
77
76
  - lib/geordi/setup_firefox_for_selenium.rb
78
77
  - lib/geordi/version.rb
79
- has_rdoc: true
80
78
  homepage: http://makandra.com
81
79
  licenses: []
82
80
 
@@ -106,9 +104,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
104
  requirements: []
107
105
 
108
106
  rubyforge_project: geordi
109
- rubygems_version: 1.3.9.3
107
+ rubygems_version: 1.8.17
110
108
  signing_key:
111
109
  specification_version: 3
112
110
  summary: Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.
113
111
  test_files: []
114
112
 
113
+ has_rdoc: