ukrainian 2.5.2 → 2.5.3
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.yml +1 -1
- data/lib/ukrainian/locales/actionview.yml +2 -2
- data/ukrainian.gemspec +4 -4
- metadata +5 -5
data/VERSION.yml
CHANGED
|
@@ -83,8 +83,8 @@ uk:
|
|
|
83
83
|
many: "{{count}} хвилин"
|
|
84
84
|
other: "{{count}} хвилини"
|
|
85
85
|
about_x_hours:
|
|
86
|
-
one: "близько {{count}}
|
|
87
|
-
few: "близько {{count}}
|
|
86
|
+
one: "близько {{count}} години"
|
|
87
|
+
few: "близько {{count}} годин"
|
|
88
88
|
many: "близько {{count}} годин"
|
|
89
89
|
other: "близько {{count}} години"
|
|
90
90
|
x_days:
|
data/ukrainian.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{ukrainian}
|
|
8
|
-
s.version = "2.5.
|
|
8
|
+
s.version = "2.5.3"
|
|
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-
|
|
12
|
+
s.date = %q{2010-07-08}
|
|
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 = [
|
|
@@ -44,8 +44,8 @@ Gem::Specification.new do |s|
|
|
|
44
44
|
s.rubygems_version = %q{1.3.7}
|
|
45
45
|
s.summary = %q{Ukrainian language support for Ruby and Rails}
|
|
46
46
|
s.test_files = [
|
|
47
|
-
"test/
|
|
48
|
-
"test/
|
|
47
|
+
"test/test_helper.rb",
|
|
48
|
+
"test/ukrainian_test.rb"
|
|
49
49
|
]
|
|
50
50
|
|
|
51
51
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ukrainian
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 29
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 2.5.
|
|
9
|
+
- 3
|
|
10
|
+
version: 2.5.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- romanvbabenko
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-
|
|
18
|
+
date: 2010-07-08 00:00:00 +03:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -111,5 +111,5 @@ signing_key:
|
|
|
111
111
|
specification_version: 3
|
|
112
112
|
summary: Ukrainian language support for Ruby and Rails
|
|
113
113
|
test_files:
|
|
114
|
-
- test/ukrainian_test.rb
|
|
115
114
|
- test/test_helper.rb
|
|
115
|
+
- test/ukrainian_test.rb
|