codeclimate-fede 0.85.31 → 0.85.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 +5 -5
- data/bin/publish +6 -25
- metadata +8 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 3e9061be36e9b5e4142f87f8fca05661891d762dd2b9a6d658e22ed3ea14fde0
|
|
4
|
+
data.tar.gz: ac5d2c180988f6d64d596bbdc7fcc0d830714098c0b57e27e0b4a6bc0779f254
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28ef97174a2eb1c4da0f40019a4be8d54af8afa82f3ba5c46ea4946aa12313942462d8b343c5a4533baf2006f04dc8f9e61ec86a4a419300acd08c463dd8f077
|
|
7
|
+
data.tar.gz: 823870d4d64726de76bba0382f1c12c58fffed20b46e51dbf9ef050335f71b17bf0d723fae8beb20c146613e2bd1128f19d9f2ce2cf6eaf6042a2b0fcb764fb6
|
data/bin/publish
CHANGED
|
@@ -8,40 +8,21 @@ set -e
|
|
|
8
8
|
set -o nounset
|
|
9
9
|
set -o errexit
|
|
10
10
|
|
|
11
|
+
# Publish gem in rubygems
|
|
12
|
+
|
|
11
13
|
mkdir -p $HOME/.gem
|
|
12
14
|
touch $HOME/.gem/credentials
|
|
13
15
|
chmod 0600 $HOME/.gem/credentials
|
|
14
16
|
printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
|
|
15
|
-
gem build *.gemspec
|
|
16
|
-
gem push *.gem
|
|
17
|
+
#gem build *.gemspec
|
|
18
|
+
#gem push *.gem
|
|
17
19
|
|
|
18
|
-
|
|
20
|
+
rake release
|
|
19
21
|
|
|
20
22
|
|
|
21
23
|
#version=$(< VERSION)
|
|
22
|
-
|
|
24
|
+
# Publish dockker image
|
|
23
25
|
#docker build --rm --tag codeclimate/codeclimate .
|
|
24
26
|
#docker push codeclimate/codeclimate:latest
|
|
25
27
|
#docker tag codeclimate/codeclimate "codeclimate/codeclimate:$version"
|
|
26
28
|
#docker push "codeclimate/codeclimate:$version"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
#PROJECT_RELATIVE_PATH=src/github.com/codeclimate/test-reporter
|
|
36
|
-
#
|
|
37
|
-
## Install go
|
|
38
|
-
#curl -O https://dl.google.com/go/go1.15.darwin-amd64.tar.gz
|
|
39
|
-
#tar -xzf go1.15.darwin-amd64.tar.gz
|
|
40
|
-
#echo 'export PATH=$PATH:$PWD/go/bin' >> "$BASH_ENV"
|
|
41
|
-
#
|
|
42
|
-
## Set go path
|
|
43
|
-
#mkdir -p ~/gopath/${PROJECT_RELATIVE_PATH}
|
|
44
|
-
#echo 'export GOPATH=$HOME/gopath' >> "$BASH_ENV"
|
|
45
|
-
#. "$BASH_ENV"
|
|
46
|
-
#cd $GOPATH/${PROJECT_RELATIVE_PATH}
|
|
47
|
-
#cp -r ~/project/ $GOPATH/${PROJECT_RELATIVE_PATH}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: codeclimate-fede
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.85.
|
|
4
|
+
version: 0.85.32
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code Climate
|
|
@@ -102,22 +102,22 @@ dependencies:
|
|
|
102
102
|
name: rainbow
|
|
103
103
|
requirement: !ruby/object:Gem::Requirement
|
|
104
104
|
requirements:
|
|
105
|
-
- - "~>"
|
|
106
|
-
- !ruby/object:Gem::Version
|
|
107
|
-
version: '2.0'
|
|
108
105
|
- - ">="
|
|
109
106
|
- !ruby/object:Gem::Version
|
|
110
107
|
version: 2.0.0
|
|
108
|
+
- - "~>"
|
|
109
|
+
- !ruby/object:Gem::Version
|
|
110
|
+
version: '2.0'
|
|
111
111
|
type: :runtime
|
|
112
112
|
prerelease: false
|
|
113
113
|
version_requirements: !ruby/object:Gem::Requirement
|
|
114
114
|
requirements:
|
|
115
|
-
- - "~>"
|
|
116
|
-
- !ruby/object:Gem::Version
|
|
117
|
-
version: '2.0'
|
|
118
115
|
- - ">="
|
|
119
116
|
- !ruby/object:Gem::Version
|
|
120
117
|
version: 2.0.0
|
|
118
|
+
- - "~>"
|
|
119
|
+
- !ruby/object:Gem::Version
|
|
120
|
+
version: '2.0'
|
|
121
121
|
- !ruby/object:Gem::Dependency
|
|
122
122
|
name: redcarpet
|
|
123
123
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -271,8 +271,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
271
271
|
- !ruby/object:Gem::Version
|
|
272
272
|
version: '0'
|
|
273
273
|
requirements: []
|
|
274
|
-
|
|
275
|
-
rubygems_version: 2.6.13
|
|
274
|
+
rubygems_version: 3.0.8
|
|
276
275
|
signing_key:
|
|
277
276
|
specification_version: 4
|
|
278
277
|
summary: Code Climate CLI
|