weblate 0.1.0 → 0.1.1
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/CHANGELOG.md +4 -0
- data/Gemfile.lock +69 -0
- data/README.md +4 -4
- data/Rakefile +1 -1
- data/lib/weblate/version.rb +1 -1
- data/pkg/weblate-0.1.0.gem +0 -0
- data/weblate.gemspec +10 -8
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d573b9a1548bd645bd708b8c06aeffff80ef3a83f352b6081f3160271f2e5dd8
|
|
4
|
+
data.tar.gz: d82cd439303c242ca25974292fab521234dd95fa1a4520843342f5f0e8826ac9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3bdb1dabece7bff2bb47b824ec2309928aa12cf4667a5647b7f1ac8bac0730542a25794cad7a38c45b2c482f735193673683e9f9bf06b2f0f81180c8510e8ad4
|
|
7
|
+
data.tar.gz: 52fa1428b22366fc3fe8d231d92e5474b17428b62104fa43d83f8311ac321313e9611f88bf1f2e5e24734eac448c0475dd7b6a7eeccc2abb4d6611d0e24f1754
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
weblate (0.1.0)
|
|
5
|
+
faraday (>= 1.0.1, < 3.0)
|
|
6
|
+
faraday-multipart
|
|
7
|
+
marcel
|
|
8
|
+
|
|
9
|
+
GEM
|
|
10
|
+
remote: https://rubygems.org/
|
|
11
|
+
specs:
|
|
12
|
+
ast (2.4.2)
|
|
13
|
+
diff-lcs (1.3)
|
|
14
|
+
faraday (2.7.4)
|
|
15
|
+
faraday-net_http (>= 2.0, < 3.1)
|
|
16
|
+
ruby2_keywords (>= 0.0.4)
|
|
17
|
+
faraday-multipart (1.0.4)
|
|
18
|
+
multipart-post (~> 2)
|
|
19
|
+
faraday-net_http (3.0.2)
|
|
20
|
+
json (2.6.1)
|
|
21
|
+
marcel (1.0.2)
|
|
22
|
+
multipart-post (2.0.0)
|
|
23
|
+
parallel (1.21.0)
|
|
24
|
+
parser (3.2.2.0)
|
|
25
|
+
ast (~> 2.4.1)
|
|
26
|
+
rainbow (3.0.0)
|
|
27
|
+
rake (13.0.6)
|
|
28
|
+
regexp_parser (2.0.0)
|
|
29
|
+
rexml (3.2.5)
|
|
30
|
+
rspec (3.12.0)
|
|
31
|
+
rspec-core (~> 3.12.0)
|
|
32
|
+
rspec-expectations (~> 3.12.0)
|
|
33
|
+
rspec-mocks (~> 3.12.0)
|
|
34
|
+
rspec-core (3.12.1)
|
|
35
|
+
rspec-support (~> 3.12.0)
|
|
36
|
+
rspec-expectations (3.12.2)
|
|
37
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
38
|
+
rspec-support (~> 3.12.0)
|
|
39
|
+
rspec-mocks (3.12.4)
|
|
40
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
41
|
+
rspec-support (~> 3.12.0)
|
|
42
|
+
rspec-support (3.12.0)
|
|
43
|
+
rubocop (1.48.1)
|
|
44
|
+
json (~> 2.3)
|
|
45
|
+
parallel (~> 1.10)
|
|
46
|
+
parser (>= 3.2.0.0)
|
|
47
|
+
rainbow (>= 2.2.2, < 4.0)
|
|
48
|
+
regexp_parser (>= 1.8, < 3.0)
|
|
49
|
+
rexml (>= 3.2.5, < 4.0)
|
|
50
|
+
rubocop-ast (>= 1.26.0, < 2.0)
|
|
51
|
+
ruby-progressbar (~> 1.7)
|
|
52
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
|
53
|
+
rubocop-ast (1.28.0)
|
|
54
|
+
parser (>= 3.2.1.0)
|
|
55
|
+
ruby-progressbar (1.10.1)
|
|
56
|
+
ruby2_keywords (0.0.5)
|
|
57
|
+
unicode-display_width (2.4.2)
|
|
58
|
+
|
|
59
|
+
PLATFORMS
|
|
60
|
+
x86_64-linux
|
|
61
|
+
|
|
62
|
+
DEPENDENCIES
|
|
63
|
+
rake (~> 13.0)
|
|
64
|
+
rspec (~> 3.6, >= 3.6.0)
|
|
65
|
+
rubocop (~> 1.21)
|
|
66
|
+
weblate!
|
|
67
|
+
|
|
68
|
+
BUNDLED WITH
|
|
69
|
+
2.3.26
|
data/README.md
CHANGED
|
@@ -11,7 +11,7 @@ The OpenAPI specification is available as feature preview, feedback welcome!
|
|
|
11
11
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
12
12
|
|
|
13
13
|
- API version:
|
|
14
|
-
- Package version: 0.1.
|
|
14
|
+
- Package version: 0.1.1
|
|
15
15
|
- Generator version: 7.9.0
|
|
16
16
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
17
17
|
|
|
@@ -28,16 +28,16 @@ gem build weblate.gemspec
|
|
|
28
28
|
Then either install the gem locally:
|
|
29
29
|
|
|
30
30
|
```shell
|
|
31
|
-
gem install ./weblate-0.1.
|
|
31
|
+
gem install ./weblate-0.1.1.gem
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
(for development, run `gem install --dev ./weblate-0.1.
|
|
34
|
+
(for development, run `gem install --dev ./weblate-0.1.1.gem` to install the development dependencies)
|
|
35
35
|
|
|
36
36
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
37
37
|
|
|
38
38
|
Finally add this to the Gemfile:
|
|
39
39
|
|
|
40
|
-
gem 'weblate', '~> 0.1.
|
|
40
|
+
gem 'weblate', '~> 0.1.1'
|
|
41
41
|
|
|
42
42
|
### Install from Git
|
|
43
43
|
|
data/Rakefile
CHANGED
|
@@ -21,7 +21,7 @@ task gen: "schema.patched.yaml" do |t|
|
|
|
21
21
|
'gemName=weblate',
|
|
22
22
|
'gemRequiredRubyVersion=>= 3.0',
|
|
23
23
|
'gemSummary=Weblate REST API client',
|
|
24
|
-
'gemVersion=0.1.
|
|
24
|
+
'gemVersion=0.1.1',
|
|
25
25
|
'library=faraday',
|
|
26
26
|
'moduleName=Weblate']
|
|
27
27
|
.flat_map { |prop| ['--additional-properties', prop] }
|
data/lib/weblate/version.rb
CHANGED
|
Binary file
|
data/weblate.gemspec
CHANGED
|
@@ -16,23 +16,25 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
|
16
16
|
require "weblate/version"
|
|
17
17
|
|
|
18
18
|
Gem::Specification.new do |s|
|
|
19
|
+
homepage = "https://codeberg.org/gemmaro/weblate"
|
|
20
|
+
|
|
19
21
|
s.name = "weblate"
|
|
20
22
|
s.version = Weblate::VERSION
|
|
21
23
|
s.platform = Gem::Platform::RUBY
|
|
22
24
|
s.authors = ["gemmaro"]
|
|
23
25
|
s.email = ["gemmaro.dev@gmail.com"]
|
|
24
|
-
s.homepage =
|
|
26
|
+
s.homepage = homepage
|
|
25
27
|
s.summary = "Weblate REST API client"
|
|
26
28
|
s.description = " The API is accessible on the ``/api/`` URL and it is based on [Django REST framework](https://www.django-rest-framework.org/). The OpenAPI specification is available as feature preview, feedback welcome! "
|
|
27
29
|
s.license = "GPL-3.0-or-later"
|
|
28
30
|
s.required_ruby_version = ">= 3.0"
|
|
29
|
-
s.metadata = {'rubygems_mfa_required' => 'true',
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
31
|
+
s.metadata = { 'rubygems_mfa_required' => 'true',
|
|
32
|
+
'bug_tracker_uri' => "#{homepage}/issues",
|
|
33
|
+
'changelog_uri' => "#{homepage}/src/branch/main/CHANGELOG.md",
|
|
34
|
+
'documentation_uri' => 'https://www.rubydoc.info/gems/weblate',
|
|
35
|
+
'homepage_uri' => homepage,
|
|
36
|
+
'source_code_uri' => homepage,
|
|
37
|
+
'wiki_uri' => "#{homepage}/wiki" }
|
|
36
38
|
|
|
37
39
|
s.add_runtime_dependency 'faraday', '>= 1.0.1', '< 3.0'
|
|
38
40
|
s.add_runtime_dependency 'faraday-multipart'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: weblate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- gemmaro
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-10-
|
|
11
|
+
date: 2024-10-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -90,6 +90,7 @@ files:
|
|
|
90
90
|
- CHANGELOG.md
|
|
91
91
|
- COPYING
|
|
92
92
|
- Gemfile
|
|
93
|
+
- Gemfile.lock
|
|
93
94
|
- README.md
|
|
94
95
|
- Rakefile
|
|
95
96
|
- bin/console
|
|
@@ -295,6 +296,7 @@ files:
|
|
|
295
296
|
- lib/weblate/models/vcs_enum.rb
|
|
296
297
|
- lib/weblate/version.rb
|
|
297
298
|
- manifest.scm
|
|
299
|
+
- pkg/weblate-0.1.0.gem
|
|
298
300
|
- schema.patched.yaml
|
|
299
301
|
- schema.yaml
|
|
300
302
|
- sig/weblate.rbs
|
|
@@ -396,7 +398,7 @@ files:
|
|
|
396
398
|
- spec/models/vcs_enum_spec.rb
|
|
397
399
|
- spec/spec_helper.rb
|
|
398
400
|
- weblate.gemspec
|
|
399
|
-
homepage: https://
|
|
401
|
+
homepage: https://codeberg.org/gemmaro/weblate
|
|
400
402
|
licenses:
|
|
401
403
|
- GPL-3.0-or-later
|
|
402
404
|
metadata:
|
|
@@ -404,8 +406,8 @@ metadata:
|
|
|
404
406
|
bug_tracker_uri: https://codeberg.org/gemmaro/weblate/issues
|
|
405
407
|
changelog_uri: https://codeberg.org/gemmaro/weblate/src/branch/main/CHANGELOG.md
|
|
406
408
|
documentation_uri: https://www.rubydoc.info/gems/weblate
|
|
407
|
-
homepage_uri: https://
|
|
408
|
-
source_code_uri: https://
|
|
409
|
+
homepage_uri: https://codeberg.org/gemmaro/weblate
|
|
410
|
+
source_code_uri: https://codeberg.org/gemmaro/weblate
|
|
409
411
|
wiki_uri: https://codeberg.org/gemmaro/weblate/wiki
|
|
410
412
|
post_install_message:
|
|
411
413
|
rdoc_options: []
|