ocean-rails 1.28.2 → 1.28.3

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: c3001f8c516097496544ed11e513e23bca785d8b
4
- data.tar.gz: aac339c24c285a6cf91853440c64e113793a9d20
3
+ metadata.gz: aff92798796ede91bf1f08628605d7c765db1f73
4
+ data.tar.gz: 8a3f58fe2478d62355c009ff924c771f8c0bd335
5
5
  SHA512:
6
- metadata.gz: a9bba2388717e5cb72968cc523714c9fcfb2f83420688abd31a271876bb0a5a96fa6da2fa3b700b69078318bea0006e78246f8243b1493c6ff185f605bcd4141
7
- data.tar.gz: a57dd44dd078e58c80022f538c0686150fe30905344f478f4eddb1de9a6f9794c84438592f3159f84633e63bfd713c75e5125a028e16d1361268493e239fe074
6
+ metadata.gz: de294a16b9b46bd7a7cabc8a12b243b116c3aeec6762e42e1534717794555e13579c604c2dedbe72056721a8f6a389c2a12d886da3b28fe45c113f2450d78d29
7
+ data.tar.gz: 3497dbc432c4fb7777d4e3e80348865e83a29ea0c2d06ac9b5f66dfde7231ca66a5f0270a00ec88316c28ab08cf054e5e79aaac325021abc9f106a3f50a8245a
@@ -52,9 +52,13 @@ end
52
52
  # You can delete this section if you're creating a REST service.
53
53
  # ------------------------------------------------------------------------------------
54
54
 
55
- # client_host = ENV['CLIENT_HOST'] || "http://localhost"
56
- # client_port = ENV['CLIENT_PORT'] || 3000
55
+ # # Set up the user and password of the user used to log in to perform the tests
56
+ # TEST_API_USER = ENV['TEST_API_USER'] || TEST_API_USER
57
57
 
58
+ # tapw = ENV['TEST_API_PASSWORD'] || TEST_API_PASSWORD
59
+ # master, staging = tapw.split(',')
60
+ # tapw = (ENV['GIT_BRANCH'] == 'staging' ? staging : master) if staging.present?
61
+ # TEST_API_PASSWORD = tapw
58
62
 
59
63
  # # Configure Watir
60
64
  # WatirWebdriverRails.host = client_host
data/lib/ocean/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ocean
2
- VERSION = "1.28.2"
2
+ VERSION = "1.28.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ocean-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.2
4
+ version: 1.28.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Bengtson
@@ -310,7 +310,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
310
310
  version: '0'
311
311
  requirements: []
312
312
  rubyforge_project:
313
- rubygems_version: 2.1.10
313
+ rubygems_version: 2.0.7
314
314
  signing_key:
315
315
  specification_version: 4
316
316
  summary: This gem implements common Ocean behaviour for Ruby and Ruby on Rails.