diff --git a/andand.gemspec b/andand.gemspec new file mode 100644 index 0000000..9d6259c --- /dev/null +++ b/andand.gemspec @@ -0,0 +1,40 @@ +require 'andand/version' + +Gem::Specification.new do |s| + s.name = "andand" + s.version = Andand::VERSION::STRING + s.date = "2008-11-07" + s.summary = "The Maybe Monad in idiomatic Ruby" + s.email = "reg@braythwayt.com" + s.homepage = "hhttp://github.com/raganwald/andand/tree/master" + s.description = " Maybe Monad in idiomatic Ruby." + s.has_rdoc = true + s.authors = ["Reg Braithwaite"] + s.files = ["History.txt", +"License.txt", +"Manifest.txt", +"README.txt", +"Rakefile", +"config/hoe.rb", +"config/requirements.rb", +"lib/andand.rb", +"lib/andand/version.rb", +"log/debug.log", +"script/destroy", +"script/generate", +"script/txt2html", +"setup.rb", +"tasks/deployment.rake", +"tasks/environment.rake", +"tasks/website.rake", +"website/index.html", +"website/index.txt", +"website/javascripts/rounded_corners_lite.inc.js", +"website/stylesheets/screen.css", +"website/template.rhtml"] + s.test_files = [ +"test/test_andand.rb", +"test/test_helper.rb"] + s.rdoc_options = ["--main", "README.txt"] + s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"] +end \ No newline at end of file