runpuppet.gemspec in runpuppet-1.0.0.rc6 vs runpuppet.gemspec in runpuppet-1.0.0
- old
+ new
@@ -3,28 +3,28 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "runpuppet"
- s.version = "1.0.0.rc6"
+ s.version = "1.0.0"
- s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Roman Heinrich"]
s.date = "2012-11-09"
s.description = "Is the local client to the puppet_controller"
s.email = "roman.heinrich@gmail.com"
s.executables = ["runpuppet"]
s.extra_rdoc_files = [
"LICENSE.txt",
- "README.rdoc"
+ "README.md"
]
s.files = [
".document",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
- "README.rdoc",
+ "README.md",
"Rakefile",
"VERSION",
"bin/runpuppet",
"lib/ext/core.rb",
"lib/runpuppet.rb",
@@ -41,10 +41,11 @@
"test/agent_test.rb",
"test/binary_test.rb",
"test/client_test.rb",
"test/config_test.rb",
"test/fixtures/runpuppet.yml",
- "test/fixtures/shell/arp_eth0.txt",
+ "test/fixtures/shell/arp_eth0_dc.txt",
+ "test/fixtures/shell/arp_eth0_ec2.txt",
"test/fixtures/shell/ip_addr_list_eth0.txt",
"test/helper.rb"
]
s.homepage = "http://github.com/dawanda/runpuppet"
s.licenses = ["MIT"]