thesilverspoon 0.0.28 → 0.0.29

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +0,0 @@
1
- module Thesilverspoon
2
- VERSION = "0.0.27"
3
- end
@@ -1,39 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- $:.push File.expand_path("../lib", __FILE__)
3
- require "thesilverspoon/version"
4
-
5
- Gem::Specification.new do |s|
6
- s.name = "thesilverspoon"
7
- s.version = Thesilverspoon::VERSION
8
- s.authors = ["Ptotem"]
9
- s.email = ["info@ptotem.com"]
10
- s.homepage = "https://github.com/ptotemy/thesilverspoon"
11
- s.summary = %q{Let your Rails App be born with a silver spoon in its mouth}
12
- 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}
13
-
14
- s.rubyforge_project = "thesilverspoon"
15
-
16
- s.files = `git ls-files`.split("\n")
17
- s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
- s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
- s.require_paths = ["lib"]
20
-
21
- # specify any dependencies here; for example:
22
- # s.add_development_dependency "rspec"
23
- # s.add_runtime_dependency "rest-client"
24
-
25
-
26
- s.add_dependency 'bootstrapped'
27
- s.add_dependency 'gritter'
28
- s.add_dependency 'spreadsheet'
29
- s.add_dependency 'carrierwave'
30
- s.add_dependency 'devise'
31
- s.add_dependency 'cancan'
32
- s.add_dependency 'nifty-generators'
33
-
34
-
35
-
36
-
37
-
38
-
39
- end