Skip to content

Commit

Permalink
use HTTPS homepage URL in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ktdreyer committed Dec 2, 2013
1 parent ec1abff commit 8c8fab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-ruby.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.executables = ["org-ruby"]
s.extra_rdoc_files = ["History.txt", "README.rdoc", "bin/org-ruby"]
s.files = ["History.txt", "README.rdoc", "bin/org-ruby", "lib/org-ruby.rb", "lib/org-ruby/headline.rb", "lib/org-ruby/html_output_buffer.rb", "lib/org-ruby/html_symbol_replace.rb", "lib/org-ruby/line.rb", "lib/org-ruby/output_buffer.rb", "lib/org-ruby/parser.rb", "lib/org-ruby/regexp_helper.rb", "lib/org-ruby/textile_output_buffer.rb", "lib/org-ruby/textile_symbol_replace.rb", "lib/org-ruby/tilt.rb"]
s.homepage = "http://github.com/bdewey/org-ruby"
s.homepage = "https://github.com/bdewey/org-ruby"
s.rdoc_options = ["--main", "README.rdoc"]
s.require_paths = ["lib"]
s.rubyforge_project = "org-ruby"
Expand Down

0 comments on commit 8c8fab1

Please sign in to comment.