Sha256: 2cf8c87d5ee6d28627df727abb688c4073ff943e985be00de0e880c353e180b0

Contents?: true

Size: 813 Bytes

Versions: 1

Compression:

Stored size: 813 Bytes

Contents

require 'rubygems' 
SPEC = Gem::Specification.new do |s| 
  s.name = "utility_belt"
  s.version = "1.0.1"
  s.author = "Giles Bowkett"
  s.email = "gilesb@gmail.com"
  s.homepage = "http://utilitybelt.rubyforge.org"
  s.platform = Gem::Platform::RUBY
  s.summary = "A grab-bag of IRB power user madness."
  s.files = Dir.glob("**/*")
  %w{amazon google}.each do |command_line_utility_for_interacting_with_a_gigantic_self_aware_ai|
    s.executables << command_line_utility_for_interacting_with_a_gigantic_self_aware_ai
  end
  s.require_path = "lib"
  s.autorequire = "utility_belt"
  s.test_file = "test/utility_belt_spec.rb"
  s.has_rdoc = true 
  s.extra_rdoc_files = ["README"] 
  s.add_dependency("wirble", ">= 0.1.2")
  s.add_dependency("aws-s3", ">= 0.4.0")
  s.add_dependency("Platform", ">= 0.4.0")
end 

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
utility_belt-1.0.1 utility_belt.gemspec