Sha256: 14a22278e47e20acfa1a13a6b0e64016dff4c7ae2f39a6c0f4cb6303752304b4
Contents?: true
Size: 971 Bytes
Versions: 6
Compression:
Stored size: 971 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "bootstrap2-rails/version" Gem::Specification.new do |s| s.name = "bootstrap2-rails" s.version = BootstrapRails::VERSION s.authors = ["Fabio Stapait"] s.email = ["stapait@gmail.com"] s.homepage = "https://github.com/stapait/bootstrap2-rails" s.summary = %q{This is a scaffold replacement with a Twitter Bootstrap look} s.description = %q{This is a scaffold replacement with a Twitter Bootstrap look} s.rubyforge_project = "bootstrap2-rails" 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 "rspec" # s.add_runtime_dependency "rest-client" s.add_dependency "will_paginate" end
Version data entries
6 entries across 6 versions & 1 rubygems