ocean-rails 1.15.6 → 1.16.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +1 -1
  3. data/lib/ocean/version.rb +1 -1
  4. metadata +16 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: be47bcf00822dced03def253567ba0c3bfca96d8
4
- data.tar.gz: add62de22d8ee29aaaeadd8f30db56948107b94b
3
+ metadata.gz: 4bd8c91795bbc8d08b2e92e02821f2855fdba12b
4
+ data.tar.gz: c764149cdd4b63f5c3c6cb191d0530f751f79a07
5
5
  SHA512:
6
- metadata.gz: f3db68c5e99efe02cc9a0dbef1d21f1fcc5cf8336d0d89df02e84d9896246365ebded6e180e0d64a05756fe527f90518c55c86b6786329a7c6527e364a5f4863
7
- data.tar.gz: d7bda9af5441be9c84fd9236ecb9ccc97fb330faea13426ced9a8532bd6449692adc92d39e51703f9e75bb7ca77a8308258ea37b0210b5a2ca99e7a2eabf87c3
6
+ metadata.gz: b4a5b175f37ecaa0d34416a113946317ce1cd0eadecf7f32b24795dff594589ec912d7e43527c509b1eab8c4d9fbc039b2f630cb8abae2ce0cda0d26e2b4f925
7
+ data.tar.gz: 5b975ca74814db5dfa1649b469e809d8c9cd575299521306af2d265ec6e0996cc090c343e60075082d8f23a547f6f510d030994b25b77a0b5ca2b200d6cefd17
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2013 YOURNAME
1
+ Copyright 2013 Peter Bengtson
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/lib/ocean/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ocean
2
- VERSION = "1.15.6"
2
+ VERSION = "1.16.0"
3
3
  end
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: 1.15.6
4
+ version: 1.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Bengtson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-15 00:00:00.000000000 Z
11
+ date: 2013-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -178,23 +178,23 @@ dependencies:
178
178
  - - ~>
179
179
  - !ruby/object:Gem::Version
180
180
  version: '4.0'
181
- description: "Ocean is an architecture for creating server-oriented architectures
181
+ description: "== Ocean\n\nOcean is an architecture for creating server-oriented architectures
182
182
  (SOAs) in the cloud. \nIt consists of two separate parts which can be used separately
183
183
  or in conjunction: Ocean and OceanFront.\n\nOcean is a complete and very scalable
184
184
  back end solution for RESTful JSON web services and web applications, \nfeaturing
185
185
  aggressive caching and full HTTP client abstraction. Ocean fully implements HATEOAS
186
- principles, \nallowing the programming object model to move fully out onto the net,
187
- while maintaining a very high degree \nof decoupling.\n\nOceanFront is a cross-platform
188
- Javascript front end browser client library supporting all major browsers and \nplatforms.
189
- OceanFront is object oriented, widget-based and HTML-less.\n\nTogether, Ocean and
190
- OceanFront allow you to write front end code completely independent of browser type
191
- and client \nOS, and back end code completely agnostic of whether it is called by
192
- a client browser or another server system.\n\nOcean is also a development, staging
193
- and deployment pipeline featuring continuous integration and testing in a \nTDD
194
- and/or BDD environment. Ocean can be used for continuous deployment or for scheduled
195
- releases. Front end tests \nare run in parallel using a matrix of operating systems
196
- and browser types. The pipeline can very easily be extended \nwith new development
197
- branches and quality assurance environments with automatic testing and deployment."
186
+ principles, \nallowing the programming object model to move fully out onto the net,
187
+ while maintaining a very high degree \nof decoupling.\n\nOcean is also a development,
188
+ staging and deployment pipeline featuring continuous integration and testing in
189
+ a \nTDD and/or BDD environment. Ocean can be used for continuous deployment or for
190
+ scheduled releases. Front end tests \nare run in parallel using a matrix of operating
191
+ systems and browser types. The pipeline can very easily be extended \nwith new development
192
+ branches and quality assurance environments with automatic testing and deployment.\n\nOceanFront
193
+ is a cross-platform Javascript front end browser client library supporting all major
194
+ browsers and \nplatforms. OceanFront is object oriented, widget-based and HTML-less.\n\nTogether,
195
+ Ocean and OceanFront allow you to write front end code completely independent of
196
+ browser type and client \nOS, and back end code completely agnostic of whether it
197
+ is called by a client browser or another server system."
198
198
  email:
199
199
  - peter@peterbengtson.com
200
200
  executables: []
@@ -266,7 +266,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
266
266
  version: '0'
267
267
  requirements: []
268
268
  rubyforge_project:
269
- rubygems_version: 2.0.3
269
+ rubygems_version: 2.0.7
270
270
  signing_key:
271
271
  specification_version: 4
272
272
  summary: This gem implements common Ocean behaviour for Ruby and Ruby on Rails.