forked from dotnet236/aloha-rails
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaloha-rails.gemspec
More file actions
22 lines (18 loc) · 884 Bytes
/
Copy pathaloha-rails.gemspec
File metadata and controls
22 lines (18 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/aloha-rails/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Lars O. Overskeid", "Gudleik Rasch"]
gem.email = ["ovelar@gmail.com", "gudleik@gmail.com"]
gem.description = %q{aloha-editor in Rails 3}
gem.summary = %q{Provides the aloha-editor for your rails3 app}
gem.homepage = "https://github.com/Skalar/aloha-rails"
gem.files = `git ls-files`.split("\n")
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "aloha-rails"
gem.require_paths = ["lib"]
gem.version = Aloha::Rails::VERSION
gem.add_dependency(%q<rails>, ["~> 3.1"])
gem.add_dependency(%q<jquery-rails>)
gem.add_development_dependency %q<rspec-rails>, ["~> 2.8"]
end