@@ -20,20 +20,21 @@ Gem::Specification.new do |spec|
20
20
spec . require_paths = [ "lib" ]
21
21
spec . summary = "OpenVox, a community implementation of Puppet -- an automated configuration management tool"
22
22
spec . specification_version = 4
23
+ spec . add_runtime_dependency ( 'base64' , '>= 0.1' , '< 0.3' )
24
+ spec . add_runtime_dependency ( 'benchmark' , '>= 0.3' , '< 0.5' )
23
25
spec . add_runtime_dependency ( 'concurrent-ruby' , '~> 1.0' )
24
26
spec . add_runtime_dependency ( 'deep_merge' , '~> 1.0' )
25
27
spec . add_runtime_dependency ( 'facter' , [ '>= 4.3.0' , '< 5' ] )
26
28
spec . add_runtime_dependency ( 'fast_gettext' , '>= 2.1' , '< 4' )
27
29
spec . add_runtime_dependency ( 'getoptlong' , '~> 0.2.0' )
28
30
spec . add_runtime_dependency ( 'locale' , '~> 2.1' )
29
31
spec . add_runtime_dependency ( 'multi_json' , '~> 1.13' )
32
+ spec . add_runtime_dependency ( 'ostruct' , '~> 0.6.0' )
30
33
spec . add_runtime_dependency ( 'puppet-resource_api' , '~> 1.5' )
34
+ spec . add_runtime_dependency ( 'racc' , '~> 1.5' )
31
35
spec . add_runtime_dependency ( 'scanf' , '~> 1.0' )
32
36
spec . add_runtime_dependency ( 'semantic_puppet' , '~> 1.0' )
33
- spec . add_runtime_dependency ( 'ostruct' , '~> 0.6.0' )
34
- spec . add_runtime_dependency ( 'benchmark' , '>= 0.3' , '< 0.5' )
35
- spec . add_runtime_dependency ( 'racc' , '~> 1.5' )
36
-
37
+ spec . add_runtime_dependency ( 'syslog' , '>= 0.1' , '< 0.3' )
37
38
38
39
platform = spec . platform . to_s
39
40
if platform == 'universal-darwin'
0 commit comments