elzar 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ include_recipe "build-essential"
27
27
 
28
28
  packages = value_for_platform(
29
29
  ["centos","redhat","fedora"] => {'default' => ['readline-devel', 'openssl-devel', 'patch']},
30
- "default" => ['libssl-dev', 'libreadline5-dev']
30
+ "default" => ['libssl-dev', 'libreadline6-dev']
31
31
  )
32
32
 
33
33
  packages.each do |pkg|
@@ -10,7 +10,7 @@ include_recipe "build-essential"
10
10
  ruby_tarball = "/tmp/ruby-#{node[:ruby][:version]}.tar.gz"
11
11
  packages = value_for_platform(
12
12
  ["centos","redhat","fedora"] => {'default' => ['readline-devel', 'openssl-devel', 'patch']},
13
- "default" => ['libssl-dev', 'libreadline5-dev', 'libyaml-dev']
13
+ "default" => ['libssl-dev', 'libreadline6-dev', 'libyaml-dev']
14
14
  )
15
15
 
16
16
  packages.each do |pkg|
@@ -1,3 +1,3 @@
1
1
  module Elzar
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elzar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-05-16 00:00:00.000000000 Z
13
+ date: 2012-07-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: multi_json
@@ -260,7 +260,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
260
260
  version: '0'
261
261
  requirements: []
262
262
  rubyforge_project:
263
- rubygems_version: 1.8.23
263
+ rubygems_version: 1.8.24
264
264
  signing_key:
265
265
  specification_version: 3
266
266
  summary: Chef cookbooks for Rails