githug 0.2.8 → 0.2.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/levels/bisect.rb +1 -1
  2. data/lib/githug/version.rb +1 -1
  3. metadata +2 -2
@@ -7,7 +7,7 @@ setup do
7
7
  end
8
8
 
9
9
  solution do
10
- "94e162b" == request("What are the first 7 characters of the hash of the commit that introduced the bug?")
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
@@ -1,3 +1,3 @@
1
1
  module Githug
2
- VERSION = "0.2.8"
2
+ VERSION = "0.2.9"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: githug
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.8
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-09-30 00:00:00 Z
13
+ date: 2012-10-06 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec