Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
a-barbieri committed Mar 26, 2018
1 parent 69dcbae commit f748433
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
binda (0.1.7)
binda (0.1.8)
aasm (>= 4.11, < 4.13)
ancestry (>= 2.1, < 3.1)
bourbon (= 4.3.4)
Expand Down
1 change: 1 addition & 0 deletions db/migrate/1_create_binda_tables.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def change
t.string :video
t.string :image
t.string :audio
t.string :svg
t.belongs_to :field_setting
t.references :fieldable, polymorphic: true, index: true
t.string :content_type
Expand Down
5 changes: 0 additions & 5 deletions db/migrate/20180323112252_add_svg_to_asset.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/binda/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Binda
VERSION = '0.1.7'.freeze
VERSION = '0.1.8'.freeze
end

0 comments on commit f748433

Please sign in to comment.