blippex_api 1.0.0.pre.6 → 1.0.0.pre.7
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 +8 -8
- data/README.md +7 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YzAxMzNjMzJkODJlM2NlOTgzMzg4MzM2MTdiMDNkYWZkZGQ3MzRkNw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NDUyMmFmODc3ZDg4ZTIxMWU3ZGM2MzhmZDc3N2M4MDRkMWQxYmFhMw==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YjY0OTNiMzdiZTc2ZmJkYTFkNjRlOTQyOThmNjA4OWViNjg1Y2ZhNWFiYzJj
|
|
10
|
+
NTY0NjJkOWQ0YzJmYTQwYjgxZDJhMGYzNGQ4YWYxZTRkZWM4ZTVlZmUwNWE3
|
|
11
|
+
YzhlYmNhNjZmNGQxYzBhODc1OGM3MjRiZWY2NGM4NDkzYTMzYTc=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YTI3ZDc0YjNmMjdhNjQ2OWY4Y2VkNjM0YWNkYTkyNDI4YWY0MjUwYTVhMmRm
|
|
14
|
+
OWYwMDI5MDU4NDZjMWM1NmExOWNhMzZjNGQyYTBmZjI4Y2QyZTM3MTQ2YTcx
|
|
15
|
+
NmU0MzMwMDFkZjliODVlZDliMTdiYTEwZTI1YjkwMTlkYWY0ZmM=
|
data/README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
[](http://badge.fury.io/rb/blippex_api)
|
|
2
|
+
[](https://travis-ci.org/jonathanchrisp/blippex_api)
|
|
3
|
+
[](https://gemnasium.com/jonathanchrisp/blippex_api)
|
|
4
|
+
[](https://codeclimate.com/github/jonathanchrisp/blippex_api)
|
|
5
|
+
[](https://coveralls.io/r/jonathanchrisp/blippex_api?branch=master)
|
|
6
|
+
|
|
1
7
|
# blippex_api
|
|
2
8
|
A ruby wrapper for the blippex search engine made bythe people, forthe people.
|
|
3
9
|
|
|
@@ -143,4 +149,4 @@ rspec spec
|
|
|
143
149
|
Please note that a number of tests still need to be added so I don't currently have complete coverage, subject to workload these will be slowly added over the next few months.
|
|
144
150
|
|
|
145
151
|
## Feedback
|
|
146
|
-
I would be more than happy to recieve feedback, please email me at: jonathan.chrisp@gmail.com.
|
|
152
|
+
I would be more than happy to recieve feedback, please email me at: jonathan.chrisp@gmail.com.
|