Skip to content

Commit

Permalink
try hosting andand on github
Browse files Browse the repository at this point in the history
  • Loading branch information
Reg Braithwaite committed Nov 11, 2008
1 parent 5e25051 commit 440012b
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions 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

0 comments on commit 440012b

Please sign in to comment.