[Pkg-puppet-devel] [facter] 182/352: (maint) Pin windows compiled gem versions

Stig Sandbeck Mathisen ssm at debian.org
Sun Apr 6 22:21:44 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 ddb8cfb39e6dcc34dfd5ef76d45b16d550728b7b
Author: Adrien Thebo <git at somethingsinistral.net>
Date:   Thu Jan 23 12:16:55 2014 -0800

    (maint) Pin windows compiled gem versions
    
    Since the windows spec boxes may not have dev tools installed, they may
    not be able to install newer versions of the windows API gems. This
    commit ensures that we won't have to worry about an unexpected version
    of one of those gems failing to install.
---
 ext/project_data.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ext/project_data.yaml b/ext/project_data.yaml
index 3dba3c2..792341d 100644
--- a/ext/project_data.yaml
+++ b/ext/project_data.yaml
@@ -19,9 +19,9 @@ gem_platform_dependencies:
       CFPropertyList: '~> 2.2.6'
   x86-mingw32:
     gem_runtime_dependencies:
-      ffi: '~> 1.9.0'
-      sys-admin: '~> 1.5.6'
-      win32-api: '~> 1.4.8'
+      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'

-- 
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