ruby_bancbox 0.0.1 → 0.0.3

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: 9d2bb794457868b0b299508d290ea802669df2e5
4
- data.tar.gz: 1d3c5e36a45d0194f122cef91971be2da4c4f1b6
3
+ metadata.gz: d02a599205764773e13f89a5b1b52dee6f44939a
4
+ data.tar.gz: 3537337dc1aca6dda62d7b698b15c8fb022a88e1
5
5
  SHA512:
6
- metadata.gz: b24757f0fdc515700baf2f740da78037b289f388a71e8440004e9c0bb5b31103180427befba701915f2cf33ab1e3898d186d3175fde432c7e9829e67664eed3f
7
- data.tar.gz: 0fe6020f1bf6539aededa8a52e5610441ce33e0a7196552f2b1cf79ed76f4a96ee0d538d8da32d93ab6b1de3f0241b94df1108739855ac8c267c9213178e4c21
6
+ metadata.gz: 350fe832237e9c7d2c1e8d8bfe4ec560f5bf355a97f70ab26688b4bf4a366b91b4692d5d2b3070ce6d19b8c9b25e98f952e3a51ea7cbf2d56b2b90c4e8adb1c6
7
+ data.tar.gz: 520007986a6c354eb5cf4d8255c8d6242d36931fc1d3271f270b57859997686790fda5e2bdde42edbb2912826ff12d461b3bdb9e1cc17fab2d25b19b0a013014
@@ -3,6 +3,7 @@ module RubyBancbox
3
3
 
4
4
  class << self
5
5
 
6
+
6
7
  def create_investor(options = {})
7
8
  # reference_id
8
9
  # first_name
@@ -1,3 +1,3 @@
1
1
  module RubyBancbox
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.3"
3
3
  end
data/lib/ruby_bancbox.rb CHANGED
@@ -2,6 +2,7 @@ require "ruby_bancbox/version"
2
2
 
3
3
  require 'ruby_bancbox/configuration'
4
4
  require 'ruby_bancbox/cfp'
5
+ require 'ruby_bancbox/errors'
5
6
 
6
7
  module RubyBancbox
7
8
  class << self
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_bancbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Parsons
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-04 00:00:00.000000000 Z
11
+ date: 2014-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest_client