ronan 0.0.1 → 0.0.2
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/Gemfile.lock +1 -1
- data/lib/ronan/version.rb +1 -1
- data/ronan.gemspec +3 -2
- metadata +7 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e44fcf38e166f7b9e73dfba9add73c2c4bb592d0b5f4fbe33363b8e8fd11a1b7
|
|
4
|
+
data.tar.gz: d147de2793d5ebbd406cd534dda98152d5add846f5745c655192c92b7797189a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a542ef1d06c2092473d292f8dbd0dfd38b51ce9117bedde9ceda3fc9878c1bcaafe4c1628106e41583fa9668fc707038ea8c2d54de4a9beaf4e5e4c7892bd16
|
|
7
|
+
data.tar.gz: d7e508b381bb50b20882c2a191835fbd35a6063e47bc585b9cc82f190768a07cf5ae7012401865f40afb9ca058ba0b1dbe95633dfffcbfe715d12bfa9a7b3546
|
data/Gemfile.lock
CHANGED
data/lib/ronan/version.rb
CHANGED
data/ronan.gemspec
CHANGED
|
@@ -10,12 +10,13 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
|
|
11
11
|
spec.summary = "Conan client for ruby"
|
|
12
12
|
spec.description = "ronan is a client library for accessing conan servers, written in pure ruby. It is not intended as full replacement of conan, but provides means to query information from the server for analysis."
|
|
13
|
-
spec.homepage = "https://gitlab.com/digitalwerk/community/gems/ronan
|
|
13
|
+
spec.homepage = "https://gitlab.com/digitalwerk/community/gems/ronan"
|
|
14
|
+
spec.license = 'MIT'
|
|
14
15
|
spec.required_ruby_version = ">= 2.6.8"
|
|
15
16
|
|
|
16
17
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
17
18
|
spec.metadata["source_code_uri"] = spec.homepage
|
|
18
|
-
spec.metadata["changelog_uri"] = spec.homepage
|
|
19
|
+
spec.metadata["changelog_uri"] = spec.homepage + "/-/releases"
|
|
19
20
|
|
|
20
21
|
# Specify which files should be added to the gem when it is released.
|
|
21
22
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ronan
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- digitalwerk GmbH
|
|
@@ -139,12 +139,13 @@ files:
|
|
|
139
139
|
- lib/ronan/semantic_version.rb
|
|
140
140
|
- lib/ronan/version.rb
|
|
141
141
|
- ronan.gemspec
|
|
142
|
-
homepage: https://gitlab.com/digitalwerk/community/gems/ronan
|
|
143
|
-
licenses:
|
|
142
|
+
homepage: https://gitlab.com/digitalwerk/community/gems/ronan
|
|
143
|
+
licenses:
|
|
144
|
+
- MIT
|
|
144
145
|
metadata:
|
|
145
|
-
homepage_uri: https://gitlab.com/digitalwerk/community/gems/ronan
|
|
146
|
-
source_code_uri: https://gitlab.com/digitalwerk/community/gems/ronan
|
|
147
|
-
changelog_uri: https://gitlab.com/digitalwerk/community/gems/ronan
|
|
146
|
+
homepage_uri: https://gitlab.com/digitalwerk/community/gems/ronan
|
|
147
|
+
source_code_uri: https://gitlab.com/digitalwerk/community/gems/ronan
|
|
148
|
+
changelog_uri: https://gitlab.com/digitalwerk/community/gems/ronan/-/releases
|
|
148
149
|
post_install_message:
|
|
149
150
|
rdoc_options: []
|
|
150
151
|
require_paths:
|