refinerycms-i18n 0.9.9.3 → 0.9.9.4

Sign up to get free protection for your applications and to get access to all the features.
data/lib/gemspec.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
- version = '0.9.9.3'
2
+ version = '0.9.9.4'
3
3
  raise "Could not get version so gemspec can not be built" if version.nil?
4
4
  files = Dir.glob("**/*").flatten.reject do |file|
5
5
  file =~ /\.gem(spec)?$/
data/lib/refinery/i18n.rb CHANGED
@@ -65,7 +65,7 @@ module Refinery
65
65
 
66
66
  Refinery::Plugin.register do |plugin|
67
67
  plugin.name = "refinery_i18n"
68
- plugin.version = %q{0.9.9.3}
68
+ plugin.version = %q{0.9.9.4}
69
69
  plugin.hide_from_menu = true
70
70
  plugin.always_allow_access = true
71
71
  end
@@ -232,7 +232,8 @@ module Refinery
232
232
  :pl => 'Polski',
233
233
  :'zh-CN' => 'Simple Chinese',
234
234
  :'zh-TW' => 'Traditional Chinese',
235
- :el => 'Ελληνικά'
235
+ :el => 'Ελληνικά',
236
+ :sr => 'Serbian'
236
237
  }
237
238
  end
238
239
  end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 9
8
8
  - 9
9
- - 3
10
- version: 0.9.9.3
9
+ - 4
10
+ version: 0.9.9.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Resolve Digital
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-20 00:00:00 +13:00
18
+ date: 2011-01-21 00:00:00 +13:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency