stripe_local 0.2.1 → 0.2.2

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: 55f370059b40792516290f4b28d8c9958e610409
4
- data.tar.gz: 7953ce49e32bc62d4658e95e506f5ba7726b13d8
3
+ metadata.gz: 2840a8f7e75a91a3fa62470ef63fa17ac7108269
4
+ data.tar.gz: cce9e0311e2da07c0774a5202af3c987a656b272
5
5
  SHA512:
6
- metadata.gz: b662e677a6d5295b946406af5dabfaab07514e808144d73c3fc4be9479742a182026acd6f1dd89ef0dac6f02d3288a95ed647557a20715ca619a48f13c468d23
7
- data.tar.gz: c7cf4471090035205e95633181dd0b82385d635c1574283cafda930ac3a60a1dad56e102f91ef0ddd8ff5002007c8d5cb5574e6c24194439810c60b0f0008f57
6
+ metadata.gz: f993ab389d1f903ab10fa356f92ea273b38e21115d94b645dffd14d327433fe734757ca2887061cf5414c296e171a24fcab9630939fdbb7967ba85c53f39900b
7
+ data.tar.gz: cdd80e5ba07051b0b3a1915bee0aabcc5ce13be7977f9fb60f98f79a60e219db29bfe1162c3513c842f6ab53f09dc5ac2887da8f5e086e9b97e97116fd7f653f
@@ -11,10 +11,6 @@ module StripeLocal
11
11
 
12
12
  time_writer :created
13
13
 
14
- def metadata= so
15
- MultiJson.dump so.to_hash
16
- end
17
-
18
14
  def metadata
19
15
  MultiJson.load read_attribute( :metadata ), symbolize_keys: true
20
16
  end
@@ -55,10 +55,6 @@ module StripeLocal
55
55
  end
56
56
  end
57
57
 
58
- def metadata= so
59
- MultiJson.dump so.to_hash
60
- end
61
-
62
58
  def metadata
63
59
  MultiJson.load read_attribute( :metadata ), symbolize_keys: true
64
60
  end
@@ -10,9 +10,6 @@ module StripeLocal
10
10
 
11
11
  time_writer :period_start, :period_end
12
12
 
13
- def metadata= so
14
- MultiJson.dump so.to_hash
15
- end
16
13
 
17
14
  def metadata
18
15
  MultiJson.load read_attribute( :metadata ), symbolize_keys: true
@@ -8,9 +8,6 @@ module StripeLocal
8
8
 
9
9
  time_writer :date
10
10
 
11
- def metadata= so
12
- MultiJson.dump so.to_hash
13
- end
14
11
 
15
12
  def metadata
16
13
  MultiJson.load read_attribute( :metadata ), symbolize_keys: true
@@ -1,3 +1,3 @@
1
1
  module StripeLocal
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stripe_local
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Cohen