swagger-api 0.1.32 → 0.1.35

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7300520a8a0af9d1c6f75597c5e0c5aec8d557d95c4e5cd9972e2dff0dae22f0
4
- data.tar.gz: 6d29bbf2209c4cea420158d5dfc84f4f1ff1195f697a90768476f53c9116af03
3
+ metadata.gz: 04a05ce6a96b140b44fbea5e651ab9e923eb582b2639cf3d7a3b74b517ddbf80
4
+ data.tar.gz: d1566e9346798a64a17d938cd84d10987c69674b244aa0c357a696f9a2a48972
5
5
  SHA512:
6
- metadata.gz: 3c023cd63dab32476443f73c9fb543149d51ad4700a6bb5a141a11c62de747098b21b553d73cb495ce1bc02c9ed1fcf5fdfefc2a4e57c9e7c64968bab29c2a3f
7
- data.tar.gz: 53dafd7cb3c21048e4564cfcd2ce2590a27382c805a2c3bb9bcdb9420e574f66515faf279900b009281b83101db1febeef91ce005492baa3fa4569ee160ed634
6
+ metadata.gz: d56aedc7c1847352aae3a4766dc52d3c258cb707d30fb78f9f52eb0f08d414de90d6374396810288c1844af76bec61ce013ee0cbd2ec1b05368fec2068707e06
7
+ data.tar.gz: 001d3a9e6e6aaa4d00f7c062df6aeb58632344bd6220aacb46b2b7299a910ffaf8cb9bd7230e16458c5b4ae7aebf5f4c509050e2933bb05ca7b2a2a9983fa550
@@ -1,44 +1,44 @@
1
1
  stages:
2
- # - test
2
+ - test
3
3
  - deploy
4
4
 
5
- #rspec:
6
- # stage: test
7
- # image: registry.gitlab.com/fullmeasure/public/docker/rails-mysql-node:latest
8
- # variables:
9
- # MYSQL_ROOT_PASSWORD: 'root'
10
- # DB_ROOT_PASS: 'root'
11
- # RAILS_ENV: test
12
- # services:
13
- # - docker:dind
14
- # - mysql:5.6
15
- # - redis:latest
16
- # before_script:
17
- # - bundle install --quiet
18
- # script:
19
- # - bundle exec rspec
20
- # artifacts:
21
- # name: "$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA"
22
- # when: always
23
- # expire_in: 1 week
24
- # paths:
25
- # - coverage/
26
- # only:
27
- # - /^master$/
28
- #
29
- #codequality:
30
- # stage: test
31
- # image: docker:latest
32
- # variables:
33
- # DOCKER_DRIVER: overlay
34
- # services:
35
- # - docker:dind
36
- # script:
37
- # - docker pull codeclimate/codeclimate
38
- # - docker run --env CODECLIMATE_CODE="$PWD" --volume "$PWD":/code --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc codeclimate/codeclimate:0.69.0 init
39
- # - docker run --env CODECLIMATE_CODE="$PWD" --volume "$PWD":/code --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc codeclimate/codeclimate:0.69.0 analyze -f json > codeclimate.json || true
40
- # artifacts:
41
- # paths: [codeclimate.json]
5
+ rspec:
6
+ stage: test
7
+ image: registry.gitlab.com/fullmeasure/public/docker/rails-mysql-node:latest
8
+ variables:
9
+ MYSQL_ROOT_PASSWORD: 'root'
10
+ DB_ROOT_PASS: 'root'
11
+ RAILS_ENV: test
12
+ services:
13
+ - docker:dind
14
+ - mysql:5.6
15
+ - redis:latest
16
+ before_script:
17
+ - bundle install --quiet
18
+ script:
19
+ - bundle exec rspec
20
+ artifacts:
21
+ name: "$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA"
22
+ when: always
23
+ expire_in: 1 week
24
+ paths:
25
+ - coverage/
26
+ only:
27
+ - /^master$/
28
+
29
+ codequality:
30
+ stage: test
31
+ image: docker:latest
32
+ variables:
33
+ DOCKER_DRIVER: overlay
34
+ services:
35
+ - docker:dind
36
+ script:
37
+ - docker pull codeclimate/codeclimate
38
+ - docker run --env CODECLIMATE_CODE="$PWD" --volume "$PWD":/code --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc codeclimate/codeclimate:0.69.0 init
39
+ - docker run --env CODECLIMATE_CODE="$PWD" --volume "$PWD":/code --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc codeclimate/codeclimate:0.69.0 analyze -f json > codeclimate.json || true
40
+ artifacts:
41
+ paths: [codeclimate.json]
42
42
 
43
43
 
44
44
  release:
@@ -1,5 +1,5 @@
1
1
  module Swagger
2
2
  module Api
3
- VERSION = "0.1.32"
3
+ VERSION = "0.1.35"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swagger-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.32
4
+ version: 0.1.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Full Measure Education