obs_deploy 0.1.5 → 0.1.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ab8c1bfc4cf824dd5e4efd68d9276e034dfe91015686331e5630c0c558054f8
4
- data.tar.gz: eb4100e89d9df67106937087ca61998a5ff00fc3631a465b4dbf9b1ff818a19a
3
+ metadata.gz: d4798a9c1a23588f592ece94a94dfcee1dac459d237598c122df822971a1e7b7
4
+ data.tar.gz: 3e1846ac458799ba4fc2ae9802b87ac96fa2814ed43da4a2a24002729d18ea8b
5
5
  SHA512:
6
- metadata.gz: ea0f667fab7e119b895aaf4fe9215593d17d38af12451cfe679f09b4425bb8de13b3e4f1a8617da2e15fe0e4803f3b8dad697a9151376f5948e65610a226c99c
7
- data.tar.gz: 07e2d1834cde084672db356d689f7fed31e25a6f384ccbd17a3a29525ff621949d986cc759e2238ae9b350f7158d1802b756803d60cafd6ba869c2ea805e5f01
6
+ metadata.gz: 97f6a466b3067ef2d92a48195247d1dd3d71f6c0e07f505b642e60d2a69b220351d13e2c50450a69978895cbf355976e0593474c708089dae5a502797c441f1e
7
+ data.tar.gz: 12b6f238b1ceb972cc8efa300e97facf480f995e137aa93ab0460a77958e067ca38ad7ecb1cb9acda8fce94ddaccf679c43d8e5e7d349011acfe9cc9d7b7405a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- obs_deploy (0.1.5)
4
+ obs_deploy (0.1.5.1)
5
5
  cheetah
6
6
  dry-cli
7
7
  nokogiri
@@ -18,8 +18,9 @@
18
18
 
19
19
  %define mod_name obs_deploy
20
20
  %define mod_full_name %{mod_name}-%{version}
21
+ %define rb_suffix ruby2.6
21
22
  Name: rubygem-obs_deploy
22
- Version: 0.1.2
23
+ Version: 0.1.5
23
24
  Release: 0
24
25
  Summary: OBS Deployment tool
25
26
  License: MIT
@@ -29,10 +30,11 @@ Source: https://rubygems.org/gems/%{mod_full_name}.gem
29
30
  BuildRequires: %{rubygem gem2rpm}
30
31
  BuildRequires: %{ruby}
31
32
  BuildRequires: ruby-macros >= 5
32
- BuildRequires: update-alternatives
33
+ BuildRequires: ruby-common-rails
33
34
  # FIXME: use proper Requires(pre/post/preun/...)
34
35
  PreReq: update-alternatives
35
36
 
37
+
36
38
  %description
37
39
  OBS Deployment tool.
38
40
 
@@ -41,6 +43,7 @@ OBS Deployment tool.
41
43
  %build
42
44
 
43
45
  %install
46
+ %rails_fix_ruby_shebang bin/
44
47
  %gem_install \
45
48
  --symlink-binaries \
46
49
  --doc-files="README.md" \
File without changes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ObsDeploy
4
- VERSION = '0.1.5'
4
+ VERSION = '0.1.5.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: obs_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Pereira
@@ -171,9 +171,9 @@ files:
171
171
  - lib/obs_deploy/cli/commands/systemctl.rb
172
172
  - lib/obs_deploy/cli/commands/version.rb
173
173
  - lib/obs_deploy/ssh.rb
174
+ - lib/obs_deploy/systemctl.rb
174
175
  - lib/obs_deploy/version.rb
175
176
  - lib/obs_deploy/zypper.rb
176
- - lib/systemctl.rb
177
177
  - obs_deploy.gemspec
178
178
  homepage: https://openbuildservice.org
179
179
  licenses: []