Skip to content

Commit

Permalink
add casperjs.gemspec for build gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannyu authored and n1k0 committed Jul 14, 2012
1 parent b4345f1 commit 0aaca5e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions casperjs.gemspec
@@ -0,0 +1,21 @@


Gem::Specification.new do |s|
s.name = "casperjs"
s.version = "1.0.0.RC1"
s.homepage = "http://casperjs.org/"
s.authors = ["Nicolas Perriault", ]
s.email = ["nperriault@gmail.com",]
s.description = "CasperJS is a navigation scripting & testing utility for [PhantomJS](http://www.phantomjs.org/).
It eases the process of defining a full navigation scenario and provides useful
high-level functions, methods & syntaxic sugar for doing common tasks."
s.summary = "Navigation scripting & testing utility for PhantomJS"
s.extra_rdoc_files = ["LICENSE.md", "README.md"]
s.files = Dir["LICENSE.md", "README.md", "CHANGELOG.md", "package.json", "casperjs.gemspec",
"bin/bootstrap.js", "bin/usage.txt", "bin/casperjs_python",
"docs/**/*", "modules/**/*", "samples/**/*", "tests/**/*"]
s.bindir = "rubybin"
s.executables = [ "casperjs" ]
s.license = "MIT"
s.requirements = [ "PhantomJS v1.5" ]
end

0 comments on commit 0aaca5e

Please sign in to comment.