flowcommerce-reference 0.4.0

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.
data/lib/version.rb ADDED
@@ -0,0 +1,5 @@
1
+ module Flow
2
+ module Reference
3
+ VERSION = '0.4.0'
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,53 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: flowcommerce-reference
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.4.0
5
+ platform: ruby
6
+ authors:
7
+ - Michael Bryzek
8
+ - Dino Reic
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2018-07-12 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: Flow helper libraries for working with https://api.flow.io
15
+ email: mbryzek@alum.mit.edu
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - "./lib/flow-reference.rb"
21
+ - "./lib/flow_reference_v0_client.rb"
22
+ - "./lib/generated/continents.rb"
23
+ - "./lib/generated/countries.rb"
24
+ - "./lib/generated/currencies.rb"
25
+ - "./lib/generated/languages.rb"
26
+ - "./lib/generated/payment_methods.rb"
27
+ - "./lib/io_flow_reference_v0.rb"
28
+ - "./lib/version.rb"
29
+ homepage: https://www.flow.io
30
+ licenses:
31
+ - MIT
32
+ metadata: {}
33
+ post_install_message:
34
+ rdoc_options: []
35
+ require_paths:
36
+ - lib
37
+ required_ruby_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ requirements: []
48
+ rubyforge_project:
49
+ rubygems_version: 2.5.2
50
+ signing_key:
51
+ specification_version: 4
52
+ summary: Flow helpers
53
+ test_files: []