ocean-rails 1.28.2 → 1.28.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/generators/ocean_setup/templates/spec_helper.rb +6 -2
- data/lib/ocean/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aff92798796ede91bf1f08628605d7c765db1f73
|
4
|
+
data.tar.gz: 8a3f58fe2478d62355c009ff924c771f8c0bd335
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
#
|
56
|
-
#
|
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
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.
|
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.
|
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.
|