⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
mikutter
All Projects
mikutter
Overview
Activity
Roadmap
Issues
News
Wiki
Repository
Download (576 Bytes)
バグ #611
» Gemfile
add '~> 2.3.9' -
Katsuyoshi MATSUMOTO
, 2013-09-09 12:11
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
'delayer'
gem
'gettext'
,
'~> 2.3.9'
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
(
"~/.mikutter/plugin/*/Gemfile"
)){
|
path
|
eval
File
.
open
(
path
).
read
}
end
« Previous
1
2
Next »
(1-1/2)
Loading...