File: ace-rails-ap.gemspec

package info (click to toggle)
ruby-ace-rails-ap 4.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 12,736 kB
  • ctags: 215
  • sloc: ruby: 24; makefile: 4; sh: 3
file content (27 lines) | stat: -rw-r--r-- 952 bytes parent folder | download | duplicates (2)
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
# -*- encoding: utf-8 -*-
$:.unshift File.expand_path("../lib", __FILE__)
require "ace/rails/version"

Gem::Specification.new do |s|
  s.name        = "ace-rails-ap"
  s.version     = Ace::Rails::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Cody Krieger"]
  s.email       = ["cody@codykrieger.com"]
  s.homepage    = "https://github.com/codykrieger/ace-rails-ap"
  s.summary     = %q{The Ajax.org Cloud9 Editor (Ace) for the Rails 3.1 asset pipeline.}
  s.description = %q{The Ajax.org Cloud9 Editor (Ace) for the Rails 3.1 asset pipeline.}
  s.license     = "MIT"

  s.rubyforge_project = "ace-rails-ap"

  s.files         = Dir['lib/**/*']+Dir['vendor/**/*']+['LICENSE']
  s.require_paths = ["lib"]

  s.add_development_dependency "bundler"
  s.add_development_dependency "rails",   ">= 3.1"

  # specify any dependencies here; for example:
  # s.add_development_dependency "rspec"
  # s.add_runtime_dependency "rest-client"
end