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.
- checksums.yaml +4 -4
- data/README.md +7 -1
- data/lib/rapidash/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c07a3c38b01592f574fe0e4fcefde4d2b6d9f708
|
|
4
|
+
data.tar.gz: 2e0d84d785ba58bd8767a52d4481f9714e759d3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8c6bbd17bfdd5bca3a85c527bb7f98b9db48f9c38edcd450b4ba8b3fbeab9626fb458426ae1018e24eeb934ed3bf5fe6c945448e439c09477c693eb2e55e25e
|
|
7
|
+
data.tar.gz: 2b023b3f5e73e8ca9f192538c9aa6ab05ca162fab46a811aac2534510d2d7aaf14698c1ad4d90e2135c97547e938045b41b2c517c78135f3b40da90278ceef49
|
data/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Rapidash [](https://travis-ci.org/Gazler/rapidash)
|
|
2
2
|
|
|
3
|
-
Rapidash
|
|
3
|
+

|
|
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!
|
data/lib/rapidash/version.rb
CHANGED
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
|
|
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-
|
|
11
|
+
date: 2013-03-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|