guides/Google.md in kms_encrypted-0.2.0 vs guides/Google.md in kms_encrypted-0.3.0
- old
+ new
@@ -2,10 +2,10 @@
Add this line to your application’s Gemfile:
```ruby
gem 'google-api-client'
-gem 'kms_encrypted', github: 'ankane/kms_encrypted'
+gem 'kms_encrypted'
```
Add columns for the encrypted data and the encrypted KMS data keys
```ruby