Sha256: b217e06d239206a4742d2eaaeb52a1e5a1f2ba101dc63271a6652c826732dbcc

Contents?: true

Size: 933 Bytes

Versions: 5

Compression:

Stored size: 933 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'toastr_rails/version'

Gem::Specification.new do |spec|
  spec.name          = 'toastr_rails'
  spec.version       = ToastrRails::VERSION
  spec.authors       = ['Stjepan Hadjic']
  spec.email         = ['d4be4st@gmail.com']
  spec.summary       = 'Opinionated toastr js asset gem.'
  spec.description   = 'Add toastr js library and use replace ugly bootstrap flash messages'
  spec.homepage      = 'https://github.com/d4be4st/toastr_rails'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ['lib']

  spec.add_development_dependency 'bundler', '~> 1.7'
  spec.add_development_dependency 'rake', '~> 10.0'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
toastr_rails-2.1.3 toastr_rails.gemspec
toastr_rails-2.1.1 toastr_rails.gemspec
toastr_rails-2.1.0.2 toastr_rails.gemspec
toastr_rails-2.1.0.1 toastr_rails.gemspec
toastr_rails-2.1.0 toastr_rails.gemspec