Skip to content

Commit

Permalink
Use rake to release the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
scotdalton committed Nov 20, 2014
1 parent 95399a1 commit 7dc2a3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -29,3 +29,4 @@ build/
Gemfile.lock
.ruby-version
.ruby-gemset
Rakefile
3 changes: 2 additions & 1 deletion coveralls-cobertura.gemspec
Expand Up @@ -13,12 +13,13 @@ Gem::Specification.new do |s|
s.description = "Covert Cobertura XML to Coveralls source files payload"
s.license = 'MIT'

s.files = Dir['lib/**/*'] + ['MIT-LICENSE', 'README.md']
s.files = Dir['lib/**/*'] + ['MIT-LICENSE', 'Rakefile', 'README.md']
s.test_files = Dir['spec/**/*']

s.add_dependency 'require_all', '~> 1.3.0'
s.add_dependency 'multi_xml', '~> 0.5.0'

s.add_development_dependency 'rake', '~> 10.1'
s.add_development_dependency 'rspec', '~> 3.1.0'
s.add_development_dependency 'nokogiri', '~> 1.6.4'
s.add_development_dependency 'pry', '~> 0.10'
Expand Down

0 comments on commit 7dc2a3f

Please sign in to comment.