Skip to content

Commit

Permalink
Fixes dcpu16.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Deradon committed Apr 11, 2012
1 parent d4855b2 commit 4b4e227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcpu16.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.summary = "Ruby port of DCPU16"
s.description = "This is a simple Ruby port of the fictive 16-bit-cpu DCPU16."

# s.executables = ["rdcpu16"]
s.executables = ["dcpu16"]
s.files = Dir["{bin,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["{spec}/**/*"]
s.require_paths = ["lib"]
Expand Down

0 comments on commit 4b4e227

Please sign in to comment.