Sha256: a77c03f4328c4cdc00e6da868354aaa497d77ce0861b3239ffa02c935386a8f7
Contents?: true
Size: 874 Bytes
Versions: 4
Compression:
Stored size: 874 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'tribute/version' Gem::Specification.new do |spec| spec.name = "tribute" spec.version = Tribute::VERSION spec.authors = ["Zoran"] spec.email = ["zoran@zurb.com"] spec.summary = %q{Tribute.js @mentions for Rails.} spec.homepage = "https://github.com/zurb/tribute" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.12" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
tribute-3.6.0.0 | tribute.gemspec |
tribute-3.1.3.0 | tribute.gemspec |
tribute-2.2.0.0 | tribute.gemspec |
tribute-2.0.5.0 | tribute.gemspec |