Publish gems via CI on tagged builds of master

This commit is contained in:
domaindrivendev
2017-06-29 16:35:10 -07:00
parent 521ab14eaf
commit 3404fa72aa
18 changed files with 80 additions and 309 deletions

View File

@@ -13,10 +13,10 @@
ActiveRecord::Schema.define(version: 20160218212104) do
create_table "blogs", force: :cascade do |t|
t.string "title", limit: 255
t.string "title"
t.text "content"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.datetime "created_at"
t.datetime "updated_at"
end
end