--- !ruby/object:Gem::Specification
name: gennaro
version: !ruby/object:Gem::Version
  version: 0.3.4.2
platform: ruby
authors:
- Giovanni Capuano
autorequire: 
bindir: bin
cert_chain: []
date: 2013-12-26 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rspec
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: rake
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
description: Generate templates for Sinatra. The built-in template provide a user
  authentication model, but you can add as many templates as you want.
email: webmaster@giovannicapuano.net
executables:
- gennaro
extensions: []
extra_rdoc_files: []
files:
- lib/gennaro/file.rb
- lib/gennaro/gennaro.rb
- lib/gennaro/version.rb
- lib/gennaro.rb
- templates/authentication/app/controllers/application.rb
- templates/authentication/app/controllers/users.rb
- templates/authentication/app/helpers/application.rb
- templates/authentication/app/helpers/cookie.rb
- templates/authentication/app/helpers/csrf.rb
- templates/authentication/app/helpers/user.rb
- templates/authentication/app/models/guest.rb
- templates/authentication/app/models/user.rb
- templates/authentication/config.ru
- templates/authentication/Gemfile
- templates/authentication/public/bootstrap/css/bootstrap-theme.css
- templates/authentication/public/bootstrap/css/bootstrap-theme.min.css
- templates/authentication/public/bootstrap/css/bootstrap.css
- templates/authentication/public/bootstrap/css/bootstrap.min.css
- templates/authentication/public/bootstrap/fonts/glyphicons-halflings-regular.eot
- templates/authentication/public/bootstrap/fonts/glyphicons-halflings-regular.svg
- templates/authentication/public/bootstrap/fonts/glyphicons-halflings-regular.ttf
- templates/authentication/public/bootstrap/fonts/glyphicons-halflings-regular.woff
- templates/authentication/public/bootstrap/js/bootstrap.js
- templates/authentication/public/bootstrap/js/bootstrap.min.js
- templates/authentication/public/css/lib/bootstrap-checkbox.css
- templates/authentication/public/css/lib/bootstrap-select.min.css
- templates/authentication/public/css/user.css
- templates/authentication/public/img/icons.png
- templates/authentication/public/js/lib/bootstrap-checkbox.js
- templates/authentication/public/js/lib/bootstrap-select.min.js
- templates/authentication/public/js/lib/jquery.min.js
- templates/authentication/public/js/user.js
- templates/authentication/Rakefile
- templates/authentication/spec/spec.rb
- templates/authentication/spec/user_spec.rb
- templates/authentication/views/index.erb
- templates/authentication/views/template/footer.erb
- templates/authentication/views/template/header.erb
- templates/authentication/views/user/change_level.erb
- templates/authentication/views/user/login.erb
- templates/authentication/views/user/logout.erb
- templates/authentication/views/user/lost_password.erb
- templates/authentication/views/user/new_password.erb
- templates/authentication/views/user/password_recovery.erb
- templates/authentication/views/user/signup.erb
- templates/authentication/_class_name_.rb
- spec/gennaro_spec.rb
- bin/gennaro
homepage: http://www.giovannicapuano.net
licenses:
- WTFPL
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.0.3
signing_key: 
specification_version: 4
summary: Sinatra template generator.
test_files:
- spec/gennaro_spec.rb