roar 1.0.0 → 1.0.1

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roar
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Sutterer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-22 00:00:00.000000000 Z
11
+ date: 2015-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: representable
@@ -142,8 +142,8 @@ dependencies:
142
142
  - - ">="
143
143
  - !ruby/object:Gem::Version
144
144
  version: '0'
145
- description: Streamlines the development of RESTful, resource-oriented architectures
146
- in Ruby.
145
+ description: Object-oriented representers help you defining nested REST API documents
146
+ which can then be rendered and parsed using one and the same concept.
147
147
  email:
148
148
  - apotonick@gmail.com
149
149
  executables: []
@@ -184,6 +184,7 @@ files:
184
184
  - test/client_test.rb
185
185
  - test/coercion_feature_test.rb
186
186
  - test/collection_json_test.rb
187
+ - test/decorator_client_test.rb
187
188
  - test/decorator_test.rb
188
189
  - test/faraday_http_transport_test.rb
189
190
  - test/fixtures/sample.pem
@@ -229,5 +230,5 @@ rubyforge_project:
229
230
  rubygems_version: 2.2.2
230
231
  signing_key:
231
232
  specification_version: 4
232
- summary: Resource-oriented architectures in Ruby.
233
+ summary: Parse and render REST API documents using representers.
233
234
  test_files: []