ctws 0.1.5.alpha → 0.1.6.alpha
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 58e4e4ba82f810cec1e53fec7fbee1fecc43ff19
|
|
4
|
+
data.tar.gz: 34da4ce18c185822781b2cef8fde9aba35b5e46f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff5db565d6bc6eae63d4c455749c9b86d1133c2e75b6feca1202154c3a8144ffde10f7862801a40e7245dc9c66028bb2515d8465ea369cda549fd62454ee9729
|
|
7
|
+
data.tar.gz: 3ccccba0d7315d2eead3c86f912e66ffa68c3e340f90f173526a647610b9f11214ec5623f4d417b94ac9893b892ff5a911d0efbf5eb0eef6ae60c4151aa0bc8a
|
data/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# ctws
|
|
2
2
|
|
|
3
|
+
[](https://badge.fury.io/rb/ctws)
|
|
4
|
+
|
|
3
5
|
Rails gem to be used as Webservice RESTful JSON API with Rails 5.
|
|
4
6
|
|
|
5
7
|
With `MinAppVersion` and `User` resources, with token based authentication [JSON Web Tokens](https://jwt.io/).
|
data/lib/ctws/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ctws
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6.alpha
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Agustí B.R.
|
|
@@ -164,8 +164,6 @@ files:
|
|
|
164
164
|
- app/auth/ctws/authorize_api_request.rb
|
|
165
165
|
- app/controllers/concerns/ctws/exception_handler.rb
|
|
166
166
|
- app/controllers/concerns/ctws/response.rb
|
|
167
|
-
- app/controllers/concerns/ctws/v1/exception_handler.rb
|
|
168
|
-
- app/controllers/concerns/ctws/v1/response.rb
|
|
169
167
|
- app/controllers/ctws/application_controller.rb
|
|
170
168
|
- app/controllers/ctws/authentication_controller.rb
|
|
171
169
|
- app/controllers/ctws/ctws_controller.rb
|