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.
- data/.travis.yml +4 -0
- data/Gemfile.lock +1 -1
- data/Readme.md +3 -0
- data/VERSION +1 -1
- data/git-autobisect.gemspec +1 -0
- metadata +7 -5
data/.travis.yml
ADDED
data/Gemfile.lock
CHANGED
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
|
+
[](https://travis-ci.org/grosser/git-autobisect)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
data/git-autobisect.gemspec
CHANGED
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.
|
|
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-
|
|
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:
|
|
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:
|
|
54
|
+
hash: -2753072243294133809
|
|
53
55
|
requirements: []
|
|
54
56
|
rubyforge_project:
|
|
55
57
|
rubygems_version: 1.8.24
|