bitsy-bitcoin 0.0.6 → 0.0.7

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: 865f4d40f68c86cd012dffe63cb580f873e5b602
4
- data.tar.gz: 92ff4b4dbab9b67345889d3797bd3c3f95bd03fb
3
+ metadata.gz: 2d078e2b879a781b6e1f9f72085ac9e86b5bdfe8
4
+ data.tar.gz: 9d33a68b1467cce05fe47f72b4f51863e6279eb2
5
5
  SHA512:
6
- metadata.gz: 223be8ef1c1f244ebef854e44fb8dea57bc5c7f58fa8ae79e3bc818ee7b5a445af6a4d035041ec7e45485cc37c6ce828031fc5c7a9ed12e56d4a305c1396cded
7
- data.tar.gz: 0b5882ec7dbec504029f3fe59a1c6e9fc88280144338a13899470b020367ea6f8f9f4d5a8308fa6cd1c1b551f290a51865d5f562a130d0835bf33a08bf5f3370
6
+ metadata.gz: 0da7fba5c8bbb71f8be9cfb48048c1d8ab4a46a4d9b98cfeb2f7733076bfc6e683c140e761a79b2de8985e61112a5d590913deeb420fcb5b8024504882a202e2
7
+ data.tar.gz: 4f4190f24471dd0434c4f9fb2d64c6605cedb82a264cbf115fd67da5d8a5ad53166aa7211df2da6e0099166e4fbf1de45e723ddc6bfd1f04a0703a0842883b08
@@ -1,4 +1,7 @@
1
1
  module Bitsy
2
2
  class ApplicationController < ActionController::API
3
+ # TODO: Remove this when bug is fixed
4
+ # https://github.com/rails-api/active_model_serializers/issues/600
5
+ include ActionController::Serialization
3
6
  end
4
7
  end
data/lib/bitsy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Bitsy
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
@@ -11,6 +11,7 @@ Bitsy.configure do |c|
11
11
  c.safe_confirmation_threshold = 0
12
12
 
13
13
  # The name where all money is pooled before sending out. You will likely not
14
- # need to change this value.
15
- c.master_account_name = ""
14
+ # need to change this value. Note that blockchain.info only accepts master
15
+ # account names between 0 and 255 characters.
16
+ c.master_account_name = "master"
16
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bitsy-bitcoin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ramon Tayag