locomotive_cms 2.5.0.rc1 → 2.5.0.rc2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f6b5fd84b77a2c1027f2f3a0ef2ff655bc31f775
4
- data.tar.gz: 884301132a77dc7822611d9291582d7688f3afc2
3
+ metadata.gz: 445a239a0a0d6b9f30fec36b880d297f837a81cc
4
+ data.tar.gz: 383dc6883e250d582c10ec52e8fe251f0db76717
5
5
  SHA512:
6
- metadata.gz: cd423925ab81601ff850d0d784d7b34ac48cf70509c8a9b2b2fbb19ef45721c0ba35b30673d37c914586c73fa8d7b66877067f5034aac529370e7c91e11634fa
7
- data.tar.gz: 3bdfce2c8125d5e1690ebe4f266bc50a0a1603de461692c61299f920ee2ecdd82c44a86b1ac602283ee670569a3b7a62b34161ec8cefdbf591d3670dd2e83df5
6
+ metadata.gz: 77446b33a479d73220ec27e8925377074bad411ac2d10865dbd94ccedb2eb81aad5e3559aab2695390a1ec6fb2cb76b7a1e2e3c01a3ac735862e8466dfb4d085
7
+ data.tar.gz: c2885bd30892cf699bc6c75983232594e0289f0062f567c1322fce86f5cebffab10f8029e5742c7cab88efd16ad75163c161da30f389b7c1dacfd88809624139
@@ -136,7 +136,7 @@ module Locomotive
136
136
  # @return [ String ] The HTML image tag with the path to the matching flag.
137
137
  #
138
138
  def flag_tag(locale, size = '24x24')
139
- image_tag("locomotive/icons/flags/#{locale}.png", class: 'flag', size: size)
139
+ image_tag("locomotive/icons/flags/#{locale}.png", class: "flag flag-#{locale}", size: size)
140
140
  end
141
141
 
142
142
  def nocoffee_tag
@@ -6,7 +6,7 @@ module ActiveSupport::Dependencies
6
6
 
7
7
  def require_or_load(file_name, const_path = nil)
8
8
  if file_name.starts_with?(Rails.root.to_s + '/app')
9
- relative_name = file_name.gsub(Rails.root.to_s, '')
9
+ relative_name = file_name.gsub(/^#{Rails.root.to_s}/, '')
10
10
  @engine_paths ||= Rails::Application::Railties.engines.collect{|engine| engine.config.root.to_s }
11
11
  @engine_paths.each do |path|
12
12
  engine_file = File.join(path, relative_name)
@@ -1,3 +1,3 @@
1
1
  module Locomotive #:nodoc
2
- VERSION = '2.5.0.rc1'
2
+ VERSION = '2.5.0.rc2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: locomotive_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.0.rc1
4
+ version: 2.5.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Didier Lafforgue
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-18 00:00:00.000000000 Z
11
+ date: 2014-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake