jsonapi-resources 0.0.4 → 0.0.5

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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsonapi-resources
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Gebhardt
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-08-27 00:00:00.000000000 Z
12
+ date: 2014-09-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -119,6 +119,7 @@ extensions: []
119
119
  extra_rdoc_files: []
120
120
  files:
121
121
  - ".gitignore"
122
+ - ".travis.yml"
122
123
  - Gemfile
123
124
  - LICENSE.txt
124
125
  - README.md
@@ -127,9 +128,11 @@ files:
127
128
  - lib/jsonapi-resources.rb
128
129
  - lib/jsonapi/active_record_operations_processor.rb
129
130
  - lib/jsonapi/association.rb
131
+ - lib/jsonapi/configuration.rb
130
132
  - lib/jsonapi/error.rb
131
133
  - lib/jsonapi/error_codes.rb
132
134
  - lib/jsonapi/exceptions.rb
135
+ - lib/jsonapi/formatter.rb
133
136
  - lib/jsonapi/operation.rb
134
137
  - lib/jsonapi/operation_result.rb
135
138
  - lib/jsonapi/operations_processor.rb