--- !ruby/object:Gem::Specification 
name: simple-layout
version: !ruby/object:Gem::Version 
  prerelease: 
  version: 0.1.2
platform: ruby
authors: 
- Allen Kim
autorequire: 
bindir: bin
cert_chain: []

date: 2012-03-27 00:00:00 Z
dependencies: 
- !ruby/object:Gem::Dependency 
  name: shoulda
  requirement: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        version: "0"
  type: :development
  prerelease: false
  version_requirements: *id001
- !ruby/object:Gem::Dependency 
  name: rdoc
  requirement: &id002 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ~>
      - !ruby/object:Gem::Version 
        version: "3.12"
  type: :development
  prerelease: false
  version_requirements: *id002
- !ruby/object:Gem::Dependency 
  name: bundler
  requirement: &id003 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ~>
      - !ruby/object:Gem::Version 
        version: 1.0.0
  type: :development
  prerelease: false
  version_requirements: *id003
- !ruby/object:Gem::Dependency 
  name: jeweler
  requirement: &id004 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ~>
      - !ruby/object:Gem::Version 
        version: 1.8.3
  type: :development
  prerelease: false
  version_requirements: *id004
description: "This gotta be longer than summary. :). I will fill it out  "
email: bighostkim@gmail.com
executables: []

extensions: []

extra_rdoc_files: 
- LICENSE.txt
- README.rdoc
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
homepage: http://github.com/bighostkim/simple-layout
licenses: 
- MIT
post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: -1840306854491963766
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.8.15
signing_key: 
specification_version: 3
summary: Make layout ready for your application, so you don't have to
test_files: []