Skip to content

Commit

Permalink
Gem: roflbalt.gemspec and .gitignore files.
Browse files Browse the repository at this point in the history
  • Loading branch information
pda committed Jan 18, 2012
1 parent b7f7d4b commit a984866
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
roflbalt-*.gem
15 changes: 15 additions & 0 deletions roflbalt.gemspec
@@ -0,0 +1,15 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |gem|
gem.authors = ["Paul Annesley", "Dennis Hotson"]
gem.email = ["paul@annesley.cc"]
gem.description = %q{ASCII side-scrolling game, with ANSI color!}
gem.summary = %q{Canabalt-inspired ASCII side-scroller for your terminal, with ANSI color!}
gem.homepage = "https://github.com/pda/roflbalt"

gem.require_paths = %w{ lib }
gem.executables = %w{ roflbalt }
gem.files = %w{ bin/roflbalt lib/roflbalt.rb README.md }
gem.name = "roflbalt"
gem.version = "0.0.1"
end

0 comments on commit a984866

Please sign in to comment.