forked from comfy/comfortable-mexican-sofa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
comfortable_mexican_sofa.gemspec
36 lines (31 loc) · 1.39 KB
/
comfortable_mexican_sofa.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# encoding: utf-8
$:.unshift File.expand_path('../lib', __FILE__)
require 'comfortable_mexican_sofa/version'
Gem::Specification.new do |s|
s.name = "comfortable_mexican_sofa"
s.version = ComfortableMexicanSofa::VERSION
s.authors = ["Oleg Khabarov"]
s.email = ["[email protected]"]
s.homepage = "https://github.com/comfy/comfortable-mexican-sofa"
s.summary = "Rails 4/5 CMS Engine"
s.description = "ComfortableMexicanSofa is a powerful Rails 4/5 CMS Engine"
s.license = 'MIT'
s.files = `git ls-files`.split("\n")
s.platform = Gem::Platform::RUBY
s.require_paths = ['lib']
s.required_ruby_version = '>= 2.2.2'
s.add_dependency 'rails', '>= 4.0.0', '< 5.1'
s.add_dependency 'rails-i18n', '>= 4.0.0'
s.add_dependency 'bootstrap_form', '>= 2.2.0'
s.add_dependency 'active_link_to', '>= 1.0.0'
s.add_dependency 'paperclip', '>= 4.0.0'
s.add_dependency 'kramdown', '>= 1.0.0'
s.add_dependency 'jquery-rails', '>= 3.0.0'
s.add_dependency 'jquery-ui-rails', '>= 5.0.0'
s.add_dependency 'haml-rails', '>= 0.3.0'
s.add_dependency 'sass-rails', '>= 4.0.3'
s.add_dependency 'coffee-rails', '>= 3.1.0'
s.add_dependency 'codemirror-rails', '>= 3.0.0'
s.add_dependency 'bootstrap-sass', '>= 3.2.0'
s.add_dependency 'plupload-rails', '>= 1.2.1'
end