[Pkg-puppet-devel] [facter] 167/352: (FACT-186) Pessimistic version binding gem dependencies
Stig Sandbeck Mathisen
ssm at debian.org
Sun Apr 6 22:21:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository facter.
commit d93d68400b6905558a2107a9fe8c7a90704fbd28
Author: Rob Reynolds <ferventcoder at gmail.com>
Date: Fri Jan 17 16:27:02 2014 -0600
(FACT-186) Pessimistic version binding gem dependencies
This loosens the Win32 platform gems and CFPropertyList to allow the
third version number (patch) to be determined at install time.
This allows better compatibility as we make future updates to
dependency versions.
Paired with Josh Cooper <josh at puppetlabs.com>
---
ext/project_data.yaml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/ext/project_data.yaml b/ext/project_data.yaml
index 1a19a12..3dba3c2 100644
--- a/ext/project_data.yaml
+++ b/ext/project_data.yaml
@@ -16,16 +16,16 @@ gem_default_executables: 'facter'
gem_platform_dependencies:
universal-darwin:
gem_runtime_dependencies:
- CFPropertyList: '2.2.6'
+ CFPropertyList: '~> 2.2.6'
x86-mingw32:
gem_runtime_dependencies:
- ffi: '1.9.0'
- sys-admin: '1.5.6'
- win32-api: '1.4.8'
- win32-dir: '0.4.3'
- windows-api: '0.4.2'
- windows-pr: '1.2.2'
- win32console: '1.3.2'
+ ffi: '~> 1.9.0'
+ sys-admin: '~> 1.5.6'
+ win32-api: '~> 1.4.8'
+ win32-dir: '~> 0.4.3'
+ windows-api: '~> 0.4.2'
+ windows-pr: '~> 1.2.2'
+ win32console: '~> 1.3.2'
bundle_platforms:
universal-darwin: ruby
x86-mingw32: mingw
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git
More information about the Pkg-puppet-devel
mailing list