Repository URL to install this package:
|
Version:
0.9.0 ▾
|
el-ckeditor
/
Gemfile
|
|---|
source 'http://rubygems.org'
gemspec
if ENV['E_DEV']
%w[e el].each do |g|
gem g, path: File.expand_path('../../' + g, __FILE__)
end
else
gem 'el'
end
gem 'rake', '~> 10'