ukrainian 2.3.1 → 2.4.1

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.
@@ -1,5 +1,5 @@
1
1
  ---
2
- :minor: 3
2
+ :minor: 4
3
3
  :major: 2
4
4
  :patch: 1
5
5
  :build:
data/init.rb ADDED
@@ -0,0 +1,3 @@
1
+ # Rails plugin init
2
+ require 'ukrainian'
3
+
@@ -112,6 +112,11 @@ uk:
112
112
  few: "більше {{count}} років"
113
113
  many: "більше {{count}} років"
114
114
  other: "більше {{count}} року"
115
+ almost_x_years:
116
+ one: "майже {{count}} рік"
117
+ few: "майже {{count}} років"
118
+ many: "майже {{count}} років"
119
+ other: "майже {{count}} років"
115
120
  prompts:
116
121
  year: "Рік"
117
122
  month: "Місяць"
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ukrainian}
8
- s.version = "2.3.1"
8
+ s.version = "2.4.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["romanvbabenko"]
12
- s.date = %q{2010-01-17}
12
+ s.date = %q{2010-01-19}
13
13
  s.description = %q{Ukrainian language support for Ruby and Rails}
14
14
  s.email = %q{romanvbabenko@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -23,6 +23,7 @@ Gem::Specification.new do |s|
23
23
  "README.rdoc",
24
24
  "Rakefile",
25
25
  "VERSION.yml",
26
+ "init.rb",
26
27
  "lib/ukrainian.rb",
27
28
  "lib/ukrainian/backend/simple.rb",
28
29
  "lib/ukrainian/locales/acitvesupport.yml",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ukrainian
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - romanvbabenko
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-17 00:00:00 +02:00
12
+ date: 2010-01-19 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -48,6 +48,7 @@ files:
48
48
  - README.rdoc
49
49
  - Rakefile
50
50
  - VERSION.yml
51
+ - init.rb
51
52
  - lib/ukrainian.rb
52
53
  - lib/ukrainian/backend/simple.rb
53
54
  - lib/ukrainian/locales/acitvesupport.yml