Skip to content

Commit

Permalink
Updated to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tr1ck3r authored Jan 5, 2021
1 parent 533091c commit 5794666
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vcert.gemspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Gem::Specification.new do |s|
s.name = 'vcert'
s.version = '0.1.1'
s.date = '2019-09-18'
s.version = '0.2.0'
s.date = '2021-01-05'
s.summary = "Library for Venafi products"
s.description = "Ruby client for Venafi Cloud and Trust Protection Platform"
s.authors = ["Denis Subbotin", "Alexander Rykalin"]
s.authors = ["Denis Subbotin", "Alexander Rykalin", "Russel Vela"]
s.email = '[email protected]'
s.files = ["lib/vcert.rb", "lib/cloud/cloud.rb", "lib/tpp/tpp.rb", "lib/tpp/tpp_token.rb", "lib/objects/objects.rb", "lib/fake/fake.rb", "lib/utils/utils.rb"]
s.homepage =
'https://rubygems.org/gems/vcert'
s.license = 'Apache-2.0'
end
end

0 comments on commit 5794666

Please sign in to comment.