leaflet-js.gemspec in leaflet-js-0.6.beta4 vs leaflet-js.gemspec in leaflet-js-0.7.0

- old
+ new

@@ -1,9 +1,9 @@ # encoding: utf-8 Gem::Specification.new do |spec| spec.name = 'leaflet-js' - spec.version = '0.6.beta4' + spec.version = '0.7.0' 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/ @@ -23,6 +23,6 @@ 'vendor/assets/images/*', 'vendor/assets/stylesheets/*', 'vendor/assets/javascripts/*']) spec.required_ruby_version = '>= 1.9.3' spec.date = Time.now -end \ No newline at end of file +end