Last active
August 29, 2015 13:57
-
-
Save nTraum/9534093 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * This is a manifest file that'll be compiled into application.css, which will include all the files | |
| * listed below. | |
| * | |
| * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, | |
| * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. | |
| * | |
| * You're free to add application-wide styles to this file and they'll appear at the top of the | |
| * compiled file, but it's generally better to create a new file per style scope. | |
| * | |
| *= require_self | |
| *= require_tree . | |
| */ | |
| @import "bootstrap"; | |
| @import "font-awesome"; | |
| .flex-video { | |
| position: relative; | |
| padding-top: 25px; | |
| padding-bottom: 67.5%; | |
| height: 0; | |
| margin-bottom: 16px; | |
| overflow: hidden; | |
| } | |
| .flex-video.widescreen { padding-bottom: 57.25%; } | |
| .flex-video.vimeo { padding-top: 0; } | |
| .flex-video iframe, | |
| .flex-video object, | |
| .flex-video embed { | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| width: 100%; | |
| height: 100%; | |
| } | |
| @media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) { | |
| .flex-video { padding-top: 0; } | |
| } | |
| .button_to { | |
| display: inline; | |
| } | |
| .button_to div { | |
| display: inline; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| NoMethodError - undefined method `environment' for nil:NilClass | |
| (in /home/ntraum/coding/tf2movies/app/assets/stylesheets/application.css.scss): | |
| sass-rails (4.0.1) lib/sass/rails/importer.rb:84:in `evaluate' | |
| sass-rails (4.0.1) lib/sass/rails/importer.rb:70:in `engine_from_path' | |
| sass-rails (4.0.1) lib/sass/rails/importer.rb:35:in `find' | |
| sass (3.3.2) lib/sass/tree/import_node.rb:54:in `block in import' | |
| sass (3.3.2) lib/sass/tree/import_node.rb:53:in `import' | |
| sass (3.3.2) lib/sass/tree/import_node.rb:28:in `imported_file' | |
| sass (3.3.2) lib/sass/tree/import_node.rb:37:in `css_import?' | |
| sass (3.3.2) lib/sass/tree/visitors/perform.rb:283:in `visit_import' | |
| sass (3.3.2) lib/sass/tree/visitors/base.rb:36:in `visit' | |
| sass (3.3.2) lib/sass/tree/visitors/perform.rb:152:in `block in visit' | |
| sass (3.3.2) lib/sass/stack.rb:79:in `block in with_base' | |
| sass (3.3.2) lib/sass/stack.rb:121:in `with_frame' | |
| sass (3.3.2) lib/sass/stack.rb:79:in `with_base' | |
| sass (3.3.2) lib/sass/tree/visitors/perform.rb:152:in `visit' | |
| sass (3.3.2) lib/sass/tree/visitors/base.rb:52:in `block in visit_children' | |
| sass (3.3.2) lib/sass/tree/visitors/base.rb:52:in `visit_children' | |
| sass (3.3.2) lib/sass/tree/visitors/perform.rb:161:in `block in visit_children' | |
| sass (3.3.2) lib/sass/tree/visitors/perform.rb:173:in `with_environment' | |
| sass (3.3.2) lib/sass/tree/visitors/perform.rb:160:in `visit_children' | |
| sass (3.3.2) lib/sass/tree/visitors/base.rb:36:in `block in visit' | |
| sass (3.3.2) lib/sass/tree/visitors/perform.rb:180:in `visit_root' | |
| sass (3.3.2) lib/sass/tree/visitors/base.rb:36:in `visit' | |
| sass (3.3.2) lib/sass/tree/visitors/perform.rb:151:in `visit' | |
| sass (3.3.2) lib/sass/tree/visitors/perform.rb:8:in `visit' | |
| sass (3.3.2) lib/sass/tree/root_node.rb:36:in `css_tree' | |
| sass (3.3.2) lib/sass/tree/root_node.rb:20:in `render' | |
| sass (3.3.2) lib/sass/engine.rb:274:in `render' | |
| sprockets (2.11.1) lib/sprockets/sass_template.rb:53:in `evaluate' | |
| tilt (1.4.1) lib/tilt/template.rb:103:in `render' | |
| sprockets (2.11.1) lib/sprockets/context.rb:197:in `block in evaluate' | |
| sprockets (2.11.1) lib/sprockets/context.rb:194:in `evaluate' | |
| sprockets (2.11.1) lib/sprockets/processed_asset.rb:12:in `initialize' | |
| sprockets (2.11.1) lib/sprockets/base.rb:374:in `block in build_asset' | |
| sprockets (2.11.1) lib/sprockets/base.rb:395:in `circular_call_protection' | |
| sprockets (2.11.1) lib/sprockets/base.rb:373:in `build_asset' | |
| sprockets (2.11.1) lib/sprockets/index.rb:94:in `block in build_asset' | |
| sprockets (2.11.1) lib/sprockets/caching.rb:58:in `cache_asset' | |
| sprockets (2.11.1) lib/sprockets/index.rb:93:in `build_asset' | |
| sprockets (2.11.1) lib/sprockets/base.rb:287:in `find_asset' | |
| sprockets (2.11.1) lib/sprockets/index.rb:61:in `find_asset' | |
| sprockets (2.11.1) lib/sprockets/bundled_asset.rb:16:in `initialize' | |
| sprockets (2.11.1) lib/sprockets/base.rb:377:in `build_asset' | |
| sprockets (2.11.1) lib/sprockets/index.rb:94:in `block in build_asset' | |
| sprockets (2.11.1) lib/sprockets/caching.rb:58:in `cache_asset' | |
| sprockets (2.11.1) lib/sprockets/index.rb:93:in `build_asset' | |
| sprockets (2.11.1) lib/sprockets/base.rb:287:in `find_asset' | |
| sprockets (2.11.1) lib/sprockets/index.rb:61:in `find_asset' | |
| sprockets (2.11.1) lib/sprockets/environment.rb:75:in `find_asset' | |
| sprockets (2.11.1) lib/sprockets/base.rb:295:in `[]' | |
| sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' | |
| sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' | |
| sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' | |
| app/views/layouts/application.html.slim:6:in `_app_views_layouts_application_html_slim___3694840252307456152_70018438488440' | |
| actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' | |
| activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' | |
| actionpack (4.0.3) lib/action_view/template.rb:141:in `render' | |
| actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' | |
| actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' | |
| actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' | |
| actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' | |
| actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' | |
| actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' | |
| actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' | |
| actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' | |
| actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' | |
| actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' | |
| actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' | |
| actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' | |
| actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' | |
| activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' | |
| /home/ntraum/.rbenv/versions/2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
| activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' | |
| actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' | |
| actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' | |
| activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' | |
| actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' | |
| actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' | |
| actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' | |
| actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' | |
| actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' | |
| actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' | |
| activesupport (4.0.3) lib/active_support/callbacks.rb:413:in `_run__1298691416611799141__process_action__callbacks' | |
| activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' | |
| actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' | |
| actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' | |
| actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' | |
| activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' | |
| activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' | |
| activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' | |
| actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' | |
| actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' | |
| activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' | |
| actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' | |
| actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' | |
| actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' | |
| actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' | |
| actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' | |
| actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' | |
| actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' | |
| actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' | |
| actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' | |
| actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' | |
| omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' | |
| omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' | |
| omniauth (1.2.1) lib/omniauth/builder.rb:59:in `call' | |
| meta_request (0.2.8) lib/meta_request/middlewares/app_request_handler.rb:13:in `call' | |
| rack-contrib (1.1.0) lib/rack/contrib/response_headers.rb:17:in `call' | |
| meta_request (0.2.8) lib/meta_request/middlewares/headers.rb:16:in `call' | |
| meta_request (0.2.8) lib/meta_request/middlewares/meta_request_handler.rb:13:in `call' | |
| rack (1.5.2) lib/rack/etag.rb:23:in `call' | |
| rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' | |
| rack (1.5.2) lib/rack/head.rb:11:in `call' | |
| actionpack (4.0.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' | |
| actionpack (4.0.3) lib/action_dispatch/middleware/flash.rb:241:in `call' | |
| rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' | |
| rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' | |
| actionpack (4.0.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' | |
| activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' | |
| activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' | |
| activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' | |
| actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' | |
| activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__888343000100995838__call__callbacks' | |
| activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' | |
| actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' | |
| actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' | |
| actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' | |
| better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' | |
| better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' | |
| better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' | |
| actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' | |
| actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' | |
| railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' | |
| railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' | |
| activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' | |
| activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' | |
| activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' | |
| railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' | |
| quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' | |
| actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' | |
| rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' | |
| rack (1.5.2) lib/rack/runtime.rb:17:in `call' | |
| activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call' | |
| rack (1.5.2) lib/rack/lock.rb:17:in `call' | |
| actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call' | |
| rack (1.5.2) lib/rack/sendfile.rb:112:in `call' | |
| railties (4.0.3) lib/rails/engine.rb:511:in `call' | |
| railties (4.0.3) lib/rails/application.rb:97:in `call' | |
| rack (1.5.2) lib/rack/content_length.rb:14:in `call' | |
| puma (2.8.1) lib/puma/server.rb:490:in `handle_request' | |
| puma (2.8.1) lib/puma/server.rb:361:in `process_client' | |
| puma (2.8.1) lib/puma/server.rb:254:in `block in run' | |
| puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GEM | |
| remote: https://rubygems.org/ | |
| specs: | |
| actionmailer (4.0.3) | |
| actionpack (= 4.0.3) | |
| mail (~> 2.5.4) | |
| actionpack (4.0.3) | |
| activesupport (= 4.0.3) | |
| builder (~> 3.1.0) | |
| erubis (~> 2.7.0) | |
| rack (~> 1.5.2) | |
| rack-test (~> 0.6.2) | |
| activemodel (4.0.3) | |
| activesupport (= 4.0.3) | |
| builder (~> 3.1.0) | |
| activerecord (4.0.3) | |
| activemodel (= 4.0.3) | |
| activerecord-deprecated_finders (~> 1.0.2) | |
| activesupport (= 4.0.3) | |
| arel (~> 4.0.0) | |
| activerecord-deprecated_finders (1.0.3) | |
| activesupport (4.0.3) | |
| i18n (~> 0.6, >= 0.6.4) | |
| minitest (~> 4.2) | |
| multi_json (~> 1.3) | |
| thread_safe (~> 0.1) | |
| tzinfo (~> 0.3.37) | |
| addressable (2.3.5) | |
| annotate (2.6.2) | |
| activerecord (>= 2.3.0) | |
| rake (>= 0.8.7) | |
| arel (4.0.2) | |
| atomic (1.1.15) | |
| better_errors (1.1.0) | |
| coderay (>= 1.0.0) | |
| erubis (>= 2.6.6) | |
| binding_of_caller (0.7.2) | |
| debug_inspector (>= 0.0.1) | |
| bootstrap-sass (3.1.1.0) | |
| sass (~> 3.2) | |
| builder (3.1.4) | |
| callsite (0.0.11) | |
| cocoon (1.2.5) | |
| coderay (1.1.0) | |
| coffee-rails (4.0.1) | |
| coffee-script (>= 2.2.0) | |
| railties (>= 4.0.0, < 5.0) | |
| coffee-script (2.2.0) | |
| coffee-script-source | |
| execjs | |
| coffee-script-source (1.7.0) | |
| colored (1.2) | |
| coveralls (0.7.0) | |
| multi_json (~> 1.3) | |
| rest-client | |
| simplecov (>= 0.7) | |
| term-ansicolor | |
| thor | |
| crack (0.4.2) | |
| safe_yaml (~> 1.0.0) | |
| curb (0.8.5) | |
| database_cleaner (1.2.0) | |
| debug_inspector (0.0.2) | |
| docile (1.1.3) | |
| dotenv (0.10.0) | |
| dotenv-rails (0.10.0) | |
| dotenv (= 0.10.0) | |
| erubis (2.7.0) | |
| excon (0.32.1) | |
| execjs (2.0.2) | |
| factory_girl (4.4.0) | |
| activesupport (>= 3.0.0) | |
| factory_girl_rails (4.4.1) | |
| factory_girl (~> 4.4.0) | |
| railties (>= 3.0.0) | |
| faraday (0.9.0) | |
| multipart-post (>= 1.2, < 3) | |
| font-awesome-rails (4.0.3.1) | |
| railties (>= 3.2, < 5.0) | |
| foreman (0.63.0) | |
| dotenv (>= 0.7) | |
| thor (>= 0.13.6) | |
| friendly_id (5.0.3) | |
| activerecord (>= 4.0.0) | |
| gretel (3.0.5) | |
| rails (>= 3.2.0) | |
| hashie (2.0.5) | |
| heroku-deflater (0.5.3) | |
| rack (>= 1.4.5) | |
| hike (1.2.3) | |
| i18n (0.6.9) | |
| jquery-rails (3.1.0) | |
| railties (>= 3.0, < 5.0) | |
| thor (>= 0.14, < 2.0) | |
| json (1.8.1) | |
| jwt (0.1.11) | |
| multi_json (>= 1.5) | |
| kaminari (0.15.1) | |
| actionpack (>= 3.0.0) | |
| activesupport (>= 3.0.0) | |
| libv8 (3.16.14.3) | |
| lol_dba (1.6.0) | |
| actionpack (>= 3.0) | |
| activerecord (>= 3.0) | |
| railties (>= 3.0) | |
| mail (2.5.4) | |
| mime-types (~> 1.16) | |
| treetop (~> 1.4.8) | |
| meta_request (0.2.8) | |
| callsite | |
| rack-contrib | |
| railties | |
| method_source (0.8.2) | |
| mime-types (1.25.1) | |
| minitest (4.7.5) | |
| minitest-rails (0.9.2) | |
| minitest (~> 4.7) | |
| rails (>= 3.0) | |
| multi_json (1.9.0) | |
| multi_xml (0.5.5) | |
| multipart-post (2.0.0) | |
| newrelic_rpm (3.7.3.204) | |
| nokogiri (1.5.11) | |
| oauth (0.4.7) | |
| oauth2 (0.9.3) | |
| faraday (>= 0.8, < 0.10) | |
| jwt (~> 0.1.8) | |
| multi_json (~> 1.3) | |
| multi_xml (~> 0.5) | |
| rack (~> 1.2) | |
| omniauth (1.2.1) | |
| hashie (>= 1.2, < 3) | |
| rack (~> 1.0) | |
| omniauth-openid (1.0.1) | |
| omniauth (~> 1.0) | |
| rack-openid (~> 1.3.1) | |
| omniauth-steam (1.0.3) | |
| multi_json | |
| omniauth-openid | |
| pg (0.17.1) | |
| polyglot (0.3.4) | |
| pry (0.9.12.6) | |
| coderay (~> 1.0) | |
| method_source (~> 0.8) | |
| slop (~> 3.4) | |
| pry-rails (0.3.2) | |
| pry (>= 0.9.10) | |
| puma (2.8.1) | |
| rack (>= 1.1, < 2.0) | |
| pundit (0.2.2) | |
| activesupport (>= 3.0.0) | |
| quiet_assets (1.0.2) | |
| railties (>= 3.1, < 5.0) | |
| rack (1.5.2) | |
| rack-contrib (1.1.0) | |
| rack (>= 0.9.1) | |
| rack-openid (1.3.1) | |
| rack (>= 1.1.0) | |
| ruby-openid (>= 2.1.8) | |
| rack-test (0.6.2) | |
| rack (>= 1.0) | |
| rack-timeout (0.0.4) | |
| rails (4.0.3) | |
| actionmailer (= 4.0.3) | |
| actionpack (= 4.0.3) | |
| activerecord (= 4.0.3) | |
| activesupport (= 4.0.3) | |
| bundler (>= 1.3.0, < 2.0) | |
| railties (= 4.0.3) | |
| sprockets-rails (~> 2.0.0) | |
| rails-footnotes (3.7.9) | |
| rails (>= 3.0.0) | |
| rails_12factor (0.0.2) | |
| rails_serve_static_assets | |
| rails_stdout_logging | |
| rails_autolink (1.1.5) | |
| rails (> 3.1) | |
| rails_serve_static_assets (0.0.2) | |
| rails_stdout_logging (0.0.3) | |
| railties (4.0.3) | |
| actionpack (= 4.0.3) | |
| activesupport (= 4.0.3) | |
| rake (>= 0.8.7) | |
| thor (>= 0.18.1, < 2.0) | |
| rake (10.1.1) | |
| rdoc (4.1.1) | |
| json (~> 1.4) | |
| ref (1.0.5) | |
| rest-client (1.6.7) | |
| mime-types (>= 1.16) | |
| ruby-openid (2.5.0) | |
| safe_yaml (1.0.1) | |
| sass (3.3.2) | |
| sass-rails (4.0.1) | |
| railties (>= 4.0.0, < 5.0) | |
| sass (>= 3.1.10) | |
| sprockets-rails (~> 2.0.0) | |
| sdoc (0.4.0) | |
| json (~> 1.8) | |
| rdoc (~> 4.0, < 5.0) | |
| simple_oauth (0.2.0) | |
| simplecov (0.8.2) | |
| docile (~> 1.1.0) | |
| multi_json | |
| simplecov-html (~> 0.8.0) | |
| simplecov-html (0.8.0) | |
| slim (2.0.2) | |
| temple (~> 0.6.6) | |
| tilt (>= 1.3.3, < 2.1) | |
| slim-rails (2.1.2) | |
| actionpack (>= 3.0, < 4.1) | |
| activesupport (>= 3.0, < 4.1) | |
| railties (>= 3.0, < 4.1) | |
| slim (~> 2.0) | |
| slop (3.5.0) | |
| sprockets (2.11.1) | |
| hike (~> 1.2) | |
| multi_json (~> 1.0) | |
| rack (~> 1.0) | |
| tilt (~> 1.1, != 1.3.0) | |
| sprockets-rails (2.0.1) | |
| actionpack (>= 3.0) | |
| activesupport (>= 3.0) | |
| sprockets (~> 2.8) | |
| temple (0.6.7) | |
| term-ansicolor (1.3.0) | |
| tins (~> 1.0) | |
| therubyracer (0.12.1) | |
| libv8 (~> 3.16.14.0) | |
| ref | |
| thor (0.18.1) | |
| thread_safe (0.2.0) | |
| atomic (>= 1.1.7, < 2) | |
| tilt (1.4.1) | |
| tins (1.0.0) | |
| treetop (1.4.15) | |
| polyglot | |
| polyglot (>= 0.3.1) | |
| tzinfo (0.3.39) | |
| uglifier (2.4.0) | |
| execjs (>= 0.3.0) | |
| json (>= 1.8.0) | |
| vcr (2.8.0) | |
| webmock (1.17.4) | |
| addressable (>= 2.2.7) | |
| crack (>= 0.3.2) | |
| youtube_it (2.3.2) | |
| builder | |
| excon | |
| faraday (~> 0.8) | |
| json (~> 1.8.0) | |
| nokogiri (~> 1.5.2) | |
| oauth (~> 0.4.4) | |
| oauth2 (~> 0.6) | |
| simple_oauth (>= 0.1.5) | |
| webmock | |
| PLATFORMS | |
| ruby | |
| DEPENDENCIES | |
| annotate | |
| better_errors | |
| binding_of_caller | |
| bootstrap-sass | |
| cocoon | |
| coffee-rails | |
| colored | |
| coveralls | |
| curb | |
| database_cleaner | |
| dotenv-rails | |
| factory_girl_rails | |
| font-awesome-rails | |
| foreman | |
| friendly_id | |
| gretel | |
| heroku-deflater | |
| jquery-rails | |
| kaminari | |
| lol_dba | |
| meta_request | |
| minitest-rails | |
| newrelic_rpm | |
| omniauth-steam | |
| pg | |
| pry-rails | |
| puma | |
| pundit | |
| quiet_assets | |
| rack-timeout | |
| rails (~> 4.0.0) | |
| rails-footnotes | |
| rails_12factor | |
| rails_autolink | |
| sass-rails | |
| sdoc | |
| slim-rails | |
| therubyracer | |
| uglifier | |
| vcr | |
| webmock | |
| youtube_it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment