Sha256: 91b458a6822749ab8208a9e358416766e800e39c2a529b370eff947313dce6cf

Contents?: true

Size: 1.25 KB

Versions: 1

Compression:

Stored size: 1.25 KB

Contents

Gem::Specification.new do |s|
  PROJECT_GEM = 'the-city-admin'
  PROJECT_GEM_VERSION = '0.1.2'
  
  s.name = PROJECT_GEM
  s.version = PROJECT_GEM_VERSION
  s.platform = Gem::Platform::RUBY
  #s.date = '2009-01-05'

  s.homepage = 'https://github.com/thecity/thecity-admin-ruby'
  s.rubyforge_project = 'Project on www.github.com'
  s.authors = ['Wes Hays']
  s.email = 'wes@onthecity.org'

  s.summary = 'Ruby gem/plugin to interact with The City Admin API (http://api.OnTheCity.org).'
  s.description = 'Ruby gem/plugin to interact with The City Admin API (http://api.OnTheCity.org).'

  s.add_dependency('typhoeus')


  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end


  #s.require_path = 'lib/'
  
  # s.files = ['LICENSE',
  #            'README',
  #            'lib/common_project_tasks.rb',
  #            'lib/common_project_tasks/app.rake',
  #            'examples/app_vars.yml']
             
  # s.has_rdoc = true
  # s.extra_rdoc_files = %w{README LICENSE}
  # s.rdoc_options << '--title' << 'Common Project Tasks Documentation' <<
  #                   '--main' << 'README' << '-q'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
the-city-admin-0.1.2 thecity_admin_api.gemspec