Skip to content

Commit

Permalink
Prepare for release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mschnitzer committed Jun 6, 2019
1 parent f983c69 commit 6894fc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OpenBuildServiceAPI
VERSION = '0.0.1'
VERSION = '0.0.2'
end
3 changes: 2 additions & 1 deletion open-build-service-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require_relative 'lib/version'
Gem::Specification.new do |s|
s.name = 'open-build-service-api'
s.version = OpenBuildServiceAPI::VERSION
s.date = '2019-06-03'
s.date = '2019-06-07'
s.summary = 'Library for the Open Build Service API'
s.description = 'The Open Build Service API wrapped into a Ruby gem.'
s.authors = ['Manuel Schnitzer']
Expand All @@ -16,5 +16,6 @@ Gem::Specification.new do |s|
'*.md'
]

s.add_dependency 'date', '~> 2.0', '>= 2.0.0'
s.add_dependency 'nokogiri', '~> 1.10', '>= 1.10.0'
end

0 comments on commit 6894fc3

Please sign in to comment.