# -*- encoding: utf-8 -*- # stub: gennaro 0.3 ruby lib Gem::Specification.new do |s| s.name = "gennaro".freeze s.version = "0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Giovanni Capuano".freeze] s.date = "2013-12-16" s.description = "Generate templates for Sinatra. The built-in template provide a user authentication model, but you can add as many templates as you want.".freeze s.email = "webmaster@giovannicapuano.net".freeze s.executables = ["gennaro".freeze] s.files = ["bin/gennaro".freeze, "lib/gennaro.rb".freeze, "lib/gennaro/file.rb".freeze, "lib/gennaro/gennaro.rb".freeze, "lib/gennaro/version.rb".freeze, "spec/gennaro_spec.rb".freeze, "templates/authentication/Gemfile".freeze, "templates/authentication/Rakefile".freeze, "templates/authentication/_class_name_.rb".freeze, "templates/authentication/app/controllers/application.rb".freeze, "templates/authentication/app/controllers/users.rb".freeze, "templates/authentication/app/helpers/application.rb".freeze, "templates/authentication/app/helpers/cookie.rb".freeze, "templates/authentication/app/helpers/csrf.rb".freeze, "templates/authentication/app/helpers/user.rb".freeze, "templates/authentication/app/models/guest.rb".freeze, "templates/authentication/app/models/user.rb".freeze, "templates/authentication/app/views/user/login.erb".freeze, "templates/authentication/app/views/user/logout.erb".freeze, "templates/authentication/app/views/user/lost_password.erb".freeze, "templates/authentication/app/views/user/password_recovery.erb".freeze, "templates/authentication/app/views/user/signup.erb".freeze, "templates/authentication/app/views/user/template/footer.rb".freeze, "templates/authentication/app/views/user/template/header.erb".freeze, "templates/authentication/config.ru".freeze, "templates/authentication/spec/spec.rb".freeze, "templates/authentication/spec/user_spec.rb".freeze, "templates/authentication/views/user/login.erb".freeze, "templates/authentication/views/user/logout.erb".freeze, "templates/authentication/views/user/lost_password.erb".freeze, "templates/authentication/views/user/new_password.erb".freeze, "templates/authentication/views/user/password_recovery.erb".freeze, "templates/authentication/views/user/signup.erb".freeze, "templates/authentication/views/user/template/footer.erb".freeze, "templates/authentication/views/user/template/header.erb".freeze] s.homepage = "http://www.giovannicapuano.net".freeze s.licenses = ["WTFPL".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Sinatra template generator.".freeze s.test_files = ["spec/gennaro_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end