polish 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ require 'date'
6
6
  require 'I18n'
7
7
 
8
8
  GEM = "polish"
9
- GEM_VERSION = "0.0.2"
9
+ GEM_VERSION = "0.0.3"
10
10
  AUTHOR = "Grzesiek Kolodziejczyk"
11
11
  EMAIL = "gkolodziejczyk@gmail.com"
12
12
  HOMEPAGE = "http://github.com/grk/polish/"
@@ -12,11 +12,11 @@ pl:
12
12
  too_long:
13
13
  one: "jest za długie (maksymalnie {{count}} znak)"
14
14
  few: "jest za długie (maksymalnie {{count}} znaki)"
15
- many: "jest za długie (maksymalnie {{count}} znaków)"
15
+ other: "jest za długie (maksymalnie {{count}} znaków)"
16
16
  too_short:
17
17
  one: "jest za krótkie (minimalnie {{count}} znak)"
18
18
  few: "jest za krótkie (minimalnie {{count}} znaki)"
19
- many: "jest za krótkie (minimalnie {{count}} znaków)"
19
+ other: "jest za krótkie (minimalnie {{count}} znaków)"
20
20
  wrong_length: "jest nieprawidłowej długości (powinna wynosić {{count}} znaków)"
21
21
  taken: "zostało już zajęte"
22
22
  not_a_number: "nie jest liczbą"
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polish
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 0
8
+ - 3
9
+ version: 0.0.3
5
10
  platform: ruby
6
11
  authors:
7
12
  - Grzesiek Kolodziejczyk
@@ -9,7 +14,7 @@ autorequire: polish
9
14
  bindir: bin
10
15
  cert_chain: []
11
16
 
12
- date: 2009-12-14 00:00:00 +01:00
17
+ date: 2010-03-25 00:00:00 +01:00
13
18
  default_executable:
14
19
  dependencies: []
15
20
 
@@ -119,18 +124,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
119
124
  requirements:
120
125
  - - ">="
121
126
  - !ruby/object:Gem::Version
127
+ segments:
128
+ - 0
122
129
  version: "0"
123
- version:
124
130
  required_rubygems_version: !ruby/object:Gem::Requirement
125
131
  requirements:
126
132
  - - ">="
127
133
  - !ruby/object:Gem::Version
134
+ segments:
135
+ - 0
128
136
  version: "0"
129
- version:
130
137
  requirements: []
131
138
 
132
139
  rubyforge_project:
133
- rubygems_version: 1.3.5
140
+ rubygems_version: 1.3.6
134
141
  signing_key:
135
142
  specification_version: 3
136
143
  summary: Polish language support for Ruby and Rails