Sha256: 6bd7dbb609de17f89d35ee9b6e9ba8b09ab4c180c722abde05ad761e12c69304
Contents?: true
Size: 973 Bytes
Versions: 1
Compression:
Stored size: 973 Bytes
Contents
require File.join(File.dirname(__FILE__), 'lib', 'ropenlayer') Gem::Specification.new do |s| # define gem 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") # dependencies s.add_runtime_dependency('json_pure', '~> 1.2.3') s.add_runtime_dependency('rails', '~> 3.0.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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ropenlayer-0.3.0 | ropenlayer.gemspec |