Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
el-ckeditor / Gemfile
Size: Mime:
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'