⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
mikutter
All Projects
mikutter
Overview
Activity
Roadmap
Issues
News
Wiki
Repository
Download (544 Bytes)
機能 #628
» Gemfile.rb
Katsuyoshi MATSUMOTO
, 2013-12-08 15:22
source
'https://rubygems.org'
group
:default
do
gem
'oauth'
,
'~> 0.4.7'
gem
'json_pure'
gem
'bsearch'
,
'~> 1.5.0'
gem
'addressable'
gem
'memoize'
gem
'ruby-hmac'
gem
'typed-array'
gem
'fluent-logger'
end
group
:test
do
gem
'rake'
gem
'watch'
gem
'mocha'
gem
'webmock'
end
group
:plugin
do
Dir
.
glob
(
File
.
expand_path
(
File
.
join
(
File
.
dirname
(
__FILE__
),
"core/plugin/*/Gemfile"
))){
|
path
|
eval
File
.
open
(
path
).
read
}
Dir
.
glob
(
File
.
expand_path
(
"confroot/plugin/*/Gemfile"
)){
|
path
|
eval
File
.
open
(
path
).
read
}
end
« Previous
1
2
Next »
(1-1/2)
Loading...