rapidash 0.0.6 → 0.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -1
  3. data/lib/rapidash/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 25d2edf71b1e0e81782f4d56e4926b963c57e053
4
- data.tar.gz: 6982fb798abb4b49ba0ce54f72bca5c3086cb56b
3
+ metadata.gz: c07a3c38b01592f574fe0e4fcefde4d2b6d9f708
4
+ data.tar.gz: 2e0d84d785ba58bd8767a52d4481f9714e759d3b
5
5
  SHA512:
6
- metadata.gz: c769c2bcb2074211878609785ca58e2fae9840861f6a6cb6636760b6b22dd97b65e0330a9c110724e1f247e5f2d35fe96395056d23239fe1d9325b987863866c
7
- data.tar.gz: 7bbc9e3833e52d99c723a43f088f2b3abe51d720f9366993f845aac55df7c9d2f05c4406f71c26f4ce856ed35a270c9acf944719fa55642b69a300adbe52dea5
6
+ metadata.gz: f8c6bbd17bfdd5bca3a85c527bb7f98b9db48f9c38edcd450b4ba8b3fbeab9626fb458426ae1018e24eeb934ed3bf5fe6c945448e439c09477c693eb2e55e25e
7
+ data.tar.gz: 2b023b3f5e73e8ca9f192538c9aa6ab05ca162fab46a811aac2534510d2d7aaf14698c1ad4d90e2135c97547e938045b41b2c517c78135f3b40da90278ceef49
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Rapidash [![Build Status](https://travis-ci.org/Gazler/rapidash.png?branch=master)](https://travis-ci.org/Gazler/rapidash)
2
2
 
3
- Rapidash is an opinionated core for you to build a client for your API on. The goal is to define a standard way that developers can quickly write a client for the consumption of their RESTful API.
3
+ ![Rapidash](http://rapidashgem.com/images/rapidash.png)
4
+
5
+ Rapidash is a core for you to build a client for your API on. The goal is to define a standard way that developers can quickly write a client for the consumption of their RESTful API.
4
6
 
5
7
  ## Installation
6
8
 
@@ -153,3 +155,7 @@ p client.users("Gazler").repos![0].name #Githug
153
155
  3. Commit your changes (`git commit -am 'Add some feature'`)
154
156
  4. Push to the branch (`git push origin my-new-feature`)
155
157
  5. Create new Pull Request
158
+
159
+ ## Credits
160
+
161
+ Thanks to @Sid3show for the sweet logo!
@@ -1,3 +1,3 @@
1
1
  module Rapidash
2
- VERSION = "0.0.6"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rapidash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary 'Gazler' Rennie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-03-13 00:00:00.000000000 Z
11
+ date: 2013-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler