openstax_api 6.1.4 → 6.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/routes.rb +8 -0
- data/lib/openstax/api/version.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +33249 -3589
- metadata +3 -2
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openstax_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.1.
|
4
|
+
version: 6.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dante Soares
|
@@ -242,6 +242,7 @@ files:
|
|
242
242
|
- app/controllers/openstax/api/v1/api_controller.rb
|
243
243
|
- app/models/openstax/api/api_user.rb
|
244
244
|
- app/representers/openstax/api/v1/abstract_search_representer.rb
|
245
|
+
- config/routes.rb
|
245
246
|
- lib/openstax/api/apipie.rb
|
246
247
|
- lib/openstax/api/constraints.rb
|
247
248
|
- lib/openstax/api/doorkeeper_application_includes.rb
|
@@ -331,7 +332,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
331
332
|
version: '0'
|
332
333
|
requirements: []
|
333
334
|
rubyforge_project:
|
334
|
-
rubygems_version: 2.
|
335
|
+
rubygems_version: 2.4.6
|
335
336
|
signing_key:
|
336
337
|
specification_version: 4
|
337
338
|
summary: API utilities for OpenStax products and tools.
|