company_scope 0.6 → 0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ca30c47ec58cf778a1915aa695984a1885fe526
4
- data.tar.gz: f0eee1abd0221430ebfbec22f0b53196b80e6406
3
+ metadata.gz: 79de46e2b5ca59bec724094c5858229a1e336798
4
+ data.tar.gz: b0f45349ac3462c5d1ebfa495084232e466be606
5
5
  SHA512:
6
- metadata.gz: dcce31b93bc962421df3e84508906344eeda3e041513c74c37bff91d0d33ebc32166741542a3863a6e79ed0a8305530beadb312cfee12e7df2f67fca9f9a57a8
7
- data.tar.gz: 694d469030842e9a45603081460f2e7090c37efa3d0446e0233414dd031a7d2bf380f0bb8fe3cf202f683cd7ec68edee090080dbb75ee1adde99b857c9927de5
6
+ metadata.gz: 61fe3ea5c9f4cb1535cace527c0a9c2cca55fc831ab887f548231b12572ba7f882dffdf9bccfe6191ee7576ef0cabd96798e7f2411bda5ea2690fd4dc72be569
7
+ data.tar.gz: 4e976917b07f0561e269043b241fc8a16a96bdb5b57df7fa77b6557c0b9d05d1e57cd33050e334c4cdf98f8f9110983bae579ecff03eb2bafc089d61cded1922
data/README.md CHANGED
@@ -201,8 +201,6 @@ it will be the model that all others will be scoped with.
201
201
  The method parameter defaults to :company but can be another model of your choosing such as Account.
202
202
  Each model that is scoped by the Company needs to have the company_id column.
203
203
 
204
- NB: The 'CompanyScope' gem does not handle the process of adding migrations or changes to the DB.
205
-
206
204
 
207
205
  ### Scoping your models
208
206
 
@@ -1,3 +1,3 @@
1
1
  module CompanyScope
2
- VERSION = "0.6"
2
+ VERSION = "0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: company_scope
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.6'
4
+ version: '0.7'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Forkin