Skip to content

Commit df89cae

Browse files
authored
Merge pull request #6 from Couchbase-Ecosystem/fix_homepage_links
Fix homepage links
2 parents a9501cc + 4f5f277 commit df89cae

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

couchbase-orm.gemspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Gem::Specification.new do |gem|
66
gem.license = 'Apache-2.0'
77
gem.authors = ['Stephen von Takach', 'Gauthier Monserand', 'Pierre Merlin', 'Julien Burnet-Fauche']
88
gem.homepage = 'https://github.com/Couchbase-Ecosystem/couchbase-ruby-orm'
9+
gem.metadata = {
10+
"source_code_uri" => "https://github.com/Couchbase-Ecosystem/couchbase-ruby-orm",
11+
"bug_tracker_uri" => "https://github.com/Couchbase-Ecosystem/couchbase-ruby-orm/issues",
12+
"documentation_uri" => "https://couchbase-ruby-orm.com/",
13+
"homepage_uri" => "https://github.com/Couchbase-Ecosystem/couchbase-ruby-orm"
14+
}
915
gem.summary = 'Couchbase ORM for Rails'
1016
gem.description = 'A Couchbase ORM for Rails'
1117

lib/couchbase-orm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true, encoding: ASCII-8BIT
22

33
module CouchbaseOrm
4-
VERSION = '2.0.2'
4+
VERSION = '2.0.3'
55
end

0 commit comments

Comments
 (0)