githug 0.2.8 → 0.2.9
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/levels/bisect.rb +1 -1
- data/lib/githug/version.rb +1 -1
- metadata +2 -2
data/levels/bisect.rb
CHANGED
@@ -7,7 +7,7 @@ setup do
|
|
7
7
|
end
|
8
8
|
|
9
9
|
solution do
|
10
|
-
"
|
10
|
+
"18ed2ac" == request("What are the first 7 characters of the hash of the commit that introduced the bug?")
|
11
11
|
end
|
12
12
|
|
13
13
|
hint do
|
data/lib/githug/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: githug
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.2.
|
5
|
+
version: 0.2.9
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Gary Rennie
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2012-
|
13
|
+
date: 2012-10-06 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rspec
|