--- !ruby/object:Gem::Specification
name: bitsnote-assets
version: !ruby/object:Gem::Version
  version: 0.0.1
platform: ruby
authors:
- Yen-Ju Chen
autorequire: 
bindir: bin
cert_chain: []
date: 2014-08-26 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '4.0'
    - - ">="
      - !ruby/object:Gem::Version
        version: 4.0.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '4.0'
    - - ">="
      - !ruby/object:Gem::Version
        version: 4.0.0
- !ruby/object:Gem::Dependency
  name: sqlite3
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.3'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.3'
description: Common assets for Bitsnote with CDN support.
email:
- yjchenx@gmail.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- MIT-LICENSE
- README.rdoc
- Rakefile
- app/assets/fonts/bootstrap/glyphicons-halflings-regular.eot
- app/assets/fonts/bootstrap/glyphicons-halflings-regular.svg
- app/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf
- app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff
- app/assets/fonts/ionic/ionicons.eot
- app/assets/fonts/ionic/ionicons.svg
- app/assets/fonts/ionic/ionicons.ttf
- app/assets/fonts/ionic/ionicons.woff
- app/assets/javascripts/angular-ui/angular-ui-router.js
- app/assets/javascripts/angular-ui/angular-ui-router.min.js
- app/assets/javascripts/angular/angular-animate.js
- app/assets/javascripts/angular/angular-animate.min.js
- app/assets/javascripts/angular/angular-cookies.js
- app/assets/javascripts/angular/angular-cookies.min.js
- app/assets/javascripts/angular/angular-loader.js
- app/assets/javascripts/angular/angular-loader.min.js
- app/assets/javascripts/angular/angular-mocks.js
- app/assets/javascripts/angular/angular-resource.js
- app/assets/javascripts/angular/angular-resource.min.js
- app/assets/javascripts/angular/angular-route.js
- app/assets/javascripts/angular/angular-route.min.js
- app/assets/javascripts/angular/angular-sanitize.js
- app/assets/javascripts/angular/angular-sanitize.min.js
- app/assets/javascripts/angular/angular-scenario.js
- app/assets/javascripts/angular/angular-touch.js
- app/assets/javascripts/angular/angular-touch.min.js
- app/assets/javascripts/angular/angular.js
- app/assets/javascripts/angular/angular.min.js
- app/assets/javascripts/bootstrap/bootstrap.js
- app/assets/javascripts/bootstrap/bootstrap.min.js
- app/assets/javascripts/ionic/ionic-angular.js
- app/assets/javascripts/ionic/ionic-angular.min.js
- app/assets/javascripts/ionic/ionic.bundle.js
- app/assets/javascripts/ionic/ionic.bundle.min.js
- app/assets/javascripts/ionic/ionic.js
- app/assets/javascripts/ionic/ionic.min.js
- app/assets/javascripts/jquery-ui/jquery-ui.js
- app/assets/javascripts/jquery-ui/jquery-ui.min.js
- app/assets/stylesheets/angular/angular-csp.css
- app/assets/stylesheets/bootstrap/bootstrap-theme.css
- app/assets/stylesheets/bootstrap/bootstrap-theme.min.css
- app/assets/stylesheets/bootstrap/bootstrap.css
- app/assets/stylesheets/bootstrap/bootstrap.min.css
- app/assets/stylesheets/ionic/ionic.css
- app/assets/stylesheets/ionic/ionic.min.css
- lib/bitsnote-assets.rb
- lib/bitsnote-assets/version.rb
- lib/tasks/bitsnote-assets_tasks.rake
- test/bitsnote_assets_test.rb
- test/dummy/README.rdoc
- test/dummy/Rakefile
- test/dummy/app/assets/javascripts/application.js
- test/dummy/app/assets/javascripts/main.js
- test/dummy/app/assets/stylesheets/application.css
- test/dummy/app/assets/stylesheets/main.css
- test/dummy/app/controllers/application_controller.rb
- test/dummy/app/controllers/main_controller.rb
- test/dummy/app/helpers/application_helper.rb
- test/dummy/app/helpers/main_helper.rb
- test/dummy/app/views/layouts/application.html.erb
- test/dummy/app/views/main/index.html.erb
- test/dummy/bin/bundle
- test/dummy/bin/rails
- test/dummy/bin/rake
- test/dummy/config.ru
- 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/assets.rb
- test/dummy/config/initializers/backtrace_silencers.rb
- test/dummy/config/initializers/cookies_serializer.rb
- test/dummy/config/initializers/filter_parameter_logging.rb
- test/dummy/config/initializers/inflections.rb
- test/dummy/config/initializers/mime_types.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/secrets.yml
- test/dummy/db/development.sqlite3
- test/dummy/db/schema.rb
- test/dummy/db/test.sqlite3
- test/dummy/log/development.log
- test/dummy/public/404.html
- test/dummy/public/422.html
- test/dummy/public/500.html
- test/dummy/public/favicon.ico
- test/dummy/test/controllers/main_controller_test.rb
- test/dummy/test/helpers/main_helper_test.rb
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
- test/dummy/tmp/cache/assets/development/sprockets/25fca4643219052b0d5c66cf2c71f72f
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
- test/dummy/tmp/cache/assets/development/sprockets/386e9196dd0f9efdce6f92ce93a6d107
- test/dummy/tmp/cache/assets/development/sprockets/3f9170db678c4e1fdfa51752e5ec8e39
- test/dummy/tmp/cache/assets/development/sprockets/489af12e680adec109e506328fdc1368
- test/dummy/tmp/cache/assets/development/sprockets/50b9a4dd63d203039ce5b560ff2c33d7
- test/dummy/tmp/cache/assets/development/sprockets/64f399e2eee4409012ebcc8ea938419a
- test/dummy/tmp/cache/assets/development/sprockets/6d98f39010827cad999334e769f03398
- test/dummy/tmp/cache/assets/development/sprockets/91056193051f3741ee35672c43f02cc2
- test/dummy/tmp/cache/assets/development/sprockets/babe75ab5fc2c1762e161e6eaae5c30b
- test/dummy/tmp/cache/assets/development/sprockets/bf21891f6ce2dc468abfcb9bb75c6a1e
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
- test/dummy/tmp/cache/assets/development/sprockets/d34631840b4592db0d749b96ab27a620
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
- test/dummy/tmp/cache/assets/development/sprockets/e36b8fcf5914a3a6bf058abfe7367b19
- test/dummy/tmp/cache/assets/development/sprockets/eb199fcd85e4107f4eb5d71939ea330c
- test/dummy/tmp/cache/assets/development/sprockets/ee10c355250f9cd7adb9593445676545
- test/dummy/tmp/cache/assets/development/sprockets/f6eeb33602682bd6ff6d1f177f6b142d
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
- test/test_helper.rb
homepage: http://www.bitsnote.com
licenses:
- MIT
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.2.2
signing_key: 
specification_version: 4
summary: Rails assets for Bitsnote.
test_files:
- test/bitsnote_assets_test.rb
- test/dummy/app/assets/javascripts/application.js
- test/dummy/app/assets/javascripts/main.js
- test/dummy/app/assets/stylesheets/application.css
- test/dummy/app/assets/stylesheets/main.css
- test/dummy/app/controllers/application_controller.rb
- test/dummy/app/controllers/main_controller.rb
- test/dummy/app/helpers/application_helper.rb
- test/dummy/app/helpers/main_helper.rb
- test/dummy/app/views/layouts/application.html.erb
- test/dummy/app/views/main/index.html.erb
- test/dummy/bin/bundle
- test/dummy/bin/rails
- test/dummy/bin/rake
- 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/assets.rb
- test/dummy/config/initializers/backtrace_silencers.rb
- test/dummy/config/initializers/cookies_serializer.rb
- test/dummy/config/initializers/filter_parameter_logging.rb
- test/dummy/config/initializers/inflections.rb
- test/dummy/config/initializers/mime_types.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/secrets.yml
- test/dummy/config.ru
- test/dummy/db/development.sqlite3
- test/dummy/db/schema.rb
- test/dummy/db/test.sqlite3
- test/dummy/log/development.log
- test/dummy/public/404.html
- test/dummy/public/422.html
- test/dummy/public/500.html
- test/dummy/public/favicon.ico
- test/dummy/Rakefile
- test/dummy/README.rdoc
- test/dummy/test/controllers/main_controller_test.rb
- test/dummy/test/helpers/main_helper_test.rb
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
- test/dummy/tmp/cache/assets/development/sprockets/25fca4643219052b0d5c66cf2c71f72f
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
- test/dummy/tmp/cache/assets/development/sprockets/386e9196dd0f9efdce6f92ce93a6d107
- test/dummy/tmp/cache/assets/development/sprockets/3f9170db678c4e1fdfa51752e5ec8e39
- test/dummy/tmp/cache/assets/development/sprockets/489af12e680adec109e506328fdc1368
- test/dummy/tmp/cache/assets/development/sprockets/50b9a4dd63d203039ce5b560ff2c33d7
- test/dummy/tmp/cache/assets/development/sprockets/64f399e2eee4409012ebcc8ea938419a
- test/dummy/tmp/cache/assets/development/sprockets/6d98f39010827cad999334e769f03398
- test/dummy/tmp/cache/assets/development/sprockets/91056193051f3741ee35672c43f02cc2
- test/dummy/tmp/cache/assets/development/sprockets/babe75ab5fc2c1762e161e6eaae5c30b
- test/dummy/tmp/cache/assets/development/sprockets/bf21891f6ce2dc468abfcb9bb75c6a1e
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
- test/dummy/tmp/cache/assets/development/sprockets/d34631840b4592db0d749b96ab27a620
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
- test/dummy/tmp/cache/assets/development/sprockets/e36b8fcf5914a3a6bf058abfe7367b19
- test/dummy/tmp/cache/assets/development/sprockets/eb199fcd85e4107f4eb5d71939ea330c
- test/dummy/tmp/cache/assets/development/sprockets/ee10c355250f9cd7adb9593445676545
- test/dummy/tmp/cache/assets/development/sprockets/f6eeb33602682bd6ff6d1f177f6b142d
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
- test/test_helper.rb