syamei 0.2.1 → 0.2.2

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: 0cb0c1f7556998753233cc84468cdaced7f4eb253200dfae1b22ca37f98497fa
4
- data.tar.gz: d3aaf2346d2e35e907af7ecd5b31daef6ccb18b81e900bd2de5e699a33993304
3
+ metadata.gz: c11a57bf64993fb6c648fc80d04b6c179da93345dfaa61cf788a3d2e41046063
4
+ data.tar.gz: 3b0a2e8e4653c8415ddf2cdd206b005a3fcf9b1002b6bf6dc515844637a0783b
5
5
  SHA512:
6
- metadata.gz: fee6da86122c53c1673381fd834ad778e54142720f72d28963edb4c5f634d25baeb2daf753ede58551a4a81ecce08181706fefb405a375f8a38951501b8dbedd
7
- data.tar.gz: 59a78c8019c99bb28c8f89b01fbb0aebb183a35e695d4c290b525ecb866e7cd3f668ef720bdfa5e10725af0fa56cd9e14f49e521d694804da6a2081767916700
6
+ metadata.gz: 3817b3cdb62d8e5b0d54b15d1e5660c8bd114cc107f101ad39225b592f6db06e8a7d6bf9241bba7b8c103dc43109d3caf56f70b07c2066ee2fcc75e042b81a61
7
+ data.tar.gz: 377634ba14e725dbb491652e451068090b7eefd24e6c9e771c4c5947cfb027e6dc459f7b2c3e18605b8b3519b3996666b517f6183a83447307b386173193e90b
@@ -0,0 +1,70 @@
1
+ # For most projects, this workflow file will not need changing; you simply need
2
+ # to commit it to your repository.
3
+ #
4
+ # You may wish to alter this file to override the set of languages analyzed,
5
+ # or to provide custom queries or build logic.
6
+ #
7
+ # ******** NOTE ********
8
+ # We have attempted to detect the languages in your repository. Please check
9
+ # the `language` matrix defined below to confirm you have the correct set of
10
+ # supported CodeQL languages.
11
+ #
12
+ name: "CodeQL"
13
+
14
+ on:
15
+ push:
16
+ branches: [ dev, main ]
17
+ pull_request:
18
+ # The branches below must be a subset of the branches above
19
+ branches: [ dev ]
20
+ schedule:
21
+ - cron: '38 23 * * 5'
22
+
23
+ jobs:
24
+ analyze:
25
+ name: Analyze
26
+ runs-on: ubuntu-latest
27
+ permissions:
28
+ actions: read
29
+ contents: read
30
+ security-events: write
31
+
32
+ strategy:
33
+ fail-fast: false
34
+ matrix:
35
+ language: [ 'ruby' ]
36
+ # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
37
+ # Learn more about CodeQL language support at https://git.io/codeql-language-support
38
+
39
+ steps:
40
+ - name: Checkout repository
41
+ uses: actions/checkout@v2
42
+
43
+ # Initializes the CodeQL tools for scanning.
44
+ - name: Initialize CodeQL
45
+ uses: github/codeql-action/init@v1
46
+ with:
47
+ languages: ${{ matrix.language }}
48
+ # If you wish to specify custom queries, you can do so here or in a config file.
49
+ # By default, queries listed here will override any specified in a config file.
50
+ # Prefix the list here with "+" to use these queries and those in the config file.
51
+ # queries: ./path/to/local/query, your-org/your-repo/queries@main
52
+
53
+ # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
54
+ # If this step fails, then you should remove it and run the build manually (see below)
55
+ - name: Autobuild
56
+ uses: github/codeql-action/autobuild@v1
57
+
58
+ # ℹ️ Command-line programs to run using the OS shell.
59
+ # 📚 https://git.io/JvXDl
60
+
61
+ # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
62
+ # and modify them (or add more) to build your code if your project
63
+ # uses a compiled language
64
+
65
+ #- run: |
66
+ # make bootstrap
67
+ # make release
68
+
69
+ - name: Perform CodeQL Analysis
70
+ uses: github/codeql-action/analyze@v1
data/CHANGELOG.md CHANGED
@@ -1,9 +1,14 @@
1
- ## 0.2.1 (2021-12-29)
1
+ ## 0.2.2 (2022-01-06)
2
+
3
+ * Bump rspec_junit_formatter from 0.4.1 to 0.5.0 ([b8958ba](https://github.com/yposi/syamei/commit/b8958ba))
4
+ * Create codeql-analysis.yml ([7c2e54b](https://github.com/yposi/syamei/commit/7c2e54b))
5
+
6
+ ## <small>0.2.1 (2021-12-29)</small>
2
7
 
3
8
  * Bump rake from 13.0.3 to 13.0.6 ([0d072e0](https://github.com/yposi/syamei/commit/0d072e0))
4
9
  * circleci image's version up ([eb94d5c](https://github.com/yposi/syamei/commit/eb94d5c))
5
10
 
6
- ## 0.2.0 (2021-05-06)
11
+ ## <small>0.2.0 (2021-05-06)</small>
7
12
 
8
13
  * ruby version up 2.6 to 2.7 ([de3ae55](https://github.com/yposi/syamei/commit/de3ae55))
9
14
  * version up 0.2.0 ([dcedaea](https://github.com/yposi/syamei/commit/dcedaea))
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- syamei (0.2.1)
4
+ syamei (0.2.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -28,8 +28,8 @@ GEM
28
28
  rspec-mocks (3.10.2)
29
29
  diff-lcs (>= 1.2.0, < 2.0)
30
30
  rspec-support (~> 3.10.0)
31
- rspec-support (3.10.2)
32
- rspec_junit_formatter (0.4.1)
31
+ rspec-support (3.10.3)
32
+ rspec_junit_formatter (0.5.0)
33
33
  rspec-core (>= 2, < 4, != 2.12.0)
34
34
  rubocop (0.93.1)
35
35
  parallel (~> 1.10)
@@ -1,3 +1,3 @@
1
1
  module Syamei
2
- VERSION = '0.2.1'.freeze
2
+ VERSION = '0.2.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: syamei
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shuhei Yamashita
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-29 00:00:00.000000000 Z
11
+ date: 2022-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -117,6 +117,7 @@ extra_rdoc_files: []
117
117
  files:
118
118
  - ".circleci/config.yml"
119
119
  - ".github/dependabot.yml"
120
+ - ".github/workflows/codeql-analysis.yml"
120
121
  - ".gitignore"
121
122
  - ".rakeTasks"
122
123
  - ".rspec"