Skip to content

Commit b82ce5f

Browse files
committed
update readme
1 parent bd9c250 commit b82ce5f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ The main use-case is to allow using UUIDs as primary keys with SQLite in [Rails]
66

77
## Installation
88

9-
Add this to your `Gemfile`:
9+
Add this gem to your application's `Gemfile`, by running this:
10+
11+
```
12+
bundle add sqlite_extensions-uuid
13+
```
14+
15+
or by manually adding this line and running `bundle`:
1016

1117
```ruby
12-
gem "sqlite_extensions-uuid", github: "jethrodaniel/sqlite_extensions-uuid"
18+
gem "sqlite_extensions-uuid"
1319
```
1420

1521
In your Rails app, you'll need to load the extension in your `config/database.yml` like so:

sqlite_extensions-uuid.gemspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Gem::Specification.new do |spec|
1111
spec.license = "MIT"
1212
spec.required_ruby_version = ">= 3.0.0"
1313

14-
# spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
15-
1614
spec.files = %w[
1715
lib/sqlite_extensions/uuid.rb
1816
ext/sqlite_extensions/uuid/sqlite3ext.h

0 commit comments

Comments
 (0)