Skip to content

Commit

Permalink
Version 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Rennie committed Mar 22, 2012
1 parent fdf9ee4 commit be5c11e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 123 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ If you want to suggest a level or make a level that has been suggested, check ou
* A better way of returning from the solution block
* A follow up to the level, more information on a specific command, etc.
* More levels!
* [Windows support](https://github.com/Gazler/githug/wiki/Windows-Support)

##Writing Levels

Expand Down
2 changes: 1 addition & 1 deletion levels/stage_lines.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
difficulty 3
difficulty 4

description "You've made changes within a single file that belong to two different features, but niether of the changes are yet staged. Stage and commit only the changes belonging to the first feature."

Expand Down
2 changes: 1 addition & 1 deletion lib/githug/level.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Level
"clone_to_folder", "ignore", "status", "rm", "rm_cached", "rename",
"log", "tag", "commit_ammend", "reset", "checkout_file", "remote",
"remote_url", "pull", "remote_add", "diff", "blame", "branch", "checkout",
"branch_at", "merge", "rename_commit", "squash", "contribute"]
"branch_at", "merge", "rename_commit", "squash", "stage_lines", "contribute"]

attr_accessor :level_no, :level_path

Expand Down
120 changes: 0 additions & 120 deletions lib/githug/level.rb.orig

This file was deleted.

2 changes: 1 addition & 1 deletion lib/githug/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Githug
VERSION = "0.1.7"
VERSION = "0.1.8"
end

0 comments on commit be5c11e

Please sign in to comment.