Sha256: 4638d6d93ff159266b4867dca9f61ce84db4f2bf69298a7e181bed27bf473864
Contents?: true
Size: 1.63 KB
Versions: 16
Compression:
Stored size: 1.63 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "thesilverspoon/version" Gem::Specification.new do |s| s.name = "thesilverspoon" s.version = Thesilverspoon::VERSION s.authors = ["Ptotem Learnings"] s.email = ["info@ptotem.com"] s.homepage = "http://www.ptotem.com" s.summary = %q{Let your Rails App be born with a silver spoon in its mouth} s.description = %q{This gem preps a new Rails app with some of the best Rails gems and Jquery sweetness available( Twitter-Bootstrap, Devise, CanCan, Rails Admin, Spreadsheet, ) Not only does it takes care of the installation of these gems, it also extends your scaffolds to give aesthetically improved views. Further, apart from the standard scaffold views, it also creates an AJAX driven integrated view for your scaffold. It dries up your controllers and makes your models friendlier by adding schema stubs and standard validation options. Expect Cucumber integration in our next version} s.rubyforge_project = "thesilverspoon" 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 'railties', '3.1.3' s.add_dependency 'bootstrap-sass' s.add_dependency 'gritter' s.add_dependency 'spreadsheet' s.add_dependency 'carrierwave' s.add_dependency 'devise' s.add_dependency 'cancan' s.add_dependency 'bootstrap-sass' end
Version data entries
16 entries across 8 versions & 1 rubygems