Skip to content

Commit

Permalink
Added original gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Apr 7, 2012
1 parent d53584a commit 10c7d39
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions notation.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
require 'rubygems'

Gem::Specification.new do |gem|
gem.name = 'notation'
gem.version = '0.1.0'
gem.author = 'Daniel J. Berger'
gem.email = 'djberg96@gmail.com'
gem.homepage = 'http://www.rubyforge.org/projects/shards'
gem.summary = 'Unicode symbols that can be used as methods.'
gem.test_file = 'test/test_notation.rb'
gem.has_rdoc = true
gem.files = Dir['**/*'].delete_if{ |item| item.include?('git') }

gem.extra_rdoc_files = ['CHANGES', 'README', 'MANIFEST']
gem.rubyforge_project = 'shards'

gem.description = <<-EOF
The notation library provides unicode symbols that you can use as
methods instead of using standard method names.
EOF
end

0 comments on commit 10c7d39

Please sign in to comment.