Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions githug.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ Gem::Specification.new do |s|
s.authors = ["Gary Rennie"]
s.email = ["webmaster@gazler.com"]
s.homepage = "https://github.com/Gazler/githug"
s.license = "MIT"
s.summary = %q{An interactive way to learn git.}
s.description = %q{An interactive way to learn git.}

s.rubyforge_project = "githug"
s.description = %q{A Ruby implemented game for the the CLI to learn core concepts of git.}

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand All @@ -21,7 +20,7 @@ Gem::Specification.new do |s|
# specify any dependencies here; for example:
s.add_development_dependency "rspec", "~>2.8.0"

s.add_dependency "grit", "~>2.3.0"
s.add_dependency "thor", "~>0.14.6"
s.add_dependency "rake", "<11"
s.add_dependency "grit", "~>2.5.0"
s.add_dependency "thor", "~>1.3.1"
s.add_dependency "rake", "~>13.1.0"
end