Created
September 19, 2014 06:47
-
-
Save paramaw/d249d4a134a876418b57 to your computer and use it in GitHub Desktop.
error vk ruby 1.0.1
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
| paramaw@ParamaPro:keychain-proxy (master) rails c | |
| A syntax error has occurred: | |
| unknown type of % string: /Users/paramaw/.rvm/gems/rbx-2.2.10/gems/vk-ruby-1.0.1/lib/vk-ruby/params.rb:41:7 | |
| Code: | |
| %i[host verb timeout open_timeout ssl proxy middlewares stack].inject(options.dup) do |result, name| | |
| ^ | |
| Backtrace: | |
| Rubinius::ToolSets::Runtime::Melbourne#syntax_error at /Users/paramaw/.rvm/rubies/rbx-2.2.10/runtime/gems | |
| /rubinius-melbourne-2.1.0.0/lib/rubinius/melbourne.rbc:48 | |
| Rubinius::ToolSets::Runtime::Melbourne#parse_file at /Users/paramaw/.rvm/rubies/rbx-2.2.10/runtime/gems | |
| /rubinius-melbourne-2.1.0.0/lib/rubinius/melbourne.rbc:61 | |
| Rubinius::ToolSets::Runtime::Compiler::FileParser#parse at /Users/paramaw/.rvm/rubies/rbx-2.2.10/runtime/gems/rubinius-compiler-2.1.1 | |
| /lib/rubinius/compiler/stages.rbc:225 | |
| Rubinius::ToolSets::Runtime::Compiler::Parser(Rubinius::ToolSets::Runtime::Compiler::FileParser)#run at /Users/paramaw/.rvm/rubies/rbx-2.2.10 | |
| /runtime/gems/rubinius-compiler-2.1.1 | |
| /lib/rubinius/compiler/stages.rbc:207 | |
| Rubinius::ToolSets::Runtime::Compiler#run at /Users/paramaw/.rvm/rubies/rbx-2.2.10/runtime/gems/rubinius-compiler-2.1.1 | |
| /lib/rubinius/compiler/compiler.rbc:361 | |
| Rubinius::ToolSets::Runtime::Compiler.compile at /Users/paramaw/.rvm/rubies/rbx-2.2.10/runtime/gems/rubinius-compiler-2.1.1 | |
| /lib/rubinius/compiler/compiler.rbc:91 | |
| Rubinius::CodeLoader#compile_file at kernel/delta/code_loader.rb:217 | |
| Rubinius::CodeLoader#load_file at kernel/delta/code_loader.rb:190 | |
| Rubinius::CodeLoader#require at kernel/common/code_loader.rb:128 | |
| Rubinius::CodeLoader.require at kernel/common/code_loader.rb:237 | |
| Kernel(Object)#require at kernel/common/kernel.rb:705 | |
| { } in ActiveSupport::Dependencies::Loadable(Object)#require at /Users/paramaw/.rvm/gems/rbx-2.2.10/gems/activesupport-4.2.0.beta1/lib | |
| /active_support/dependencies.rb:248 | |
| ActiveSupport::Dependencies::Loadable(Object)#load_dependency at /Users/paramaw/.rvm/gems/rbx-2.2.10/gems/activesupport-4.2.0.beta1/lib | |
| /active_support/dependencies.rb:233 | |
| ActiveSupport::Dependencies::Loadable(Object)#require at /Users/paramaw/.rvm/gems/rbx-2.2.10/gems/activesupport-4.2.0.beta1/lib | |
| /active_support/dependencies.rb:248 | |
| Object#__script__ at /Users/paramaw/.rvm/gems/rbx-2.2.10/gems/vk-ruby-1.0.1/lib/vk-ruby.rb:22 | |
| Rubinius::CodeLoader.require at kernel/common/code_loader.rb:243 | |
| Kernel.require at kernel/common/kernel.rb:705 | |
| { } in Bundler::Runtime#require at /Users/paramaw/.rvm/rubies/rbx-2.2.10/gems/gems/bundler-1.6.2/lib/bundler | |
| /runtime.rb:76 | |
| Array#each at kernel/bootstrap/array.rb:76 | |
| { } in Bundler::Runtime#require at /Users/paramaw/.rvm/rubies/rbx-2.2.10/gems/gems/bundler-1.6.2/lib/bundler | |
| /runtime.rb:72 | |
| Array#each at kernel/bootstrap/array.rb:76 | |
| Bundler::Runtime#require at /Users/paramaw/.rvm/rubies/rbx-2.2.10/gems/gems/bundler-1.6.2/lib/bundler | |
| /runtime.rb:61 | |
| Bundler.require at /Users/paramaw/.rvm/rubies/rbx-2.2.10/gems/gems/bundler-1.6.2/lib | |
| /bundler.rb:132 | |
| Object#__script__ at config/application.rb:14 | |
| Rubinius::CodeLoader.require at kernel/common/code_loader.rb:243 | |
| Kernel(Rails::CommandsTasks)#require at kernel/common/kernel.rb:705 | |
| Rails::CommandsTasks#require_application_and_environment! at /Users/paramaw/.rvm/gems/rbx-2.2.10/gems/railties-4.2.0.beta1/lib/rails | |
| /commands/commands_tasks.rb:141 | |
| Rails::CommandsTasks#console at /Users/paramaw/.rvm/gems/rbx-2.2.10/gems/railties-4.2.0.beta1/lib/rails | |
| /commands/commands_tasks.rb:67 | |
| Rails::CommandsTasks#run_command! at /Users/paramaw/.rvm/gems/rbx-2.2.10/gems/railties-4.2.0.beta1/lib/rails | |
| /commands/commands_tasks.rb:39 | |
| Object#__script__ at /Users/paramaw/.rvm/gems/rbx-2.2.10/gems/railties-4.2.0.beta1/lib/rails | |
| /commands.rb:17 | |
| Rubinius::CodeLoader.require at kernel/common/code_loader.rb:243 | |
| Kernel(Object)#require at kernel/common/kernel.rb:705 | |
| Object#__script__ at bin/rails:4 | |
| Rubinius::CodeLoader#load_script at kernel/delta/code_loader.rb:66 | |
| Rubinius::CodeLoader.load_script at kernel/delta/code_loader.rb:152 | |
| Rubinius::Loader#script at kernel/loader.rb:649 | |
| Rubinius::Loader#main at kernel/loader.rb:825 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment