Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Commit

Permalink
updated gemspec requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
n1k0 committed Oct 17, 2012
1 parent 0031a86 commit d3a6d79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions casperjs.gemspec
Expand Up @@ -13,11 +13,11 @@ 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",
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" ]
s.requirements = [ "PhantomJS v1.6" ]
end

0 comments on commit d3a6d79

Please sign in to comment.