We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03ae52 commit 21e71e2Copy full SHA for 21e71e2
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-TBD
2
----
+0.1.0 (18/07/2014)
+------------------
3
4
-* Initial public release - [@dblock](https://github.com/dblock).
+* Initial public release, with support for Grape `present` - [@dblock](https://github.com/dblock).
README.md
@@ -19,13 +19,6 @@ gem 'grape-roar'
19
Usage
20
-----
21
22
-### Require grape-roar
23
-
24
-```ruby
25
-# config.ru
26
-require 'grape/roar'
27
-```
28
29
### Tell your API to use Grape::Formatter::Roar
30
31
```ruby
0 commit comments