txgh-server 4.0.4.beta2 → 4.0.4
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 +4 -4
- data/lib/txgh-server/version.rb +1 -1
- data/spec/integration/cassettes/gitlab_hook_endpoint.yml +1 -1
- data/spec/integration/cassettes/pull.yml +1 -1
- data/spec/integration/cassettes/push.yml +1 -1
- data/spec/integration/cassettes/transifex_hook_endpoint.yml +1 -1
- data/txgh-server.gemspec +1 -1
- metadata +7 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b0bab270b31e217b0644a9211d8e4591d039033205b24dc3d56523b7606097f1
|
|
4
|
+
data.tar.gz: a6fdbf9b122ba4e5b5c61a353a9f46c960ab834c55194a50f5bf1b08265f43a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68d8b3dcd9115c12c74ab90ad0494a39e8935c0fbca4426c26dd07c984c64e292e647f9ae13b7e6b2b7b627ecfc1692b8b54e32b378115134ffc2310ca800c83
|
|
7
|
+
data.tar.gz: 36d89240d706d396f094327b5dcc0d569b147215dc2101d3d3196672c3fb2ee7a06f6ca4a40667bab4999cfb2a49ad793aa7f21d258d8ee50b0c367e18c9d3f2
|
data/lib/txgh-server/version.rb
CHANGED
|
@@ -378,7 +378,7 @@ http_interactions:
|
|
|
378
378
|
recorded_at: Thu, 26 Mar 2020 17:18:46 GMT
|
|
379
379
|
- request:
|
|
380
380
|
method: post
|
|
381
|
-
uri: https://gitlab.com/api/v4/projects/idanci%2Ftxgl-test/statuses/3cb2cae6
|
|
381
|
+
uri: https://gitlab.com/api/v4/projects/idanci%2Ftxgl-test/statuses/3cb2cae6
|
|
382
382
|
body:
|
|
383
383
|
encoding: UTF-8
|
|
384
384
|
string: ''
|
|
@@ -389,7 +389,7 @@ http_interactions:
|
|
|
389
389
|
recorded_at: Thu, 26 Mar 2020 18:06:29 GMT
|
|
390
390
|
- request:
|
|
391
391
|
method: post
|
|
392
|
-
uri: https://gitlab.com/api/v4/projects/idanci%2Ftxgl-test/statuses/b85b0a27
|
|
392
|
+
uri: https://gitlab.com/api/v4/projects/idanci%2Ftxgl-test/statuses/b85b0a27
|
|
393
393
|
body:
|
|
394
394
|
encoding: UTF-8
|
|
395
395
|
string: ''
|
|
@@ -488,7 +488,7 @@ http_interactions:
|
|
|
488
488
|
recorded_at: Thu, 26 Mar 2020 18:56:32 GMT
|
|
489
489
|
- request:
|
|
490
490
|
method: post
|
|
491
|
-
uri: https://gitlab.com/api/v4/projects/idanci%2Ftxgl-test/statuses/b85b0a27
|
|
491
|
+
uri: https://gitlab.com/api/v4/projects/idanci%2Ftxgl-test/statuses/b85b0a27
|
|
492
492
|
body:
|
|
493
493
|
encoding: UTF-8
|
|
494
494
|
string: ''
|
|
@@ -442,7 +442,7 @@ http_interactions:
|
|
|
442
442
|
recorded_at: Thu, 26 Mar 2020 17:45:43 GMT
|
|
443
443
|
- request:
|
|
444
444
|
method: post
|
|
445
|
-
uri: https://gitlab.com/api/v4/projects/idanci%2Ftxgl-test/statuses/1184cbc1
|
|
445
|
+
uri: https://gitlab.com/api/v4/projects/idanci%2Ftxgl-test/statuses/1184cbc1
|
|
446
446
|
body:
|
|
447
447
|
encoding: UTF-8
|
|
448
448
|
string: ''
|
data/txgh-server.gemspec
CHANGED
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
|
|
|
16
16
|
s.add_dependency 'sinatra', '~> 1.4'
|
|
17
17
|
s.add_dependency 'sinatra-contrib', '~> 1.4'
|
|
18
18
|
s.add_dependency 'rubyzip', '>= 1.0', '<= 1.1.2'
|
|
19
|
-
s.add_dependency 'txgh', '>= 7.0.3
|
|
19
|
+
s.add_dependency 'txgh', '>= 7.0.3'
|
|
20
20
|
|
|
21
21
|
s.require_path = 'lib'
|
|
22
22
|
s.files = Dir['{lib,spec}/**/*', 'README.md', 'txgh-server.gemspec', 'LICENSE']
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: txgh-server
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.4
|
|
4
|
+
version: 4.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Jackowski
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2021-
|
|
12
|
+
date: 2021-02-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: mime-types
|
|
@@ -79,14 +79,14 @@ dependencies:
|
|
|
79
79
|
requirements:
|
|
80
80
|
- - ">="
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 7.0.3
|
|
82
|
+
version: 7.0.3
|
|
83
83
|
type: :runtime
|
|
84
84
|
prerelease: false
|
|
85
85
|
version_requirements: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
87
|
- - ">="
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 7.0.3
|
|
89
|
+
version: 7.0.3
|
|
90
90
|
description: An HTTP server for interacting with txgh.
|
|
91
91
|
email:
|
|
92
92
|
- mattjjacko@gmail.com
|
|
@@ -195,12 +195,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
195
195
|
version: '0'
|
|
196
196
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
197
197
|
requirements:
|
|
198
|
-
- - "
|
|
198
|
+
- - ">="
|
|
199
199
|
- !ruby/object:Gem::Version
|
|
200
|
-
version:
|
|
200
|
+
version: '0'
|
|
201
201
|
requirements: []
|
|
202
|
-
|
|
203
|
-
rubygems_version: 2.7.6.2
|
|
202
|
+
rubygems_version: 3.2.7
|
|
204
203
|
signing_key:
|
|
205
204
|
specification_version: 4
|
|
206
205
|
summary: An HTTP server for interacting with txgh.
|