git-autobisect 0.1.0 → 0.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.
@@ -0,0 +1,4 @@
1
+ rvm:
2
+ - ree
3
+ - 1.9.2
4
+ - 1.9.3
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- git-autobisect (0.1.0)
4
+ git-autobisect (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
data/Readme.md CHANGED
@@ -23,6 +23,8 @@ TODO
23
23
  ====
24
24
  - go with 1 2 4 8 16 16 16 16 commits back
25
25
  - option for max-step -> if you think the problem is very fresh/very old
26
+ - option to disable `bundle check || bundle` injection
27
+ - option to consider a build failed if it finishes faster then x seconds
26
28
 
27
29
  Development
28
30
  ===========
@@ -34,3 +36,4 @@ Author
34
36
  [Michael Grosser](http://grosser.it)<br/>
35
37
  michael@grosser.it<br/>
36
38
  License: MIT<br/>
39
+ [![Build Status](https://travis-ci.org/grosser/git-autobisect.png)](https://travis-ci.org/grosser/git-autobisect)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -8,5 +8,6 @@ Gem::Specification.new name, version do |s|
8
8
  s.email = "michael@grosser.it"
9
9
  s.homepage = "http://github.com/grosser/#{name}"
10
10
  s.files = `git ls-files`.split("\n")
11
+ s.executables = ["git-autobisect"]
11
12
  s.license = "MIT"
12
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-autobisect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,14 +9,16 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-03 00:00:00.000000000 Z
12
+ date: 2012-10-05 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description:
15
15
  email: michael@grosser.it
16
- executables: []
16
+ executables:
17
+ - git-autobisect
17
18
  extensions: []
18
19
  extra_rdoc_files: []
19
20
  files:
21
+ - .travis.yml
20
22
  - Gemfile
21
23
  - Gemfile.lock
22
24
  - Rakefile
@@ -40,7 +42,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
40
42
  version: '0'
41
43
  segments:
42
44
  - 0
43
- hash: 2506649951595822978
45
+ hash: -2753072243294133809
44
46
  required_rubygems_version: !ruby/object:Gem::Requirement
45
47
  none: false
46
48
  requirements:
@@ -49,7 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
51
  version: '0'
50
52
  segments:
51
53
  - 0
52
- hash: 2506649951595822978
54
+ hash: -2753072243294133809
53
55
  requirements: []
54
56
  rubyforge_project:
55
57
  rubygems_version: 1.8.24