File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Couchbase ORM for Rails
22
33## Documentation
4- https://couchbase-ruby-orm.com
4+ https://www. couchbase-ruby-orm.com
55
66## Installation
77Add this line to your application's Gemfile:
@@ -117,7 +117,7 @@ The following types have been tested :
117117 - See < https://docs.couchbase.com/couchbase-lite/current/c/field-level-encryption.html >
118118 - ** Important** : CouchbaseOrm does not perform encryption/decryption - your application must encrypt data before storing it
119119 - Values must be Base64-encoded strings containing pre-encrypted ciphertext
120- - See the [ encryption documentation] ( https://couchbase-ruby-orm.com/docs/tutorial-ruby-couchbase-orm/encryption ) for details
120+ - See the [ encryption documentation] ( https://www. couchbase-ruby-orm.com/docs/tutorial-ruby-couchbase-orm/encryption ) for details
121121- : array (see below)
122122- : nested (see below)
123123
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
99 gem . metadata = {
1010 "source_code_uri" => "https://github.com/Couchbase-Ecosystem/couchbase-ruby-orm" ,
1111 "bug_tracker_uri" => "https://github.com/Couchbase-Ecosystem/couchbase-ruby-orm/issues" ,
12- "documentation_uri" => "https://couchbase-ruby-orm.com/" ,
12+ "documentation_uri" => "https://www. couchbase-ruby-orm.com/" ,
1313 "homepage_uri" => "https://github.com/Couchbase-Ecosystem/couchbase-ruby-orm"
1414 }
1515 gem . summary = 'Couchbase ORM for Rails'
You can’t perform that action at this time.
0 commit comments