4 |
Welcome to the Sinatra Template! If you're seeing this page, then everything is working
5 | as expected. To get started, delete this file (views/welcome.erb)
and begin adding
6 | your own actions to app.rb
. For more information, see the README.
7 |
8 |
9 |
18 |
--------------------------------------------------------------------------------
/snfn.gemspec:
--------------------------------------------------------------------------------
1 | # Generated by jeweler
2 | # DO NOT EDIT THIS FILE DIRECTLY
3 | # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4 | # -*- encoding: utf-8 -*-
5 |
6 | Gem::Specification.new do |s|
7 | s.name = %q{snfn}
8 | s.version = "0.3.0"
9 |
10 | s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11 | s.authors = [%q{Zach Pendleton}]
12 | s.date = %q{2011-08-24}
13 | s.description = %q{An app generator for Sinatra apps with an eye towards easy Heroku setup and deployment.}
14 | s.email = %q{zachpendleton@gmail.com}
15 | s.executables = [%q{snfn}]
16 | s.extra_rdoc_files = [
17 | "LICENSE.txt",
18 | "README.mdown"
19 | ]
20 | s.files = [
21 | ".document",
22 | "Gemfile",
23 | "Gemfile.lock",
24 | "LICENSE.txt",
25 | "README.mdown",
26 | "Rakefile",
27 | "VERSION",
28 | "bin/snfn",
29 | "lib/extensions/string.rb",
30 | "lib/snfn.rb",
31 | "lib/templates/Gemfile",
32 | "lib/templates/Procfile",
33 | "lib/templates/README.mdown",
34 | "lib/templates/Rakefile",
35 | "lib/templates/app.rb",
36 | "lib/templates/config.ru",
37 | "lib/templates/config/db.yml",
38 | "lib/templates/config/initializers/database.rb",
39 | "lib/templates/config/initializers/redis.rb",
40 | "lib/templates/config/redis.yml",
41 | "lib/templates/config/unicorn.rb",
42 | "lib/templates/public/css/scaffold.css",
43 | "lib/templates/public/img/.gitkeep",
44 | "lib/templates/public/js/app.js.tt",
45 | "lib/templates/public/js/lib/modernizr-2.0.6.js",
46 | "lib/templates/views/layout.erb.tt",
47 | "lib/templates/views/welcome.erb",
48 | "snfn.gemspec",
49 | "test/helper.rb",
50 | "test/test_extension_string.rb",
51 | "test/test_snfn.rb",
52 | "vendor/cache/fakefs-0.3.2.gem",
53 | "vendor/cache/git-1.2.5.gem",
54 | "vendor/cache/jeweler-1.6.4.gem",
55 | "vendor/cache/rake-0.9.2.gem",
56 | "vendor/cache/thor-0.14.6.gem"
57 | ]
58 | s.homepage = %q{http://github.com/zachpendleton/snfn}
59 | s.licenses = [%q{MIT}]
60 | s.require_paths = [%q{lib}]
61 | s.rubygems_version = %q{1.8.7}
62 | s.summary = %q{A Heroku-friendy Sinatra app generator}
63 |
64 | if s.respond_to? :specification_version then
65 | s.specification_version = 3
66 |
67 | if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
68 | s.add_runtime_dependency(%q