disco_app 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e94f1a57f95b758fd65f751679875a60ca89e1ccd211c3ae4223e12b3962d33b
4
- data.tar.gz: e60095bae476ae30411b7dbc346075ab9bfc6edd4a89e971b40549550094add0
3
+ metadata.gz: 3b0a69d63c5a335d5749448b48a83c9d10d87635fb16d293303d5e92917a85fe
4
+ data.tar.gz: 640ecdef22f6df3d548b6c0c5fe75b654590853e28775f6d0ae175002fb37af7
5
5
  SHA512:
6
- metadata.gz: 63d9d433da4bead908a2677d6edc22f71611132c775695bd3b15228d5291ff57a3f61594792df40dd05151a38c2e9b2f88faeac4c75d11b4fbe906c63967709f
7
- data.tar.gz: 322af952fb19124ffdd22af1ed022ac8afd8c99133247ce863406320ca6b7e822d00e24c83de735ed789296b5dbc7c4a6434268feaebf2ca4efd3e1d8b9d6e8b
6
+ metadata.gz: a77e72901e951e51f7ae2cb5858b41f6df77b8a7098d529b6edf2978e717df8d5b0290b047cd53bc0c867188e82c4bba509f03165de80e80ff365f57a13dd1a2
7
+ data.tar.gz: 50e0e8537d04ce213fb3fd941f4909d9ba70b3506216165f8a685c83989dc2b175d347d6d383141600434b0a0c1b1306a22a8ef248147580cf5446ab051b8149
@@ -4,7 +4,6 @@ class AddMoreMetaToShops < ActiveRecord::Migration
4
4
  add_column :shops, :latitude, :decimal
5
5
  add_column :shops, :longitude, :decimal
6
6
  add_column :shops, :customer_email, :string
7
- add_column :shops, :plan_display_name, :string
8
7
  add_column :shops, :password_enabled, :boolean
9
8
  add_column :shops, :phone, :string
10
9
  add_column :shops, :primary_locale, :string
@@ -1,3 +1,3 @@
1
1
  module DiscoApp
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: disco_app
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gavin Ballard