go_translate_yourself 0.0.3 → 0.0.4

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/Rakefile CHANGED
@@ -23,7 +23,7 @@ spec = Gem::Specification.new do |s|
23
23
  s.summary = "Insert GoTranslateYourself summary."
24
24
  s.description = "Insert GoTranslateYourself description."
25
25
  s.files = FileList["[A-Z]*", "lib/**/*", "app/**/*", "config/routes.rb"]
26
- s.version = "0.0.3"
26
+ s.version = "0.0.4"
27
27
  end
28
28
 
29
29
  Rake::GemPackageTask.new(spec) do |pkg|
@@ -13,7 +13,7 @@
13
13
  <%= key %>
14
14
  </td>
15
15
  <td>
16
- <%= GoTranslateYourself.current_store.default_translation("#{dev}.#{key}") %>
16
+ <%= GoTranslateYourself.current_store.default_translation("dev.#{key}") %>
17
17
  </td>
18
18
  <% @locales.each do |locale| %>
19
19
  <td>
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 3
9
- version: 0.0.3
8
+ - 4
9
+ version: 0.0.4
10
10
  platform: ruby
11
11
  authors: []
12
12