flowcommerce-reference 0.4.5 → 0.4.6

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: 18c62371e895a8df90b0f555aa4f9d2324f1fb29
4
- data.tar.gz: f939135fc4c2296f11625accd8b7ad30dc4b13e7
3
+ metadata.gz: 07e66a8ca76c8d12e8b7e059d3fe52b7a20ae2dc
4
+ data.tar.gz: b1e36c50ad4cfbe601526af2ef601fdc7725fdb3
5
5
  SHA512:
6
- metadata.gz: 792929ad1e77c4d75e83aab6fe8a1318c89011bdb27f3f0797fd9659eb52ecccf0d729a0f11fcc14a3810cadc1bbb3ed26255f5b3c86d80dc869ff3cf99404c1
7
- data.tar.gz: e44f452a3467184dd1ac1f8aa8656cda7e88099719d2678aba8aa664d45578d3051025abbb33d1b73013884e8e9c11485ddc2c35995185ebb9c235d9be0205f0
6
+ metadata.gz: 968ba7095bf8c6200993a32289cb76e07d2d46d97ddc51181e14aa9cb20fb39182a0fb5febae639f3c1bc7f4e6b0b3c03c6151c34c2a5fe3a43d7c5f662f4574
7
+ data.tar.gz: f2a76ec31d4335b88e25ccd45c389641a49c20c0422bbc0425262907566e84c9decde3b9dda30702c301716a6e54bcdc78a716858c463a1727f467fcebac02ea
@@ -99,7 +99,7 @@ module FlowCommerce
99
99
  end
100
100
  end
101
101
 
102
- module Io::FlowCommerce::Reference::V0::Models
102
+ module Io::Flow::Reference::V0::Models
103
103
  class Currency
104
104
  def to_cents(amount_in)
105
105
  amount = amount_in.to_f
@@ -1,7 +1,7 @@
1
1
  # Generated by Flow.io (2017) code builder
2
2
 
3
3
  # untill we define it in auto generator
4
- class ::Io::FlowCommerce::Reference::V0::Models::Continent
4
+ class ::Io::Flow::Reference::V0::Models::Continent
5
5
  attr_accessor :name
6
6
  attr_accessor :code
7
7
  attr_accessor :country_codes
@@ -25,7 +25,7 @@ module FlowCommerce
25
25
  class Data
26
26
  class << self
27
27
  def new_c(hash)
28
- ::Io::FlowCommerce::Reference::V0::Models::Continent.new(hash)
28
+ ::Io::Flow::Reference::V0::Models::Continent.new(hash)
29
29
  end
30
30
 
31
31
  def Afr
@@ -6,7 +6,7 @@ module FlowCommerce
6
6
  class Data
7
7
  class << self
8
8
  def new_l(hash)
9
- ::Io::FlowCommerce::Reference::V0::Models::Locale.new(hash)
9
+ ::Io::Flow::Reference::V0::Models::Locale.new(hash)
10
10
  end
11
11
 
12
12
  def country_nam
@@ -2088,7 +2088,7 @@ module FlowCommerce
2088
2088
  class Data
2089
2089
  class << self
2090
2090
  def new_c(hash)
2091
- ::Io::FlowCommerce::Reference::V0::Models::Country.new(hash)
2091
+ ::Io::Flow::Reference::V0::Models::Country.new(hash)
2092
2092
  end
2093
2093
 
2094
2094
  def Alb
@@ -5,7 +5,7 @@ module FlowCommerce
5
5
  class Currencies
6
6
  class Data
7
7
  def Data.new_c(hash)
8
- ::Io::FlowCommerce::Reference::V0::Models::Currency.new(hash)
8
+ ::Io::Flow::Reference::V0::Models::Currency.new(hash)
9
9
  end
10
10
 
11
11
  def Data.All
@@ -5,7 +5,7 @@ module FlowCommerce
5
5
  class Languages
6
6
  class Data
7
7
  def Data.new_l(hash)
8
- ::Io::FlowCommerce::Reference::V0::Models::Language.new(hash)
8
+ ::Io::Flow::Reference::V0::Models::Language.new(hash)
9
9
  end
10
10
 
11
11
  def Data.Aa
@@ -8,7 +8,7 @@ module FlowCommerce
8
8
  class Data
9
9
  class << self
10
10
  def new_pm(hash)
11
- ::Io::FlowCommerce::Reference::V0::Models::PaymentMethod.new(hash)
11
+ ::Io::Flow::Reference::V0::Models::PaymentMethod.new(hash)
12
12
  end
13
13
 
14
14
  def Ach
data/lib/version.rb CHANGED
@@ -1,7 +1,7 @@
1
- # Automatically generated at 2018-07-12 09:34:26 +0100
1
+ # Automatically generated at 2018-07-12 09:37:28 +0100
2
2
 
3
3
  module FlowCommerce
4
4
  module Reference
5
- VERSION = '0.4.5'
5
+ VERSION = '0.4.6'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flowcommerce-reference
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Bryzek