# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "simple-layout" s.version = "0.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Allen Kim"] s.date = "2012-03-27" s.description = "This gotta be longer than summary. :). I will fill it out " s.email = "bighostkim@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] s.files = [ ".document", "Gemfile", "Gemfile.lock", "LICENSE.txt", "README.rdoc", "Rakefile", "VERSION", "lib/generators/layout/USAGE", "lib/generators/layout/layout_generator.rb", "lib/generators/layout/layouts/simple/images/menu_background.png", "lib/generators/layout/layouts/simple/index.html", "lib/generators/layout/layouts/simple/simple.html.erb", "lib/generators/layout/layouts/simple/styles.css", "lib/simple-layout.rb", "simple-layout.gemspec", "test/rails_app/.gitignore", "test/rails_app/Gemfile", "test/rails_app/Gemfile.lock", "test/rails_app/README", "test/rails_app/Rakefile", "test/rails_app/app/assets/images/rails.png", "test/rails_app/app/assets/javascripts/application.js", "test/rails_app/app/assets/stylesheets/application.css", "test/rails_app/app/controllers/application_controller.rb", "test/rails_app/app/helpers/application_helper.rb", "test/rails_app/app/mailers/.gitkeep", "test/rails_app/app/models/.gitkeep", "test/rails_app/app/views/layouts/application.html.erb", "test/rails_app/config.ru", "test/rails_app/config/application.rb", "test/rails_app/config/boot.rb", "test/rails_app/config/database.yml", "test/rails_app/config/environment.rb", "test/rails_app/config/environments/development.rb", "test/rails_app/config/environments/production.rb", "test/rails_app/config/environments/test.rb", "test/rails_app/config/initializers/backtrace_silencers.rb", "test/rails_app/config/initializers/inflections.rb", "test/rails_app/config/initializers/mime_types.rb", "test/rails_app/config/initializers/secret_token.rb", "test/rails_app/config/initializers/session_store.rb", "test/rails_app/config/initializers/wrap_parameters.rb", "test/rails_app/config/locales/en.yml", "test/rails_app/config/routes.rb", "test/rails_app/db/seeds.rb", "test/rails_app/lib/assets/.gitkeep", "test/rails_app/lib/tasks/.gitkeep", "test/rails_app/log/.gitkeep", "test/rails_app/public/404.html", "test/rails_app/public/422.html", "test/rails_app/public/500.html", "test/rails_app/public/favicon.ico", "test/rails_app/public/index.html", "test/rails_app/public/robots.txt", "test/rails_app/script/rails", "test/rails_app/test/fixtures/.gitkeep", "test/rails_app/test/functional/.gitkeep", "test/rails_app/test/integration/.gitkeep", "test/rails_app/test/performance/browsing_test.rb", "test/rails_app/test/test_helper.rb", "test/rails_app/test/unit/.gitkeep", "test/rails_app/vendor/assets/stylesheets/.gitkeep", "test/rails_app/vendor/plugins/.gitkeep", "test/test_layout_generator.rb", "test/tmp/app/views/layouts/simple.html.erb", "test/tmp/public/simple/images/menu_background.png", "test/tmp/public/simple/index.html", "test/tmp/public/simple/styles.css" ] s.homepage = "http://github.com/bighostkim/simple-layout" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "1.8.15" s.summary = "Make layout ready for your application, so you don't have to" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, ["~> 3.12"]) s.add_development_dependency(%q, ["~> 1.0.0"]) s.add_development_dependency(%q, ["~> 1.8.3"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 3.12"]) s.add_dependency(%q, ["~> 1.0.0"]) s.add_dependency(%q, ["~> 1.8.3"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 3.12"]) s.add_dependency(%q, ["~> 1.0.0"]) s.add_dependency(%q, ["~> 1.8.3"]) s.add_dependency(%q, [">= 0"]) end end