Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
d3a6d79d
...
d3a6d79d5eb1c3e43f66652dfabadd71ae9c7e91
authored
2012-10-17 09:15:33 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated gemspec requirements
1 parent
0031a86a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
casperjs.gemspec
casperjs.gemspec
View file @
d3a6d79
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment