rollbar.gemspec in rollbar-2.14.1 vs rollbar.gemspec in rollbar-2.15.0

- old
+ new

@@ -1,23 +1,22 @@ # -*- encoding: utf-8 -*- require File.expand_path('../lib/rollbar/version', __FILE__) - Gem::Specification.new do |gem| is_jruby = defined?(JRUBY_VERSION) || (defined?(RUBY_ENGINE) && 'jruby' == RUBY_ENGINE) - gem.authors = ["Rollbar, Inc."] - gem.email = ["support@rollbar.com"] + gem.authors = ['Rollbar, Inc.'] + gem.email = ['support@rollbar.com'] gem.description = %q{Easy and powerful exception tracking for Ruby} gem.executables = ['rollbar-rails-runner'] gem.summary = %q{Reports exceptions to Rollbar} - gem.homepage = "https://rollbar.com" + gem.homepage = 'https://rollbar.com' gem.license = 'MIT' gem.files = `git ls-files`.split($\) gem.test_files = gem.files.grep(%r{^(spec)/}) - gem.name = "rollbar" - gem.require_paths = ["lib"] + gem.name = 'rollbar' + gem.require_paths = ['lib'] gem.version = Rollbar::VERSION gem.add_runtime_dependency 'multi_json' end