FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ruby-browserstack/browserstack.gemspec at master · browserstack/ruby-browserstack · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
browserstack
/
ruby-browserstack
Public
forked from
rahulnwn/ruby-browserstack
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ruby-browserstack
/
browserstack.gemspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (21 loc) · 946 Bytes
Breadcrumbs
ruby-browserstack
/
browserstack.gemspec
Copy path
File metadata and controls
23 lines (21 loc) · 946 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- encoding: utf-8 -*-
lib
=
File
.
expand_path
(
'../lib'
,
__FILE__
)
$LOAD_PATH
.
unshift
(
lib
)
unless
$LOAD_PATH
.
include?
(
lib
)
require
'browserstack/version'
Gem
::
Specification
.
new
do
|
gem
|
gem
.
name
=
"browserstack"
gem
.
version
=
Browserstack
::
VERSION
gem
.
authors
=
[
"Rahul Nawani"
]
gem
.
email
=
[
"rahulnwn@gmail.com"
]
gem
.
description
=
%q{Ruby gem for interacting with the Browserstack API}
gem
.
summary
=
%q{Ruby gem for interacting with the Browserstack API}
gem
.
homepage
=
""
gem
.
files
=
`git ls-files`
.
split
(
$/
)
gem
.
executables
=
gem
.
files
.
grep
(
%r{^bin/}
)
.
map
{
|
f
|
File
.
basename
(
f
)
}
gem
.
test_files
=
gem
.
files
.
grep
(
%r{^(test|spec|features)/}
)
gem
.
require_paths
=
[
"lib"
]
gem
.
add_development_dependency
(
"rake"
)
gem
.
add_development_dependency
(
"rspec"
,
"2.11.0"
)
gem
.
add_development_dependency
(
"webmock"
,
"1.8.11"
)
gem
.
add_dependency
(
"yajl-ruby"
,
"1.1.0"
)
end
Back
|
FazBrowse Home
|
New Git URL