Commit d3a6d79d d3a6d79d5eb1c3e43f66652dfabadd71ae9c7e91 by Nicolas Perriault

updated gemspec requirements

1 parent 0031a86a
...@@ -13,11 +13,11 @@ It eases the process of defining a full navigation scenario and provides useful ...@@ -13,11 +13,11 @@ It eases the process of defining a full navigation scenario and provides useful
13 high-level functions, methods & syntaxic sugar for doing common tasks." 13 high-level functions, methods & syntaxic sugar for doing common tasks."
14 s.summary = "Navigation scripting & testing utility for PhantomJS" 14 s.summary = "Navigation scripting & testing utility for PhantomJS"
15 s.extra_rdoc_files = ["LICENSE.md", "README.md"] 15 s.extra_rdoc_files = ["LICENSE.md", "README.md"]
16 s.files = Dir["LICENSE.md", "README.md", "CHANGELOG.md", "package.json", "casperjs.gemspec", 16 s.files = Dir["LICENSE.md", "README.md", "CHANGELOG.md", "package.json", "casperjs.gemspec",
17 "bin/bootstrap.js", "bin/usage.txt", "bin/casperjs_python", 17 "bin/bootstrap.js", "bin/usage.txt", "bin/casperjs_python",
18 "docs/**/*", "modules/**/*", "samples/**/*", "tests/**/*"] 18 "docs/**/*", "modules/**/*", "samples/**/*", "tests/**/*"]
19 s.bindir = "rubybin" 19 s.bindir = "rubybin"
20 s.executables = [ "casperjs" ] 20 s.executables = [ "casperjs" ]
21 s.license = "MIT" 21 s.license = "MIT"
22 s.requirements = [ "PhantomJS v1.5" ] 22 s.requirements = [ "PhantomJS v1.6" ]
23 end 23 end
......