forked from cfis/leaflet-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
leaflet-js.gemspec
26 lines (25 loc) · 1009 Bytes
/
leaflet-js.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# encoding: utf-8
Gem::Specification.new do |spec|
spec.name = 'leaflet-js'
spec.version = '0.7.3'
spec.homepage = 'https://github.com/cfis/leaflet-js'
spec.summary = <<-EOS
Wraps the Leaflet Javascript Mapping Library in a Rails asset gem. Also include Leaflet.Label
and Leaflet.Draw plusins. For more information
about Leaflet please see http://leafletjs.com/
EOS
spec.authors = ['Charlie Savage', 'Colin Darie']
spec.platform = Gem::Platform::RUBY
spec.files = Dir.glob(['leaflet-js.gemspec',
'CHANGELOG.rdoc',
'LICENSE',
'Rakefile',
'README.rdoc',
'lib/leaflet-js.rb',
'lib/leaflet/**/*',
'vendor/assets/images/*',
'vendor/assets/stylesheets/*',
'vendor/assets/javascripts/*'])
spec.required_ruby_version = '>= 1.9.3'
spec.date = Time.now
end