FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
typescript-node-ruby/typescript-node.gemspec at master · a-suenami/typescript-node-ruby · GitHub
a-suenami
/
typescript-node-ruby
Public
forked from
typescript-ruby/typescript-node-ruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
typescript-node-ruby
/
typescript-node.gemspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (16 loc) · 780 Bytes
Breadcrumbs
typescript-node-ruby
/
typescript-node.gemspec
Copy path
File metadata and controls
19 lines (16 loc) · 780 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
# -*- encoding: utf-8 -*-
require
File
.
expand_path
(
'../lib/typescript-node/version'
,
__FILE__
)
Gem
::
Specification
.
new
do
|
gem
|
gem
.
authors
=
[
"KAWACHI Takashi"
]
gem
.
email
=
[
"tkawachi@gmail.com"
]
gem
.
description
=
%q{TypeScript ruby interface using Node.js}
gem
.
summary
=
%q{TypeScript ruby interface using Node.js}
gem
.
homepage
=
"https://github.com/tkawachi/typescript-node-ruby"
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
.
name
=
"typescript-node"
gem
.
require_paths
=
[
"lib"
]
gem
.
version
=
TypeScript
::
Node
::
VERSION
gem
.
add_dependency
'typescript-src'
,
'~> 1.0'
end
Back
|
FazBrowse Home
|
New Git URL