txgh-server 4.0.4.beta2 → 4.0.4

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: 4868e855ae0b5d7526bd0106468bae72cd67f35e20101fcac8fdf80c156ef0a8
4
- data.tar.gz: e0769011f092bbd483ab3733c7dd3391749c37902ba96f1b9f1a3837af1db2c3
3
+ metadata.gz: b0bab270b31e217b0644a9211d8e4591d039033205b24dc3d56523b7606097f1
4
+ data.tar.gz: a6fdbf9b122ba4e5b5c61a353a9f46c960ab834c55194a50f5bf1b08265f43a2
5
5
  SHA512:
6
- metadata.gz: 3752aec1abff6df795b3aca79861182591181c42b404caded6b4276ac3b449c5bfcaa1ca334d7676a842fddeb773ad45b28c9ec02a16d3d1f42faac06316c4d8
7
- data.tar.gz: 7f006befeb0b709adfc62c91e90177ef869886dd4dbe59be520bd24f62e9b581bc991b120ada16f03fe0ce31b8146524f7007897224622a01ec426ddf9f730d8
6
+ metadata.gz: 68d8b3dcd9115c12c74ab90ad0494a39e8935c0fbca4426c26dd07c984c64e292e647f9ae13b7e6b2b7b627ecfc1692b8b54e32b378115134ffc2310ca800c83
7
+ data.tar.gz: 36d89240d706d396f094327b5dcc0d569b147215dc2101d3d3196672c3fb2ee7a06f6ca4a40667bab4999cfb2a49ad793aa7f21d258d8ee50b0c367e18c9d3f2
@@ -1,3 +1,3 @@
1
1
  module TxghServer
2
- VERSION = '4.0.4.beta2'
2
+ VERSION = '4.0.4'
3
3
  end
@@ -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?context=continuous-localization/txgh&description=12/24%20translations%20complete.&state=pending&target_url=https://www.transifex.com/lumos-labs/txgl-test/content
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?context=continuous-localization/txgh&description=21/22%20translations%20complete.&state=pending&target_url=https://www.transifex.com/lumos-labs/txgl-test/content
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?context=continuous-localization/txgh&description=21/22%20translations%20complete.&state=pending&target_url=https://www.transifex.com/lumos-labs/txgl-test/content
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?context=continuous-localization/txgh&description=12/24%20translations%20complete.&state=pending&target_url=https://www.transifex.com/lumos-labs/txgl-test/content
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.beta4'
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.beta2
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-01-12 00:00:00.000000000 Z
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.beta4
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.beta4
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: 1.3.1
200
+ version: '0'
201
201
  requirements: []
202
- rubyforge_project:
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.