diff --git a/couchbase-orm.gemspec b/couchbase-orm.gemspec index 0b401fc..5fda97c 100644 --- a/couchbase-orm.gemspec +++ b/couchbase-orm.gemspec @@ -6,6 +6,12 @@ Gem::Specification.new do |gem| gem.license = 'Apache-2.0' gem.authors = ['Stephen von Takach', 'Gauthier Monserand', 'Pierre Merlin', 'Julien Burnet-Fauche'] gem.homepage = 'https://github.com/Couchbase-Ecosystem/couchbase-ruby-orm' + gem.metadata = { + "source_code_uri" => "https://github.com/Couchbase-Ecosystem/couchbase-ruby-orm", + "bug_tracker_uri" => "https://github.com/Couchbase-Ecosystem/couchbase-ruby-orm/issues", + "documentation_uri" => "https://couchbase-ruby-orm.com/", + "homepage_uri" => "https://github.com/Couchbase-Ecosystem/couchbase-ruby-orm" + } gem.summary = 'Couchbase ORM for Rails' gem.description = 'A Couchbase ORM for Rails' diff --git a/lib/couchbase-orm/version.rb b/lib/couchbase-orm/version.rb index c2c794a..bdba70a 100644 --- a/lib/couchbase-orm/version.rb +++ b/lib/couchbase-orm/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true, encoding: ASCII-8BIT module CouchbaseOrm - VERSION = '2.0.2' + VERSION = '2.0.3' end