File: underscore-rails.gemspec

package info (click to toggle)
ruby-underscore-rails 1.8.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 116 kB
  • ctags: 8
  • sloc: ruby: 15; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 736 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "underscore-rails/version"

Gem::Specification.new do |s|
  s.name        = "underscore-rails"
  s.version     = Underscore::Rails::VERSION
  s.authors     = ["Robin Wenglewski"]
  s.email       = ["robin@wenglewski.de"]
  s.homepage    = "https://github.com/rweng/underscore-rails"
  s.summary     = %q{underscore.js asset pipeline provider/wrapper}
  s.license     = "MIT"

  s.rubyforge_project = "underscore-rails"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

end