swagger-api 0.1.8 → 0.1.32

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
  SHA256:
3
- metadata.gz: fa9aa4f1765d2518b4f41a9afe50591e5c2f5eac80fce9a3725cb3434ec97644
4
- data.tar.gz: 4774be6df02a13ad4b2c97507c1516a5341531677501e24177fb32a22224f70b
3
+ metadata.gz: 7300520a8a0af9d1c6f75597c5e0c5aec8d557d95c4e5cd9972e2dff0dae22f0
4
+ data.tar.gz: 6d29bbf2209c4cea420158d5dfc84f4f1ff1195f697a90768476f53c9116af03
5
5
  SHA512:
6
- metadata.gz: a8dc04a11adaeb522c48740b16ea24ea348efc7d04b0a71b02433a5982251cf75cfa07916b888ea098c01e134b2d897b539706ca3bb36cac29b79737af892f79
7
- data.tar.gz: a9ef526ee2fed3a6fa63419f37a00fe25b82f6911e7ce86f0b63325407787199e9ba6b828868d18f9b6755196e555eae09f89c0545092568177b6e44330ec890
6
+ metadata.gz: 3c023cd63dab32476443f73c9fb543149d51ad4700a6bb5a141a11c62de747098b21b553d73cb495ce1bc02c9ed1fcf5fdfefc2a4e57c9e7c64968bab29c2a3f
7
+ data.tar.gz: 53dafd7cb3c21048e4564cfcd2ce2590a27382c805a2c3bb9bcdb9420e574f66515faf279900b009281b83101db1febeef91ce005492baa3fa4569ee160ed634
data/.gitignore CHANGED
@@ -6,6 +6,7 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
+ .idea
9
10
 
10
11
  # rspec failure tracking
11
12
  .rspec_status
data/.gitlab-ci.yml CHANGED
@@ -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:
@@ -50,12 +50,14 @@ release:
50
50
  - git config --global user.name fme-ci
51
51
  - git remote remove origin
52
52
  - git remote add origin https://fme-ci:MuGh6ipoEkCuqjM_oKva@gitlab.com/$CI_PROJECT_PATH.git
53
- - git push --set-upstream origin master
54
- - gem install gem-release
55
- - gem bump patch
56
- - gem build swagger-api
57
- script:
53
+ - git fetch origin master
58
54
  - git checkout master
59
- - gem bump patch --tag --release
55
+ - git branch -u origin/master
56
+ - gem install gem-release -v 2.0.0.rc.3
57
+ script:
58
+ - printf "---\n:rubygems_api_key:\x20$RUBYGEMS_KEY" > ~/.gem/credentials
59
+ - chmod 0600 ~/.gem/credentials
60
+ - cat ~/.gem/credentials
61
+ - gem bump patch --skip-ci --tag --push --release
60
62
  only:
61
63
  - /(^master$)/
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ ruby-2.3.6
@@ -1,5 +1,5 @@
1
1
  module Swagger
2
2
  module Api
3
- VERSION = "0.1.8"
3
+ VERSION = "0.1.32"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swagger-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Full Measure Education
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-04-11 00:00:00.000000000 Z
11
+ date: 2018-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -106,6 +106,7 @@ files:
106
106
  - ".gitignore"
107
107
  - ".gitlab-ci.yml"
108
108
  - ".rspec"
109
+ - ".ruby-version"
109
110
  - CODE_OF_CONDUCT.md
110
111
  - Gemfile
111
112
  - Gemfile.lock
@@ -154,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
155
  version: '0'
155
156
  requirements: []
156
157
  rubyforge_project:
157
- rubygems_version: 2.7.2
158
+ rubygems_version: 2.7.6
158
159
  signing_key:
159
160
  specification_version: 4
160
161
  summary: A simple library for autocreating RESTful swagger api docs from Rails controllers.