--- !ruby/object:Gem::Specification
name: view_assets
version: !ruby/object:Gem::Version
  version: 0.0.9
  prerelease: 
platform: ruby
authors:
- Van Hu
autorequire: 
bindir: bin
cert_chain: []
date: 2013-01-05 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rails
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 3.2.8
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 3.2.8
- !ruby/object:Gem::Dependency
  name: sqlite3
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
description: Instead of using the default assets managing style in rails 3.2, this
  gem will introduce a new way to manage your assets. This is still a prototype, the
  fullfledged version will publish soon.
email:
- bom.d.van@gmail.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- lib/tasks/view_assets_tasks.rake
- lib/view_assets/assets_finder.rb
- lib/view_assets/css_assets.rb
- lib/view_assets/directives.rb
- lib/view_assets/error.rb
- lib/view_assets/js_assets.rb
- lib/view_assets/version.rb
- lib/view_assets.rb
- MIT-LICENSE
- Rakefile
- readme.md
- test/dummy/app/assets/javascripts/application.js
- test/dummy/app/assets/javascripts/bar.js
- test/dummy/app/assets/javascripts/foo.js
- test/dummy/app/assets/stylesheets/application.css
- test/dummy/app/assets/stylesheets/bar.css
- test/dummy/app/assets/stylesheets/foo.css
- test/dummy/app/controllers/application_controller.rb
- test/dummy/app/controllers/bar_controller.rb
- test/dummy/app/controllers/foo_controller.rb
- test/dummy/app/helpers/application_helper.rb
- test/dummy/app/helpers/bar_helper.rb
- test/dummy/app/helpers/foo_helper.rb
- test/dummy/app/views/bar/index.html.erb
- test/dummy/app/views/bar/show.html.erb
- test/dummy/app/views/foo/index.html.erb
- test/dummy/app/views/foo/show.html.erb
- test/dummy/app/views/layouts/application.html.erb
- test/dummy/config/application.rb
- test/dummy/config/boot.rb
- test/dummy/config/database.yml
- test/dummy/config/environment.rb
- test/dummy/config/environments/development.rb
- test/dummy/config/environments/production.rb
- test/dummy/config/environments/test.rb
- test/dummy/config/initializers/backtrace_silencers.rb
- test/dummy/config/initializers/inflections.rb
- test/dummy/config/initializers/mime_types.rb
- test/dummy/config/initializers/secret_token.rb
- test/dummy/config/initializers/session_store.rb
- test/dummy/config/initializers/wrap_parameters.rb
- test/dummy/config/locales/en.yml
- test/dummy/config/routes.rb
- test/dummy/config.ru
- test/dummy/db/development.sqlite3
- test/dummy/log/development.log
- test/dummy/public/404.html
- test/dummy/public/422.html
- test/dummy/public/500.html
- test/dummy/public/app/javascripts/application.js
- test/dummy/public/app/javascripts/bar/index/index.js
- test/dummy/public/app/javascripts/bar/index/others.js
- test/dummy/public/app/javascripts/bar/show.js
- test/dummy/public/app/javascripts/foo/index/index.js
- test/dummy/public/app/javascripts/foo/index/others.js
- test/dummy/public/app/javascripts/foo/show.js
- test/dummy/public/app/stylesheets/application.css
- test/dummy/public/app/stylesheets/bar/index/index.css
- test/dummy/public/app/stylesheets/bar/index/others.css
- test/dummy/public/app/stylesheets/bar/show.css
- test/dummy/public/app/stylesheets/foo/index/index.css
- test/dummy/public/app/stylesheets/foo/index/others.css
- test/dummy/public/app/stylesheets/foo/show.css
- test/dummy/public/favicon.ico
- test/dummy/public/lib/javascripts/lib1.js
- test/dummy/public/lib/javascripts/lib2.js
- test/dummy/public/lib/stylesheets/lib1.css
- test/dummy/public/lib/stylesheets/lib2.css
- test/dummy/public/vendor/javascripts/vendor1.js
- test/dummy/public/vendor/javascripts/vendor2.js
- test/dummy/public/vendor/stylesheets/vendor1/vendor1.css
- test/dummy/public/vendor/stylesheets/vendor2.css
- test/dummy/Rakefile
- test/dummy/README.rdoc
- test/dummy/script/rails
- test/dummy/test/functional/bar_controller_test.rb
- test/dummy/test/functional/foo_controller_test.rb
- test/dummy/test/unit/helpers/bar_helper_test.rb
- test/dummy/test/unit/helpers/foo_helper_test.rb
- test/test_helper.rb
- test/view_assets_test.rb
homepage: https://github.com/bom-d-van/view_assets
licenses: []
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      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.24
signing_key: 
specification_version: 3
summary: A new method to manage assets in a rails project.
test_files:
- test/dummy/app/assets/javascripts/application.js
- test/dummy/app/assets/javascripts/bar.js
- test/dummy/app/assets/javascripts/foo.js
- test/dummy/app/assets/stylesheets/application.css
- test/dummy/app/assets/stylesheets/bar.css
- test/dummy/app/assets/stylesheets/foo.css
- test/dummy/app/controllers/application_controller.rb
- test/dummy/app/controllers/bar_controller.rb
- test/dummy/app/controllers/foo_controller.rb
- test/dummy/app/helpers/application_helper.rb
- test/dummy/app/helpers/bar_helper.rb
- test/dummy/app/helpers/foo_helper.rb
- test/dummy/app/views/bar/index.html.erb
- test/dummy/app/views/bar/show.html.erb
- test/dummy/app/views/foo/index.html.erb
- test/dummy/app/views/foo/show.html.erb
- test/dummy/app/views/layouts/application.html.erb
- test/dummy/config/application.rb
- test/dummy/config/boot.rb
- test/dummy/config/database.yml
- test/dummy/config/environment.rb
- test/dummy/config/environments/development.rb
- test/dummy/config/environments/production.rb
- test/dummy/config/environments/test.rb
- test/dummy/config/initializers/backtrace_silencers.rb
- test/dummy/config/initializers/inflections.rb
- test/dummy/config/initializers/mime_types.rb
- test/dummy/config/initializers/secret_token.rb
- test/dummy/config/initializers/session_store.rb
- test/dummy/config/initializers/wrap_parameters.rb
- test/dummy/config/locales/en.yml
- test/dummy/config/routes.rb
- test/dummy/config.ru
- test/dummy/db/development.sqlite3
- test/dummy/log/development.log
- test/dummy/public/404.html
- test/dummy/public/422.html
- test/dummy/public/500.html
- test/dummy/public/app/javascripts/application.js
- test/dummy/public/app/javascripts/bar/index/index.js
- test/dummy/public/app/javascripts/bar/index/others.js
- test/dummy/public/app/javascripts/bar/show.js
- test/dummy/public/app/javascripts/foo/index/index.js
- test/dummy/public/app/javascripts/foo/index/others.js
- test/dummy/public/app/javascripts/foo/show.js
- test/dummy/public/app/stylesheets/application.css
- test/dummy/public/app/stylesheets/bar/index/index.css
- test/dummy/public/app/stylesheets/bar/index/others.css
- test/dummy/public/app/stylesheets/bar/show.css
- test/dummy/public/app/stylesheets/foo/index/index.css
- test/dummy/public/app/stylesheets/foo/index/others.css
- test/dummy/public/app/stylesheets/foo/show.css
- test/dummy/public/favicon.ico
- test/dummy/public/lib/javascripts/lib1.js
- test/dummy/public/lib/javascripts/lib2.js
- test/dummy/public/lib/stylesheets/lib1.css
- test/dummy/public/lib/stylesheets/lib2.css
- test/dummy/public/vendor/javascripts/vendor1.js
- test/dummy/public/vendor/javascripts/vendor2.js
- test/dummy/public/vendor/stylesheets/vendor1/vendor1.css
- test/dummy/public/vendor/stylesheets/vendor2.css
- test/dummy/Rakefile
- test/dummy/README.rdoc
- test/dummy/script/rails
- test/dummy/test/functional/bar_controller_test.rb
- test/dummy/test/functional/foo_controller_test.rb
- test/dummy/test/unit/helpers/bar_helper_test.rb
- test/dummy/test/unit/helpers/foo_helper_test.rb
- test/test_helper.rb
- test/view_assets_test.rb