satorix-rails 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitlab-ci.yml +4 -4
- data/lib/rails/generators/templates/install/Procfile +1 -1
- data/lib/satorix/rails/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: 880f56910a16c4e1f38bd06c380cae777dc40483
|
4
|
+
data.tar.gz: f11f768639597c78583b033f197a67f7637e4e4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
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 --
|
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
|
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.
|
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-
|
11
|
+
date: 2017-08-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: passenger
|