muck-engine 0.1.14 → 0.1.15

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.14
1
+ 0.1.15
@@ -70,4 +70,10 @@ module MuckEngineHelper
70
70
  end
71
71
  end
72
72
 
73
+ def locale_link(name, locale)
74
+ link_to name, request.protocol + locale + '.' + request.domain + request.request_uri
75
+ end
76
+
77
+
78
+
73
79
  end
data/muck-engine.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{muck-engine}
5
- s.version = "0.1.14"
5
+ s.version = "0.1.15"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Justin Ball"]
@@ -149,6 +149,7 @@ Gem::Specification.new do |s|
149
149
  "locales/zh.yml",
150
150
  "locales/zh.yml",
151
151
  "muck-engine.gemspec",
152
+ "pkg/muck-engine-0.1.14.gem",
152
153
  "public/images/arrow_down.gif",
153
154
  "public/images/arrow_left.gif",
154
155
  "public/images/arrow_right.gif",
Binary file
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.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Ball
@@ -102,6 +102,7 @@ files:
102
102
  - locales/zh-TW.yml
103
103
  - locales/zh.yml
104
104
  - muck-engine.gemspec
105
+ - pkg/muck-engine-0.1.14.gem
105
106
  - public/images/arrow_down.gif
106
107
  - public/images/arrow_left.gif
107
108
  - public/images/arrow_right.gif