public
Description: Dependency Resolution Framework
Homepage: http://warningshot.lighthouseapp.com
Clone URL: git://github.com/coryodaniel/warningshot.git
coryodaniel (author)
Thu Feb 26 17:40:45 -0800 2009
commit  57c993689114a1ee04bdf558ec9f5607851e2ccf
tree    f9c34cc23f84172f67fbaf16c21fdb4d508566f3
parent  4bf02c372017d7458ed618f11a7c82c70c64e609
warningshot / warningshot.gemspec
100755 21 lines (20 sloc) 0.963 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Gem::Specification.new do |s|
  s.name = NAME
  s.version = WarningShot::VERSION
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Cory ODaniel"]
  s.date = %q{2008-10-15}
  s.default_executable = %q{warningshot}
  s.description = "WarningShot provides a simple configurable interface to define dependencies that an application or machine depends on, then it builds them for you."
  s.email = %q{warningshot@coryodaniel.com.com}
  s.executables = ["warningshot"]
  s.extra_rdoc_files = ["README", "LICENSE", "TODO"]
  s.files = %w(LICENSE README Rakefile TODO CHANGELOG CONTRIBUTORS)
  s.files += Dir["{doc,bin,test,lib,tasks,test,templates,images}/**/*"]
  s.has_rdoc = true
  s.homepage = %q{http://github.com/coryodaniel/warningshot}
  s.require_paths = ["lib"]
  s.required_ruby_version = Gem::Requirement.new(">= 1.8.6")
  s.rubygems_version = %q{1.3.0}
  s.summary = s.description
end