Skip to content

Commit

Permalink
Merge pull request #6 from Couchbase-Ecosystem/fix_homepage_links
Browse files Browse the repository at this point in the history
Fix homepage links
  • Loading branch information
pimpin authored Jul 15, 2024
2 parents a9501cc + 4f5f277 commit df89cae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions couchbase-orm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion lib/couchbase-orm/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true, encoding: ASCII-8BIT

module CouchbaseOrm
VERSION = '2.0.2'
VERSION = '2.0.3'
end

0 comments on commit df89cae

Please sign in to comment.