native-package-installer 1.1.6 → 1.1.7

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: f55746d70dbe2e3afb02bae4f0025933456d4e2409da461c9f72663b254a6d4a
4
- data.tar.gz: 66bc734383c1fc47c144f4f43116b0ff602bc9ef5e177581e7219665d489508b
3
+ metadata.gz: 63b821a976b436979d999eb9a9d1d3b948c24553a760e19c6be4056586940ab3
4
+ data.tar.gz: d2265f35feb648ecb7247ce7c291bf3bd58dfb57be1e58295c954e9197d92422
5
5
  SHA512:
6
- metadata.gz: cde30f3ac7406c3d723e829615ba0798bc720ffd219dc1cb26c7bbceeb8d668a6d3992561dd7502d26290c050c7697d93769d979aaa1d7780ed08d3bc98376f6
7
- data.tar.gz: 7a4535a74406e27a6eb47182742ef541f68ac71af1cc44f24aa6de355cc98863a56d504d22991d2194d869f60bbcb26ae3b41d0b469503b04caf40d0f6ab8cc2
6
+ metadata.gz: fecff1e588decf287212fe73c22aaa8f0fa1ff7bd6a48e1ae46f8309166ad194260e8614625bdf36a6d2e0cdc2698c4fdaf32b595d1cb98a5308e6d3ad16bcb8
7
+ data.tar.gz: ed6447f80b4c22d95b3464cdee51bbb548e6b2bbf85524bf2f1313124fc5155e12a245d1794de09608ed9f58d53124b424ca08e489f02ff99b41966654184139
data/doc/text/news.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # News
2
2
 
3
+ ## 1.1.7 - 2023-06-20
4
+
5
+ ### Fixes
6
+
7
+ * conda: Fixed a bug that auto installation may be blocked.
8
+
3
9
  ## 1.1.6 - 2023-06-18
4
10
 
5
11
  ### Improvements
@@ -29,7 +29,7 @@ class NativePackageInstaller
29
29
  end
30
30
 
31
31
  def install_command
32
- "conda install -c conda-forge"
32
+ "conda install -c conda-forge -y"
33
33
  end
34
34
 
35
35
  def need_super_user_priviledge?
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2022 Ruby-GNOME Project Team
1
+ # Copyright (C) 2013-2023 Ruby-GNOME Project Team
2
2
  #
3
3
  # This library is free software: you can redistribute it and/or modify
4
4
  # it under the terms of the GNU Lesser General Public License as published by
@@ -14,5 +14,5 @@
14
14
  # along with this program. If not, see <http://www.gnu.org/licenses/>.
15
15
 
16
16
  class NativePackageInstaller
17
- VERSION = "1.1.6"
17
+ VERSION = "1.1.7"
18
18
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: native-package-installer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kouhei Sutou
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-17 00:00:00.000000000 Z
11
+ date: 2023-06-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
14
  Users need to install native packages to install an extension library