Sha256: 0f1009f5a75f62c71aab249a6d1975b91e7d5f5d2a9904325981a9e064c696ca

Contents?: true

Size: 751 Bytes

Versions: 1

Compression:

Stored size: 751 Bytes

Contents

Gem::Specification.new do |s|
  s.platform    = Gem::Platform::RUBY
  s.name        = 'prowler'
  s.version     = "1.0.0"
  s.summary     = 'Provides access to the Prowl API.'
  s.description = <<-EOF
    A simple wrapper class that provides basic access to the Prowl API.
  EOF
  s.author      = 'Andrew White'
  s.email       = 'andyw@pixeltrix.co.uk'
  s.homepage    = 'http://github.com/pixeltrix/prowler/'
  s.has_rdoc    = true

  s.requirements << 'none'
  s.require_path = 'lib'

  s.files = [
      'prowler.gemspec',
      'INSTALL',
      'install.rb',
      'lib/prowler.rb',
      'MIT-LICENSE',
      'Rakefile',
      'README',
      'tasks/prowler.rake',
      'test/prowler_test.rb',
    ]

  s.test_file = 'test/prowler_test.rb'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pixeltrix-prowler-1.0.0 prowler.gemspec