Skip to content

Commit

Permalink
Tests cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
esigler committed Oct 23, 2014
1 parent 541b0f5 commit 0201ed2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"
source 'https://rubygems.org'

gem 'jira-ruby', :require => 'jira'
gem 'jira-ruby', require: 'jira'

gemspec
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ require 'rspec/core/rake_task'
require 'rubocop/rake_task'

RSpec::Core::RakeTask.new(:spec)
Rubocop::RakeTask.new(:rubocop)
RuboCop::RakeTask.new(:rubocop)

task default: [:spec, :rubocop]
4 changes: 2 additions & 2 deletions lita-jira.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Gem::Specification.new do |spec|
spec.version = '0.3.0'
spec.authors = ['Eric Sigler']
spec.email = ['me@esigler.com']
spec.description = %q(A Lita handler for interacting with a JIRA ticket tracker.)
spec.summary = %q(A Lita handler for interacting with a JIRA ticket tracker.)
spec.description = 'A Lita handler for interacting with a JIRA ticket tracker.'
spec.summary = 'A Lita handler for interacting with a JIRA ticket tracker.'
spec.homepage = 'https://github.com/esigler/lita-jira'
spec.license = 'MIT'
spec.metadata = { 'lita_plugin_type' => 'handler' }
Expand Down

0 comments on commit 0201ed2

Please sign in to comment.