FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cube-ruby/cube-ruby.gemspec at master · servio/cube-ruby · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
servio
/
cube-ruby
Public
forked from
codykrieger/cube-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
cube-ruby
/
cube-ruby.gemspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (16 loc) · 770 Bytes
Breadcrumbs
cube-ruby
/
cube-ruby.gemspec
Copy path
File metadata and controls
19 lines (16 loc) · 770 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/cube/version'
,
__FILE__
)
Gem
::
Specification
.
new
do
|
gem
|
gem
.
authors
=
[
"Cody Krieger"
]
gem
.
email
=
[
"cody@codykrieger.com"
]
gem
.
description
=
%q{A Cube client for Ruby (http://square.github.com/cube).}
gem
.
summary
=
%q{A Cube client for Ruby (http://square.github.com/cube).}
gem
.
homepage
=
"https://github.com/codykrieger/cube-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
=
"cube-ruby"
gem
.
require_paths
=
[
"lib"
]
gem
.
version
=
Cube
::
VERSION
gem
.
add_development_dependency
"minitest"
end
Back
|
FazBrowse Home
|
New Git URL