Skip to content

Commit c4bfb8f

Browse files
committed
Bump to version 0.1.3
1 parent a5fb8c6 commit c4bfb8f

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Main features:
66
- data is saved using a binary field (or blob);
77
- RSpec tests.
88

9+
Useful also with platforms like Heroku (due to their ephemeral file system).
10+
911
## Installation
1012
- Setup Active Storage in your Rails application
1113
- Add this line to your Gemfile: `gem 'active_storage_db'`

active_storage_db.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
1010
spec.name = 'active_storage_db'
1111
spec.version = ActiveStorageDB::VERSION
1212
spec.authors = ['Mattia Roccoberton']
13-
spec.email = ['mattiaroccoberton@nebulab.it']
14-
spec.homepage = 'https://blocknot.es'
13+
spec.email = ['mat@blocknot.es']
14+
spec.homepage = 'https://github.com/blocknotes/active_storage_db'
1515
spec.summary = 'ActiveStorage DB Service'
1616
spec.description = 'An ActiveStorage service plugin to store files in database.'
1717
spec.license = 'MIT'

lib/active_storage_db/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
22

33
module ActiveStorageDB
4-
VERSION = '0.1.2'
4+
VERSION = '0.1.3'
55
end

0 commit comments

Comments
 (0)