muck-engine 0.1.28 → 0.1.29

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.28
1
+ 0.1.29
@@ -83,6 +83,7 @@ module MuckEngineHelper
83
83
  #link_to name, request.protocol + locale + '.' + request.domain + request.request_uri
84
84
  #link_to name, request.url.gsub(request.protocol, "#{request.protocol}#{locale}.")
85
85
  #link_to name, request.url.sub(request.protocol, "#{request.protocol}#{locale}.").sub('www.','')
86
+ protocol = request.protocol
86
87
  if request.domain.count('.') == 1
87
88
  new_domain = request.url.sub(protocol, "#{protocol}#{locale}.")
88
89
  else
data/muck-engine.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{muck-engine}
8
- s.version = "0.1.28"
8
+ s.version = "0.1.29"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Justin Ball"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.28
4
+ version: 0.1.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Ball