Sha256: 82d2d1bb99372f1c7c7b1b2250f60916b5cc7987b3e407ac9d9b328884a222fd

Contents?: true

Size: 591 Bytes

Versions: 1

Compression:

Stored size: 591 Bytes

Contents

module BootswatchRails
  BOOTSTRAP = "3.2.0"
  VERSION = "3.2.0.30"

  THEMES = [:amelia, :cerulean, :cosmo, :custom, :cyborg, :darkly, :flatly, :journal, :lumen, :paper, :readable, :sandstone, :simplex, :slate, :spacelab, :superhero, :united, :yeti]
  DEFAULT = 1

  GMAPS_API_STATIC = "//maps.google.com/maps/api/js?v=3.13&sensor=false&libraries=geometry"
  GMAPS_API_MOBILE = "//maps.google.com/maps/api/js?v=3.13&sensor=true&libraries=geometry"
  GMAPS_UTIL_MARKER = "//google-maps-utility-library-v3.googlecode.com/svn/tags/markerclustererplus/2.0.14/src/markerclusterer_packed.js"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootswatch_rails-3.2.0.30 lib/bootswatch_rails/version.rb