require File.join(File.dirname(__FILE__), 'lib', 'ropenlayer') Gem::Specification.new do |s| s.name = "ropenlayer" s.version = Ropenlayer::VERSION s.summary = "Ropenlayer is a wrapper constructor for openlayer javascript library written in ruby. It aims to provide an easy way to build maps and display it on webs." s.description = "Ropenlayer is a wrapper constructor for openlayer javascript library written in ruby. It aims to provide an easy way to build maps and display it on webs." s.authors = ['Gnoxys' ] s.email = ['development@gnoxys.net'] s.homepage = 'http://gitorious.org/gnoxys/ropenlayer' s.files = `git ls-files`.split("\n") s.add_runtime_dependency('json_pure', '~> 1.2.3') s.add_development_dependency('rspec', '~> 2.3.0') if RUBY_VERSION < '1.9' s.add_development_dependency('ruby-debug', '~> 0.10.3') end end