satorix-rails 1.1.0 → 1.1.1

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: 3d1f056ae46c1a30b11c11a567472d7b254cef1f
4
- data.tar.gz: 2ac2d811653c9bbccde23798c2a95e5b168fe178
3
+ metadata.gz: 880f56910a16c4e1f38bd06c380cae777dc40483
4
+ data.tar.gz: f11f768639597c78583b033f197a67f7637e4e4b
5
5
  SHA512:
6
- metadata.gz: 0fb99f81039e25fcc45cec5a6a3eea40f81c627572f4d0530fdda5005616a04b0ae62fa086b03173d6b1b8bb5fad797fc656a218d5b5d04006ae51fca026b09d
7
- data.tar.gz: 86f4beb0bb36105bc144778137776dddd93c74f97bd5d3cf59d39b23cdbfd8597cfb4b92e8505f83604da7d52d23d393257258027035698cb4477a60df80a437
6
+ metadata.gz: 0471d495a6c0639af995d192a79e9059b172ccf96f4ca2702ee23621fc3064e2541c7812b6c84d37d48ccead726d9d14ed21617bf9fcbecdc3089ee868fd4c52
7
+ data.tar.gz: 0d60892ce2da0b2f412a1f2a6f5ad1b25cd4b8859b3b04ef1ff0280e4504c8adbe579606847c7d13f0123ca02ec2117305c6614a60019e59a3bc34409989817d
data/.gitlab-ci.yml CHANGED
@@ -14,10 +14,10 @@ cache:
14
14
  - 'tmp/satorix/cache' # To cache buildpack gems between runs.
15
15
 
16
16
 
17
- #rspec:
18
- # before_script:
19
- # - sed -i -e 's/add_development_dependency/add_dependency/g' satorix-rails.gemspec # To avoid an application dependency, but still be available for CI
20
- # <<: *satorix
17
+ rspec:
18
+ before_script:
19
+ - sed -i -e 's/add_development_dependency/add_dependency/g' satorix-rails.gemspec # To avoid an application dependency, but still be available for CI
20
+ <<: *satorix
21
21
 
22
22
 
23
23
  # This is a custom job, defined at satorix/CI/deploy/ie_gem_server.rb
@@ -1,6 +1,6 @@
1
1
  # This Procfile defines the types of process that Flynn will run.
2
2
  # For more information, please see the documentation at http://gitlab.iexposure.com/satorix/satorix
3
3
 
4
- web: bundle exec passenger start -p $PORT --nginx-config-template config/passenger_standalone/nginx.conf.erb --max-pool-size 3
4
+ web: bundle exec passenger start -p $PORT --nginx-config-template config/passenger_standalone/nginx.conf.erb --log-file /dev/stdout
5
5
  # worker: rake jobs:work
6
6
  # clock: bundle exec clockwork config/clock.rb
@@ -1,7 +1,7 @@
1
1
  module Satorix
2
2
  module Rails
3
3
  module Version
4
- VERSION = '1.1.0'
4
+ VERSION = '1.1.1'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: satorix-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Internet Exposure
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-17 00:00:00.000000000 Z
11
+ date: 2017-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: passenger