Skip to content

Commit

Permalink
Changes the email address specified in the gemspec file.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienatplumbee committed Jun 11, 2015
1 parent c4ebf13 commit 7777677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minesweeper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.name = "minesweeper"
spec.version = Minesweeper::VERSION
spec.authors = ["Sebastien Varlet"]
spec.email = ["sebastien.varlet@plumbee.co.uk"]
spec.email = ["sebastien.varlet@gmail.com"]
spec.summary = %q{Core model of the minesweeper game.}
spec.description = %q{This gem defines the core classes of a minesweeper game such as Minefield, Cell, and Mine.}
spec.homepage = "https://github.com/svarlet/minesweeper"
Expand Down

0 comments on commit 7777677

Please sign in to comment.