Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am pzim on github.
  • I am phil_zimmerman (https://keybase.io/phil_zimmerman) on keybase.
  • I have a public key whose fingerprint is E5D9 5F99 6BF3 652B BC42 8567 E2B2 E2F9 5BA7 BBE8

To claim this, I am signing this object:

@pzim
pzim / reaktor.gemspec
Created November 20, 2014 14:29
abandoned gemspec for reaktor
lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)
require 'reaktor/version'
Gem::Specification.new do |s|
s.name = "reaktor"
s.version = Reaktor::VERSION
s.platform = Gem::Platform::RUBY
mod 'bodepd/scenario_node_terminus',
:git => 'https://github.com/bodepd/scenario_node_terminus'
mod 'CiscoSystems/coi',
:git => "https://github.com/CiscoSystems/puppet-coi",
:ref => 'havana'
mod 'puppetlabs/postgresql',
:git => "https://github.com/puppetlabs/puppetlabs-postgresql",
:ref => '2.5.0'
mod 'puppetlabs/puppetdb',
:git => "https://github.com/puppetlabs/puppetlabs-puppetdb",