We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need https, but this method doesnt work
Generating sitemap... rake aborted! NoMethodError: undefined method protocol' for #<DynamicSitemaps::Generator:0x000000047b4f90> /home/gabstez/vladproject/config/sitemap.rb:4:ingenerate' /home/gabstez/.rvm/gems/ruby-2.1.3/gems/dynamic_sitemaps-2.0.0/lib/dynamic_sitemaps/generator.rb:10:in instance_eval' /home/gabstez/.rvm/gems/ruby-2.1.3/gems/dynamic_sitemaps-2.0.0/lib/dynamic_sitemaps/generator.rb:10:ingenerate' /home/gabstez/.rvm/gems/ruby-2.1.3/gems/dynamic_sitemaps-2.0.0/lib/dynamic_sitemaps.rb:27:in generate_sitemap' /home/gabstez/.rvm/gems/ruby-2.1.3/gems/dynamic_sitemaps-2.0.0/lib/dynamic_sitemaps/tasks/sitemap.rake:5:inblock (2 levels) in <top (required)>' /home/gabstez/.rvm/gems/ruby-2.1.3/bin/ruby_executable_hooks:15:in eval' /home/gabstez/.rvm/gems/ruby-2.1.3/bin/ruby_executable_hooks:15:in
protocol' for #<DynamicSitemaps::Generator:0x000000047b4f90> /home/gabstez/vladproject/config/sitemap.rb:4:in
instance_eval' /home/gabstez/.rvm/gems/ruby-2.1.3/gems/dynamic_sitemaps-2.0.0/lib/dynamic_sitemaps/generator.rb:10:in
generate_sitemap' /home/gabstez/.rvm/gems/ruby-2.1.3/gems/dynamic_sitemaps-2.0.0/lib/dynamic_sitemaps/tasks/sitemap.rake:5:in
eval' /home/gabstez/.rvm/gems/ruby-2.1.3/bin/ruby_executable_hooks:15:in
The text was updated successfully, but these errors were encountered:
ok it's worked if i specify
gem 'dynamic_sitemaps', git: '[email protected]:lassebunk/dynamic_sitemaps.git'
in Gemfile i think in rubygems old version
Sorry, something went wrong.
+1 on this Please update version on rubygems
Tnx!
No branches or pull requests
I need https, but this method doesnt work
Generating sitemap...
'rake aborted!
NoMethodError: undefined method
protocol' for #<DynamicSitemaps::Generator:0x000000047b4f90> /home/gabstez/vladproject/config/sitemap.rb:4:in
generate'/home/gabstez/.rvm/gems/ruby-2.1.3/gems/dynamic_sitemaps-2.0.0/lib/dynamic_sitemaps/generator.rb:10:in
instance_eval' /home/gabstez/.rvm/gems/ruby-2.1.3/gems/dynamic_sitemaps-2.0.0/lib/dynamic_sitemaps/generator.rb:10:in
generate'/home/gabstez/.rvm/gems/ruby-2.1.3/gems/dynamic_sitemaps-2.0.0/lib/dynamic_sitemaps.rb:27:in
generate_sitemap' /home/gabstez/.rvm/gems/ruby-2.1.3/gems/dynamic_sitemaps-2.0.0/lib/dynamic_sitemaps/tasks/sitemap.rake:5:in
block (2 levels) in <top (required)>'/home/gabstez/.rvm/gems/ruby-2.1.3/bin/ruby_executable_hooks:15:in
eval' /home/gabstez/.rvm/gems/ruby-2.1.3/bin/ruby_executable_hooks:15:in
Tasks: TOP => sitemap:build => sitemap:generate
The text was updated successfully, but these errors were encountered: