appbundle-updater 0.2.10 → 0.2.11

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
  SHA1:
3
- metadata.gz: 8c305238e09ea5087cb50f25cd6d512951a6a7ca
4
- data.tar.gz: 525815c7435a38bc24536fc31b942b50d6280202
3
+ metadata.gz: 36daa88489d400ea2a55aa62c2be12755d284f5d
4
+ data.tar.gz: 901f54a4ac563155352b910c3a1ce98c071ae5df
5
5
  SHA512:
6
- metadata.gz: ac04808fd5a9982dbc674ecfda207b6e80ed7ad48d888d495caaf7fefc71538064c9131f69f1f61593cd323f6aed1bdd0701fac20d21b01425c7fcdb8d3f3666
7
- data.tar.gz: 1e23ce09ad51e6f7a0e0690c1c30cf14c69425e3cd0e744278a67845aa54d9da226f1eadde31ae848f0504cb194132bb36549abb2830899badeb956e9a7be8ef
6
+ metadata.gz: 63ab27352e3b0e4dbd0abbfe8fe426cd8ca2ffaab66a876a9beb15441de7a5fb949ea9cc2d2dfcfc5ed8c907e13ec46e665b40b0b138274c81e7d1937a9266a9
7
+ data.tar.gz: c033ceeef5bbfc43493659a20a3f0d1c1bf349ac5d6fdad7d29efa744510b4a9694713fd7f92babf2d8e2750481bed1b63cee5155f02d21d9e54ed43564a59ae
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## [v0.2.10](https://github.com/chef/appbundle-updater/tree/v0.2.10) (2016-01-19)
4
+ [Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.2.9...v0.2.10)
5
+
6
+ **Merged pull requests:**
7
+
8
+ - Need to run apt-get update before installing [\#14](https://github.com/chef/appbundle-updater/pull/14) ([lamont-granquist](https://github.com/lamont-granquist))
9
+
3
10
  ## [v0.2.9](https://github.com/chef/appbundle-updater/tree/v0.2.9) (2016-01-19)
4
11
  [Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.2.8...v0.2.9)
5
12
 
@@ -69,6 +69,8 @@ def install_package_dependencies
69
69
  run("apt-get -q -y install build-essential git")
70
70
  when /fedora/, /rhel/
71
71
  run("yum -y install gcc make git")
72
+ when /suse/
73
+ run("zypper --non-interactive install gcc make git")
72
74
  else
73
75
  puts "i do not know how to install compilers and git on this platform..."
74
76
  end
@@ -1,3 +1,3 @@
1
1
  module AppbundleUpdater
2
- VERSION = "0.2.10"
2
+ VERSION = "0.2.11"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appbundle-updater
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - lamont-granquist
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-19 00:00:00.000000000 Z
11
+ date: 2016-02-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Updates appbundled apps in Chef's omnibus packages
14
14
  email:
@@ -50,10 +50,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
50
  version: '0'
51
51
  requirements: []
52
52
  rubyforge_project:
53
- rubygems_version: 2.4.8
53
+ rubygems_version: 2.5.2
54
54
  signing_key:
55
55
  specification_version: 4
56
56
  summary: Updates appbundled apps in Chef's omnibus packages
57
57
  test_files:
58
58
  - test/integration/bootstrap.ps1
59
59
  - test/integration/bootstrap.sh
60
+ has_rdoc: