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.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/README.md +7 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NTE0NzZhODg2NjRjYmEwNTNjNDcyODIwNDVmOWNmODE5YWQ4ZTBiOQ==
4
+ YzAxMzNjMzJkODJlM2NlOTgzMzg4MzM2MTdiMDNkYWZkZGQ3MzRkNw==
5
5
  data.tar.gz: !binary |-
6
- Mjk0ZmRlYTU0ODAxNGI1N2ZiOWI3ODNmN2E4MjEwMTA5NGIzNmRmZA==
6
+ NDUyMmFmODc3ZDg4ZTIxMWU3ZGM2MzhmZDc3N2M4MDRkMWQxYmFhMw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NTZkMDQyNmI3OTczOTBhNzE1NTY5ODA5YzhlNzU4ZDNkMGQyMWRlNThhODY1
10
- M2YxNjE5NDc3NzJiMmY1OWRhZDI5NzU2M2E5ZDJlNWFmZTBmYWQ5OWEzNWMz
11
- YzA5MWQ1MDY3MTFjNTg2NmY2NGIzNjBjZWRjYjFmNTdiZDZhZWM=
9
+ YjY0OTNiMzdiZTc2ZmJkYTFkNjRlOTQyOThmNjA4OWViNjg1Y2ZhNWFiYzJj
10
+ NTY0NjJkOWQ0YzJmYTQwYjgxZDJhMGYzNGQ4YWYxZTRkZWM4ZTVlZmUwNWE3
11
+ YzhlYmNhNjZmNGQxYzBhODc1OGM3MjRiZWY2NGM4NDkzYTMzYTc=
12
12
  data.tar.gz: !binary |-
13
- NzFkZGM2OWM2MjI2YTM0MzczYjc4NmU5YzZjNTdhZTA2NGZjMjU3ZjBhOGQy
14
- MjFjODdkNTk0NmEyNGZhMjI5ODAzNTA5ZjQ5NmI1YjcyOTk2OTc0ODA0YTZm
15
- ODE0ZWI1NDUwZGM1NTRhN2UzZDc1MTNhZWM5NzczMmVhNDA3Y2Q=
13
+ YTI3ZDc0YjNmMjdhNjQ2OWY4Y2VkNjM0YWNkYTkyNDI4YWY0MjUwYTVhMmRm
14
+ OWYwMDI5MDU4NDZjMWM1NmExOWNhMzZjNGQyYTBmZjI4Y2QyZTM3MTQ2YTcx
15
+ NmU0MzMwMDFkZjliODVlZDliMTdiYTEwZTI1YjkwMTlkYWY0ZmM=
data/README.md CHANGED
@@ -1,3 +1,9 @@
1
+ [![Gem Version](https://badge.fury.io/rb/blippex_api.png)](http://badge.fury.io/rb/blippex_api)
2
+ [![Build Status](https://travis-ci.org/jonathanchrisp/blippex_api.png?branch=master)](https://travis-ci.org/jonathanchrisp/blippex_api)
3
+ [![Dependency Status](https://gemnasium.com/jonathanchrisp/blippex_api.png)](https://gemnasium.com/jonathanchrisp/blippex_api)
4
+ [![Code Climate](https://codeclimate.com/github/jonathanchrisp/blippex_api.png)](https://codeclimate.com/github/jonathanchrisp/blippex_api)
5
+ [![Coverage Status](https://coveralls.io/repos/jonathanchrisp/blippex_api/badge.png?branch=master)](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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blippex_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.6
4
+ version: 1.0.0.pre.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Chrisp