bitshares 0.1.0.pre → 0.1.1.pre
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 +4 -4
- data/README.md +2 -2
- data/lib/bitshares/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f540051da8eae20eea9ade479dedb4c4b8ee46c4
|
|
4
|
+
data.tar.gz: 13ab75a4dbb7a167896bf2d722a56edf43bc8c44
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db3ae3d0e9b58b23ff6141acd664079ea9bae5ea53406278ff54100cc5cb4c235bc05c477b35c7311e203dc381e0ff3faf26cd20287a21135f23acb2913fdc6d
|
|
7
|
+
data.tar.gz: f717c217e4612b7a056a44651bf165c3d867be3d1530ab336251587c4c910959a58c75c2fd502829d26d11a320240799d80e6b29d14948696ed560f85376be9d
|
data/README.md
CHANGED
|
@@ -14,7 +14,7 @@ Tested with v0.9.2 client on Mac OS X (10.9.5) and Ubuntu 14.04. Should work on
|
|
|
14
14
|
Add this line to your application's Gemfile:
|
|
15
15
|
|
|
16
16
|
```ruby
|
|
17
|
-
gem 'bitshares
|
|
17
|
+
gem 'bitshares'
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
And then execute:
|
|
@@ -23,7 +23,7 @@ And then execute:
|
|
|
23
23
|
|
|
24
24
|
Or install it yourself as:
|
|
25
25
|
|
|
26
|
-
$ gem install bitshares
|
|
26
|
+
$ gem install bitshares
|
|
27
27
|
|
|
28
28
|
## Authentication
|
|
29
29
|
|
data/lib/bitshares/version.rb
CHANGED