Sha256: 083d6a50f22700ccc9dc83de461788ad4ac13f534b64cb7e21ccfaba727af430
Contents?: true
Size: 873 Bytes
Versions: 2
Compression:
Stored size: 873 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@sparkforce.nl"] s.homepage = "http://www.sparkforce.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bootstrap_flash_messages-1.0.2 | bootstrap_flash_messages.gemspec |
bootstrap_flash_messages-1.0.1 | bootstrap_flash_messages.gemspec |