ocean-rails 7.1.0 → 7.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ocean/version.rb +1 -1
- metadata +7 -25
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9755c4571cb0e07c40c614e137e62bcca1db43ae52fcc458fc6d496840526176
|
4
|
+
data.tar.gz: 53bff7a0815bea22bfa4374612b608453c446a42f4b8ecf987d2b0bd37714b15
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0ac341b0fdce661af03ed0a176b7052900519000fdbd3e0b99d7c13a3f37b1263f39bae4f5eec7a966597cf873c2839472b0acd681048c29ae8015d540ec53d
|
7
|
+
data.tar.gz: e0c9773797ecb6f0b438f3dbbbace6201040635d41931e1b2c9e42c4d82962029b32a85e70db450d46dd701b897b03018fe832436a8dcf5a088551f84b45c4ce
|
data/lib/ocean/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ocean-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.1.
|
4
|
+
version: 7.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Bengtson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-06-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -24,20 +24,6 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: rack-attack
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - ">="
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '0'
|
34
|
-
type: :runtime
|
35
|
-
prerelease: false
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
37
|
-
requirements:
|
38
|
-
- - ">="
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
version: '0'
|
41
27
|
- !ruby/object:Gem::Dependency
|
42
28
|
name: jbuilder
|
43
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -167,10 +153,9 @@ dependencies:
|
|
167
153
|
description: |-
|
168
154
|
== Ocean
|
169
155
|
|
170
|
-
Ocean is an architecture for creating server-oriented architectures (SOAs) in the cloud.
|
171
|
-
It consists of two separate parts which can be used separately or in conjunction: Ocean and OceanFront.
|
156
|
+
Ocean is an application template and an architecture for creating server-oriented architectures (SOAs) in the cloud.
|
172
157
|
|
173
|
-
Ocean is a complete and
|
158
|
+
Ocean is a complete and extremely scalable back end solution for RESTful JSON web services and web applications,
|
174
159
|
featuring aggressive caching and full HTTP client abstraction. Ocean fully implements HATEOAS principles,
|
175
160
|
allowing the programming object model to move fully out onto the net, while maintaining a very high degree
|
176
161
|
of decoupling.
|
@@ -180,11 +165,8 @@ description: |-
|
|
180
165
|
are run in parallel using a matrix of operating systems and browser types. The pipeline can very easily be extended
|
181
166
|
with new development branches and quality assurance environments with automatic testing and deployment.
|
182
167
|
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
Together, Ocean and OceanFront allow you to write front end code completely independent of browser type and client
|
187
|
-
OS, and back end code completely agnostic of whether it is called by a client browser or another server system.
|
168
|
+
Together, Ocean allows you to code front end clients completely independently of browser type and OS,
|
169
|
+
and back end code completely agnostic of whether it is called by a client browser or another server system.
|
188
170
|
email:
|
189
171
|
- peter@peterbengtson.com
|
190
172
|
executables: []
|
@@ -250,7 +232,7 @@ files:
|
|
250
232
|
- lib/ocean/zeromq_logger.rb
|
251
233
|
- lib/tasks/ocean_tasks.rake
|
252
234
|
- lib/templates/rails/scaffold_controller/controller.rb
|
253
|
-
homepage: https://
|
235
|
+
homepage: https://gitlab.com/ocean-dev/ocean-rails
|
254
236
|
licenses:
|
255
237
|
- MIT
|
256
238
|
metadata: {}
|