coalescing_panda 1.4.0 → 1.4.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
  SHA1:
3
- metadata.gz: 2dca1392b9b28a9af2b0324594888f6ecda661dd
4
- data.tar.gz: bd8fb1c1f9cc84f059c22fce9308b83244bfbafd
3
+ metadata.gz: 88e2c697341d0aa9f5b272f3a865e8da1540606c
4
+ data.tar.gz: 32ab328c00d7568a7fb5fe7d668c851e836e55cb
5
5
  SHA512:
6
- metadata.gz: df53d58bf6d3ebaee79a987f2f0c7d551c7d253cb7a1f04105d4609fa740ecfa42eb34b7ba44ef29391963b4d0474300baeda843da81103a4ee9ae54423ac129
7
- data.tar.gz: 8710cb58a4eb78ea04f3817c29592d2048bc09445f955f54a9ad7272b06f7e9a51fe4854cb27af72095210b7ca51541237c257ccd68b300f50f3706d54a574e8
6
+ metadata.gz: 684f93d1c35562cff81c3f455ab05886c75ca7695c6774bd36a8dfd9cc40d29961c149bd4a690bdf3e7277ee75b6b66a95b5f98d02bfa762eaea9e06bcb6f330
7
+ data.tar.gz: 3944be97051efc763fdf2ec8c9c58c0d03b9fe35c3566297dfc1234c7b73d217cc93e971760e9a79b2c33842324d591195744bf079365b7745afc122bedbe8ff
@@ -2,5 +2,7 @@ module CoalescingPanda
2
2
  class OauthState < ActiveRecord::Base
3
3
  serialize :data, Hash
4
4
  validates :state_key, presence: true, uniqueness: true
5
+
6
+ attr_accessible :state_key, :data
5
7
  end
6
8
  end
@@ -1,3 +1,3 @@
1
1
  module CoalescingPanda
2
- VERSION = '1.4.0'
2
+ VERSION = '1.4.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coalescing_panda
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Mills
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-28 00:00:00.000000000 Z
11
+ date: 2016-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails