ropenlayer.gemspec in ropenlayer-0.3.0 vs ropenlayer.gemspec in ropenlayer-0.3.1
- old
+ new
@@ -2,20 +2,21 @@
Gem::Specification.new do |s|
# define gem
s.name = "ropenlayer"
- s.version = Ropenlayer::VERSION
+ s.version = '0.3.1'
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_runtime_dependency('activerecord', '~> 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
\ No newline at end of file