twilio-ruby.gemspec in twilio-ruby-3.12.0 vs twilio-ruby.gemspec in twilio-ruby-3.12.1

- old
+ new

@@ -27,6 +27,8 @@ spec.add_dependency('jruby-openssl') if RUBY_PLATFORM == 'java' # Workaround for RBX <= 2.2.1, should be fixed in next version spec.add_dependency('rubysl') if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx' spec.add_development_dependency 'bundler', '~> 1.5' + spec.extra_rdoc_files = ['README.md', 'LICENSE.md'] + spec.rdoc_options = ['--line-numbers', '--inline-source', '--title', 'twilio-ruby', '--main', 'README.md'] end