minimum_viable_product 0.5.3 → 0.5.4

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: 7d1f321dfe4c9a515dd07c1ebfde7a6196fda9e2
4
- data.tar.gz: 029295f7773db104bfa4252d333c9727da1102ee
3
+ metadata.gz: 31694a9a5ef88dc2cd552cd900086ca2b54715ac
4
+ data.tar.gz: 5a6ad81bead00f44cba0b4c764da1ad603154549
5
5
  SHA512:
6
- metadata.gz: e6dc75df8d4902687a6a56a1dbb371978125e2d2527db26c8103321fe398dc1ee267865b6fd3642951b23241e0ee1b3f87f45b7efc1f28767adce9995f1f36b6
7
- data.tar.gz: 0511e7a416195c8a635e95be12e70a29b436a31d743acba3ee9b0115ef680f99fa9fd270e9cc42d3bf1353fb90ba72ef70bfaeb7b8494f4a37e062b3f17f192b
6
+ metadata.gz: f7b2546346fe5e7479990bbb2baf29208407d19e93e4578344950a777d260e18881593d1a53f5009d071827ed65c1d4f965297272048d0388744522041fdd3aa
7
+ data.tar.gz: 1d0690d288722be758cde5bd6b5dd7a503ea5a4b08454b8df6bc0816563a762bfbd4420fbc96d1b04845e3e915fc5c7883e50960e0e6880b97eaf8eb5b789cec
@@ -11,6 +11,7 @@ module MinimumViableProduct
11
11
  def current_user=(user)
12
12
  session[COOKIE_ID] = user.id
13
13
  end
14
+ alias_method :sign_in, :current_user=
14
15
 
15
16
  def current_user
16
17
  @current_user ||= begin
@@ -1,3 +1,3 @@
1
1
  module MinimumViableProduct
2
- VERSION = "0.5.3"
2
+ VERSION = "0.5.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimum_viable_product
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Hunter