ruboty-github_create_deployment 0.1.2 → 0.1.3

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: c3847562a0b883888b6e869c4814b130574a6e7fbf3129b1990420994d7c2485
4
- data.tar.gz: 9498d9bd451550ca8a8437e21714bdc728881cd038835dc3ce5460735152dcc8
3
+ metadata.gz: eef5d529ad5b186d234c37e6696cc6df96fecdb12ac8f171697856b1dcff19ba
4
+ data.tar.gz: 7e744867679130572394721d9855a9d90933b6e8381b19dd04754011582cf78c
5
5
  SHA512:
6
- metadata.gz: 8165c87309b73457d167574fda7a4584699bf26c20e084c64da8be962aad0f4e59286d47db2338157e79fad72986be31f7b8cb64186dc7b89f4e40fe18b77f52
7
- data.tar.gz: 609fd1eeb95090010cb2145e7ff7c1d141f2d4a44d7f884c5be5e1f1c9c8d47097523e9d5f3ecff5949578ba4bc65ec133fcb6555e3a6b177a4a68e3545e7afb
6
+ metadata.gz: cd0545664ddb08fed67a5048777b52d38b4bfba3f9380741b7f5bb4a7b2020bda32f830dd7305e4c8436c30c80c9562c896f551e40b6616a7a0f1305ef591de6
7
+ data.tar.gz: 7d7ba21176675979c84ac9a6343b8c2325f8e2cff7f55826b4fa8f143f95e72c038451cac824a326cc175d4385cfe0e718cce1902d05f9e6f2db602a4ebca1c3
data/.rakeTasks CHANGED
@@ -4,4 +4,4 @@ You are allowed to:
4
4
  1. Remove rake task
5
5
  2. Add existing rake tasks
6
6
  To add existing rake tasks automatically delete this file and reload the project.
7
- --><RakeGroup description="" fullCmd="" taksId="rake" /></Settings>
7
+ --><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build ruboty-github_create_deployment-0.1.2.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated files" fullCmd="clobber" taksId="clobber" /><RakeTask description="Build and install ruboty-github_create_deployment-0.1.2.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install ruboty-github_create_deployment-0.1.2.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.1.2 and build and push ruboty-github_create_deployment-0.1.2.gem to rubygems.org" fullCmd="release[remote]" taksId="release[remote]" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="release" taksId="release" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="" fullCmd="release:guard_clean" taksId="guard_clean" /><RakeTask description="" fullCmd="release:rubygem_push" taksId="rubygem_push" /><RakeTask description="" fullCmd="release:source_control_push" taksId="source_control_push" /></RakeGroup></RakeGroup></Settings>
@@ -22,6 +22,7 @@ module Ruboty
22
22
  ref,
23
23
  {
24
24
  auto_merge: false,
25
+ required_contexts: [], # @note skip checking statuses
25
26
  environment: environment,
26
27
  }.compact,
27
28
  )
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module GithubCreateDeployment
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-github_create_deployment
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kouhei Suzuki
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-30 00:00:00.000000000 Z
11
+ date: 2020-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruboty-github