Skip to content

Commit

Permalink
Refactored release 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatthareja committed Feb 23, 2016
1 parent 5a97bd7 commit 95440c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions report_builder.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Gem::Specification.new do |s|
s.name = 'report_builder'
s.version = '0.0.8'
s.version = '0.0.9'
s.bindir = 'bin'
s.executables << 'report_builder'
s.date = '2016-02-11'
s.date = '2016-02-23'
s.summary = 'ReportBuilder'
s.description = 'Merge Cucumber JSON reports and build single HTML Test Report'
s.post_install_message = 'Thanks for installing! Note: Refactored please refer Documentation.'
s.authors = ['Rajat Thareja']
s.email = 'rajat.thareja.1990@gmail.com'
s.files = Dir['lib/*.rb','lib/*.rake','vendor/assets/stylesheets/*.css','vendor/assets/javascripts/*.js','README.md']
Expand Down

0 comments on commit 95440c2

Please sign in to comment.