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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e912fb24f81dd1409d897a08a722c9ddeb4f815267ea96088f3cb77ff309701a
4
- data.tar.gz: 3b42c314a1db12ce41d005a2e5fef829e0b6d9622a1bb8a046b427f9af6e5926
3
+ metadata.gz: e44fcf38e166f7b9e73dfba9add73c2c4bb592d0b5f4fbe33363b8e8fd11a1b7
4
+ data.tar.gz: d147de2793d5ebbd406cd534dda98152d5add846f5745c655192c92b7797189a
5
5
  SHA512:
6
- metadata.gz: c6ac36ca67419b25187eb8c7462e99cbca0641626c7585f5f43f783810623c7ad87a2a5190014631fc9bd3f3aafacab9ce13cd01efa020887262c245ead13a4c
7
- data.tar.gz: 81a684d7e6c6692cc0bb171599b6066600d4a0108eb78170237a3cc1948283640e79bafa7f1daf75b909e78ee74337eb93293bd67b46cc6ba5308326249f71fc
6
+ metadata.gz: 2a542ef1d06c2092473d292f8dbd0dfd38b51ce9117bedde9ceda3fc9878c1bcaafe4c1628106e41583fa9668fc707038ea8c2d54de4a9beaf4e5e4c7892bd16
7
+ data.tar.gz: d7e508b381bb50b20882c2a191835fbd35a6063e47bc585b9cc82f190768a07cf5ae7012401865f40afb9ca058ba0b1dbe95633dfffcbfe715d12bfa9a7b3546
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ronan (0.0.1)
4
+ ronan (0.0.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/lib/ronan/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ronan
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
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.git"
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.1
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.git
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.git
146
- source_code_uri: https://gitlab.com/digitalwerk/community/gems/ronan.git
147
- changelog_uri: https://gitlab.com/digitalwerk/community/gems/ronan.git
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: