protocol editable now in configuration of dynamic sitemap initializer#44
protocol editable now in configuration of dynamic sitemap initializer#44abdurrehmanamjad wants to merge 1 commit intolassebunk:masterfrom
Conversation
|
For the record it looks like that failed because of the test config not because of the change to the code... @lassebunk any ideas? I think this is a super important patch because it would fix at least 3 of your currently opened issues as well as my current issue with the lib. Update I actually fixed it by pulling from github instead of letting it pull the standard gem, but you probably still need to double check the testing script^^; |
|
@mclark4386 Thanks for the appreciation, can you please educate me why is it failing for Ruby 1.9.3 in travis-ci for installation of different gems? The error is same while bundle install with Ruby 1.9.3 in Travis: Installing safe_yaml 1.0.4 |
user can specify the protocol http/https by assigning it in initialiser. e.g. config.protocol = "https"