updated gemspec requirements
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment