Skip to content

Commit

Permalink
required ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatthareja committed Mar 1, 2016
1 parent 8fbf304 commit d0c24a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions report_builder.gemspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
Gem::Specification.new do |s|
s.name = 'report_builder'
s.version = '0.0.9'
s.version = '0.1.0'
s.bindir = 'bin'
s.executables << 'report_builder'
s.date = '2016-02-23'
s.date = '2016-03-01'
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.post_install_message = 'Thanks for installing!'
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']
s.homepage = '/~https://github.com/rajatthareja/ReportBuilder'
s.license = 'MIT'
s.required_ruby_version = '>= 1.9.1'
s.add_runtime_dependency 'builder', '~>3.2', '>= 3.2.2'
s.add_runtime_dependency 'json', '~>1.8', '>= 1.8.1'
s.requirements << 'Cucumber >= 2.1.0 test results in JSON format'
Expand Down

0 comments on commit d0c24a3

Please sign in to comment.