Sha256: 4514e476e214d5016181b6456bb33cb85ee29f37059dad08f178330a30cce462
Contents?: true
Size: 885 Bytes
Versions: 2
Compression:
Stored size: 885 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "bootstrap_helpers/version" Gem::Specification.new do |s| s.name = "bootstrap_helpers" s.version = BootstrapHelpers::VERSION s.authors = ["Sergey Pchelincev"] s.email = ["jalkoby91@gmail.com"] s.homepage = "" s.summary = %q{Early version of collection bootstrap helpers for Rails 3.x} s.description = %q{Speed up bilding you interface with bootstrap} s.rubyforge_project = "bootstrap_helpers" 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"] # specify any dependencies here; for example: s.add_development_dependency "rake" # s.add_runtime_dependency "rest-client" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bootstrap_helpers-0.0.9 | bootstrap_helpers.gemspec |
bootstrap_helpers-0.0.8 | bootstrap_helpers.gemspec |