bitsy-bitcoin 0.2.1 → 0.3.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 849b89c147bb11b16bc2b109d3b1ae3488e1970a
|
|
4
|
+
data.tar.gz: 764da3e8d74fcc49ec21e2afbe3314c4f343744e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 58d98db718f82b2c67cbdd980f380edc35b77e631402b891b21fc07950f5dac1e34b15d1e61fd43f60cc341bcd77eb572b2e0a7dbd8b1ef67462800f56c0c00c
|
|
7
|
+
data.tar.gz: 119be683f3f9e53b7995aa17b9a253c26b50a103189eb633ff22a6ae6a51052481801f99d9e21b8c034b3deaae089167ce18c4660c522a468dd9d240bf57ebdc
|
data/config/bitsy.yml
CHANGED
|
@@ -14,3 +14,11 @@ Bitsy.configure do |c|
|
|
|
14
14
|
# like this http://app.com/bitsy/v1/blockchain_notifications?secret=mysecret
|
|
15
15
|
c.blockchain_secrets = %w(secret)
|
|
16
16
|
end
|
|
17
|
+
|
|
18
|
+
Sidekiq.configure_server do |config|
|
|
19
|
+
config.redis = { url: Bitsy.config.redis_url }
|
|
20
|
+
end
|
|
21
|
+
|
|
22
|
+
Sidekiq.configure_client do |config|
|
|
23
|
+
config.redis = { url: Bitsy.config.redis_url }
|
|
24
|
+
end
|
data/lib/bitsy/version.rb
CHANGED
|
@@ -15,3 +15,11 @@ Bitsy.configure do |c|
|
|
|
15
15
|
# like this http://app.com/bitsy/v1/blockchain_notifications?secret=mysecret
|
|
16
16
|
c.blockchain_secrets = %w(secret)
|
|
17
17
|
end
|
|
18
|
+
|
|
19
|
+
Sidekiq.configure_server do |config|
|
|
20
|
+
config.redis = { url: Bitsy.config.redis_url }
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
Sidekiq.configure_client do |config|
|
|
24
|
+
config.redis = { url: Bitsy.config.redis_url }
|
|
25
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bitsy-bitcoin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ramon Tayag
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-11-
|
|
11
|
+
date: 2014-11-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|