Sha256: 4362669859872a824ec5c30896d0a12dce50a0d60625c8cad892cfca47f104dc

Contents?: true

Size: 867 Bytes

Versions: 7

Compression:

Stored size: 867 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "bootstrap_flash_messages/version"

Gem::Specification.new do |s|
  s.name        = "bootstrap_flash_messages"
  s.version     = BootstrapFlashMessages::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Robin Brouwer"]
  s.email       = ["robin@45north.nl"]
  s.homepage    = "http://www.45north.nl"
  s.summary     = %q{Bootstrap alerts and Rails flash messages combined in one easy-to-use gem.}
  s.description = %q{Bootstrap alerts and Rails flash messages combined in one easy-to-use gem.}
  
  s.rubyforge_project = "nowarning"
  
  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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bootstrap_flash_messages-0.0.7 bootstrap_flash_messages.gemspec
bootstrap_flash_messages-0.0.6 bootstrap_flash_messages.gemspec
bootstrap_flash_messages-0.0.5 bootstrap_flash_messages.gemspec
bootstrap_flash_messages-0.0.4 bootstrap_flash_messages.gemspec
bootstrap_flash_messages-0.0.3 bootstrap_flash_messages.gemspec
bootstrap_flash_messages-0.0.2 bootstrap_flash_messages.gemspec
bootstrap_flash_messages-0.0.1 bootstrap_flash_messages.gemspec