ice_cube 0.13.1 → 0.13.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 39bb12c785e0af4edc922b99cdc1aaabf02cc282
4
- data.tar.gz: 4cdf399772a0f10987821ef1f420a62ee1cc3ee8
3
+ metadata.gz: f1996d1af50e76edf7126fd606e821318c90f664
4
+ data.tar.gz: 8648cc31b2e0e14ee2fb220156bdc8070ca9f428
5
5
  SHA512:
6
- metadata.gz: 38b477ae4371d93de536512ee3917cb9eda9865540a1ba51f240b37ee8819bd3ee1a303fd016583f5df57fe6af9360cf4aaed038a5370f6f1690651b96ed8fc5
7
- data.tar.gz: e573e3beaae1f23edb49cca2504e133dad770801fbe14e3e9c13ae7889ce482493597406de846443cd2ed5e78e5b6456550421e8d98c016a21f07c8c5c0af6c1
6
+ metadata.gz: 7801823fe9d150835ff03e10a9418d83c29bf1f9ee1e01955fa30d33467a06d3b0a0e378b8018a68d1142e79b06bfbd0bfcf90aefe6a80e5e886fadf3f3d49a4
7
+ data.tar.gz: 90ab20b3029f1d0083c132c4fc3cd6ae421b2f9e2465cb6f32a5c18710f7098d6df7d8e85f6cb4c026fc5fd9f4d457ed3c5afcd48723a0f41229d16574df74cd
@@ -0,0 +1,178 @@
1
+ en:
2
+ ice_cube:
3
+ pieces_connector: ' / '
4
+ not: 'not %{target}'
5
+ not_on: 'not on %{target}'
6
+ date:
7
+ formats:
8
+ default: '%B %-d, %Y'
9
+ month_names:
10
+ -
11
+ - January
12
+ - February
13
+ - March
14
+ - April
15
+ - May
16
+ - June
17
+ - July
18
+ - August
19
+ - September
20
+ - October
21
+ - November
22
+ - December
23
+ day_names:
24
+ - Sunday
25
+ - Monday
26
+ - Tuesday
27
+ - Wednesday
28
+ - Thursday
29
+ - Friday
30
+ - Saturday
31
+ times:
32
+ other: '%{count} times'
33
+ one: '%{count} time'
34
+ until: 'until %{date}'
35
+ days_of_week: '%{segments} %{day}'
36
+ days_of_month:
37
+ other: '%{segments} days of the month'
38
+ one: '%{segments} day of the month'
39
+ days_of_year:
40
+ other: '%{segments} days of the year'
41
+ one: '%{segments} day of the year'
42
+ at_hours_of_the_day:
43
+ other: on the %{segments} hours of the day
44
+ one: on the %{segments} hour of the day
45
+ on_minutes_of_hour:
46
+ other: on the %{segments} minutes of the hour
47
+ one: on the %{segments} minute of the hour
48
+ at_seconds_of_minute:
49
+ other: at the %{segments} seconds
50
+ one: at the %{segments} second
51
+ on_seconds_of_minute:
52
+ other: on the %{segments} seconds of the minute
53
+ one: on the %{segments} second of the minute
54
+ each_second:
55
+ one: Secondly
56
+ other: Every %{count} seconds
57
+ each_minute:
58
+ one: Minutely
59
+ other: Every %{count} minutes
60
+ each_hour:
61
+ one: Hourly
62
+ other: Every %{count} hours
63
+ each_day:
64
+ one: Daily
65
+ other: Every %{count} days
66
+ each_week:
67
+ one: Weekly
68
+ other: Every %{count} weeks
69
+ each_month:
70
+ one: Monthly
71
+ other: Every %{count} months
72
+ each_year:
73
+ one: Yearly
74
+ other: Every %{count} years
75
+ 'on': on the %{sentence}
76
+ in: 'in %{target}'
77
+ integer:
78
+ negative: '%{ordinal} to last'
79
+ literal_ordinals:
80
+ -1: last
81
+ -2: 2nd to last
82
+ ordinal: '%{number}%{ordinal}'
83
+ ordinals:
84
+ default: th
85
+ 1: st
86
+ 2: nd
87
+ 3: rd
88
+ 11: th
89
+ 12: th
90
+ 13: th
91
+ on_weekends: on Weekends
92
+ on_weekdays: on Weekdays
93
+ days_on:
94
+ - Sundays
95
+ - Mondays
96
+ - Tuesdays
97
+ - Wednesdays
98
+ - Thursdays
99
+ - Fridays
100
+ - Saturdays
101
+ on_days: on %{days}
102
+ array:
103
+ last_word_connector: ', and '
104
+ two_words_connector: ' and '
105
+ words_connector: ', '
106
+ string:
107
+ format:
108
+ day: '%{rest} %{current}'
109
+ day_of_week: '%{rest} %{current}'
110
+ day_of_month: '%{rest} %{current}'
111
+ day_of_year: '%{rest} %{current}'
112
+ hour_of_day: '%{rest} %{current}'
113
+ minute_of_hour: '%{rest} %{current}'
114
+ until: '%{rest} %{current}'
115
+ count: '%{rest} %{current}'
116
+ default: '%{rest} %{current}'
117
+
118
+ date:
119
+ abbr_day_names:
120
+ - Sun
121
+ - Mon
122
+ - Tue
123
+ - Wed
124
+ - Thu
125
+ - Fri
126
+ - Sat
127
+ abbr_month_names:
128
+ -
129
+ - Jan
130
+ - Feb
131
+ - Mar
132
+ - Apr
133
+ - May
134
+ - Jun
135
+ - Jul
136
+ - Aug
137
+ - Sep
138
+ - Oct
139
+ - Nov
140
+ - Dec
141
+ day_names:
142
+ - Sunday
143
+ - Monday
144
+ - Tuesday
145
+ - Wednesday
146
+ - Thursday
147
+ - Friday
148
+ - Saturday
149
+ formats:
150
+ default: "%Y-%m-%d"
151
+ long: "%B %d, %Y"
152
+ short: "%b %d"
153
+ month_names:
154
+ -
155
+ - January
156
+ - February
157
+ - March
158
+ - April
159
+ - May
160
+ - June
161
+ - July
162
+ - August
163
+ - September
164
+ - October
165
+ - November
166
+ - December
167
+ order:
168
+ - :year
169
+ - :month
170
+ - :day
171
+
172
+ time:
173
+ am: am
174
+ formats:
175
+ default: "%a, %d %b %Y %H:%M:%S %z"
176
+ long: "%B %d, %Y %H:%M"
177
+ short: "%d %b %H:%M"
178
+ pm: pm
@@ -0,0 +1,176 @@
1
+ es:
2
+ ice_cube:
3
+ pieces_connector: ', '
4
+ not: 'excepto %{target}'
5
+ not_on: 'excepto el %{target}'
6
+ date:
7
+ formats:
8
+ default: '%-d de %B de %Y'
9
+ month_names:
10
+ -
11
+ - Enero
12
+ - Febrero
13
+ - Marzo
14
+ - Abril
15
+ - Mayo
16
+ - Junio
17
+ - Julio
18
+ - Agosto
19
+ - Septiembre
20
+ - Octubre
21
+ - Noviembre
22
+ - Diciembre
23
+ day_names:
24
+ - Domingo
25
+ - Lunes
26
+ - Martes
27
+ - Miércoles
28
+ - Jueves
29
+ - Viernes
30
+ - Sábado
31
+ times:
32
+ other: '%{count} veces'
33
+ one: '%{count} vez'
34
+ until: 'hasta el %{date}'
35
+ days_of_week: '%{segments} %{day}'
36
+ days_of_month:
37
+ other: 'los días %{segments} del mes'
38
+ one: 'el día %{segments} del mes'
39
+ days_of_year:
40
+ one: 'el día %{segments}'
41
+ other: 'los días %{segments}'
42
+ at_hours_of_the_day:
43
+ one: 'en la hora %{segments}'
44
+ other: 'en las horas %{segments}'
45
+ on_minutes_of_hour:
46
+ one: 'en el minuto %{segments}'
47
+ other: 'en los minutos %{segments}'
48
+ at_seconds_of_minute:
49
+ one: 'en el segundo %{segments}'
50
+ other: 'en los segundos %{segments}'
51
+ on_seconds_of_minute:
52
+ one: 'en el segundo %{segments} del minuto'
53
+ other: 'en los segundos %{segments} del minuto'
54
+ on_days: '%{days}'
55
+ each_second:
56
+ one: Cada segundo
57
+ other: 'Cada %{count} segundos'
58
+ each_minute:
59
+ one: Cada minuto
60
+ other: 'Cada %{count} minutos'
61
+ each_hour:
62
+ one: Cada hora
63
+ other: 'Cada %{count} horas'
64
+ each_day:
65
+ one: Diariamente
66
+ other: 'Cada %{count} días'
67
+ each_week:
68
+ one: Semanalmente
69
+ other: 'Cada %{count} semanas'
70
+ each_month:
71
+ one: Mensualmente
72
+ other: 'Cada %{count} meses'
73
+ each_year:
74
+ one: Anualmente
75
+ other: 'Cada %{count} años'
76
+ 'on': 'en %{sentence}'
77
+ in: 'en %{target}'
78
+ integer:
79
+ negative: '%{ordinal} por la cola'
80
+ literal_ordinals:
81
+ -1: el último
82
+ -2: el penúltimo
83
+ ordinal: '%{number}%{ordinal}'
84
+ ordinals:
85
+ default: º
86
+ 1: º
87
+ 2: º
88
+ 3: º
89
+ 11: º
90
+ 12: º
91
+ 13: º
92
+ on_weekends: en fin de semana
93
+ on_weekdays: en días laborables
94
+ days_on:
95
+ - los domingos
96
+ - los lunes
97
+ - los martes
98
+ - los miércoles
99
+ - los jueves
100
+ - los viernes
101
+ - los sábados
102
+ on_days: '%{days}'
103
+ array:
104
+ last_word_connector: ' y '
105
+ two_words_connector: ' y '
106
+ words_connector: ', '
107
+ string:
108
+ format:
109
+ day: '%{rest} %{current}'
110
+ day_of_week: '%{rest} %{current}'
111
+ day_of_month: '%{rest} %{current}'
112
+ day_of_year: '%{rest} %{current}'
113
+ hour_of_day: '%{rest} %{current}'
114
+ minute_of_hour: '%{rest} %{current}'
115
+ until: '%{rest} %{current}'
116
+ count: '%{rest} %{current}'
117
+ default: '%{rest} %{current}'
118
+
119
+ date:
120
+ day_names:
121
+ - Domingo
122
+ - Lunes
123
+ - Martes
124
+ - Miércoles
125
+ - Jueves
126
+ - Viernes
127
+ - Sábado
128
+ abbr_day_names:
129
+ - Dom
130
+ - Lun
131
+ - Mar
132
+ - Mie
133
+ - Jue
134
+ - Vie
135
+ - Sab
136
+ # Don't forget the nil at the beginning; there's no such thing as a 0th month
137
+ month_names:
138
+ -
139
+ - Enero
140
+ - Febrero
141
+ - Marzo
142
+ - Abril
143
+ - Mayo
144
+ - Junio
145
+ - Julio
146
+ - Agosto
147
+ - Septiembre
148
+ - Octubre
149
+ - Noviembre
150
+ - Diciembre
151
+ abbr_month_names:
152
+ -
153
+ - Ene
154
+ - Feb
155
+ - Mar
156
+ - Abr
157
+ - May
158
+ - Jun
159
+ - Jul
160
+ - Ago
161
+ - Sep
162
+ - Oct
163
+ - Nov
164
+ - Dic
165
+ formats:
166
+ default: '%d/%m/%Y'
167
+ long: '%d de %B de %Y'
168
+ short: '%d de %B'
169
+
170
+ time:
171
+ formats:
172
+ default: "%A, %d de %B de %Y %H:%M:%S %z"
173
+ short: "%d de %b %H:%M"
174
+ long: "%d de %B de %Y a las %H:%M"
175
+ am: "am"
176
+ pm: "pm"
@@ -0,0 +1,107 @@
1
+ ja:
2
+ ice_cube:
3
+ pieces_connector: ' / '
4
+ not: '%{target}以外'
5
+ not_on: '%{target}以外'
6
+ date:
7
+ formats:
8
+ default: '%Y年%m月%d日'
9
+ month_names:
10
+ -
11
+ - 1月
12
+ - 2月
13
+ - 3月
14
+ - 4月
15
+ - 5月
16
+ - 6月
17
+ - 7月
18
+ - 8月
19
+ - 9月
20
+ - 10月
21
+ - 11月
22
+ - 12月
23
+ day_names:
24
+ - 日曜
25
+ - 月曜
26
+ - 火曜
27
+ - 水曜
28
+ - 木曜
29
+ - 金曜
30
+ - 土曜
31
+ times:
32
+ other: '%{count}回'
33
+ one: '%{count}回'
34
+ until: '%{date}まで'
35
+ days_of_week: '%{segments}%{day}'
36
+ days_of_month:
37
+ other: '%{segments}日'
38
+ one: '%{segments}日'
39
+ days_of_year:
40
+ other: '%{segments}日'
41
+ one: '%{segments}日'
42
+ at_hours_of_the_day:
43
+ other: '%{segments}時'
44
+ one: '%{segments}時'
45
+ on_minutes_of_hour:
46
+ other: '%{segments}分'
47
+ one: '%{segments}分'
48
+ on_seconds_of_minute:
49
+ other: '%{segments}秒'
50
+ one: '%{segments}秒'
51
+ each_second:
52
+ one: 毎秒
53
+ other: '%{count}秒ごと'
54
+ each_minute:
55
+ one: 毎分
56
+ other: '%{count}分ごと'
57
+ each_hour:
58
+ one: 毎時間
59
+ other: '%{count}時間ごと'
60
+ each_day:
61
+ one: 毎日
62
+ other: '%{count}日ごと'
63
+ each_week:
64
+ one: 毎週
65
+ other: '%{count}週間ごと'
66
+ each_month:
67
+ one: 毎月
68
+ other: '%{count}ヶ月ごと'
69
+ each_year:
70
+ one: 毎年
71
+ other: '%{count}年ごと'
72
+ 'on': '%{sentence}'
73
+ in: '%{target}'
74
+ integer:
75
+ negative: '最終%{ordinal}'
76
+ literal_ordinals:
77
+ -1: 最終
78
+ -2: 最後から2番目の
79
+ ordinal: '%{ordinal}%{number}'
80
+ ordinals:
81
+ default: ''
82
+ on_weekends: 週末
83
+ on_weekdays: 平日
84
+ days_on:
85
+ - 日曜
86
+ - 月曜
87
+ - 火曜
88
+ - 水曜
89
+ - 木曜
90
+ - 金曜
91
+ - 土曜
92
+ on_days: '%{days}'
93
+ array:
94
+ last_word_connector: '、'
95
+ two_words_connector: '、'
96
+ words_connector: '、'
97
+ string:
98
+ format:
99
+ day: '%{rest}%{current}'
100
+ day_of_week: '%{rest}%{current}'
101
+ day_of_month: '%{rest}%{current}'
102
+ day_of_year: '%{rest}%{current}'
103
+ hour_of_day: '%{rest}%{current}'
104
+ minute_of_hour: '%{rest}%{current}'
105
+ until: '%{current}%{rest}'
106
+ count: '%{rest}%{current}'
107
+ default: '%{rest}%{current}'
@@ -1,5 +1,5 @@
1
1
  module IceCube
2
2
 
3
- VERSION = '0.13.1'
3
+ VERSION = '0.13.2'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ice_cube
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.1
4
+ version: 0.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Crepezzi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-07 00:00:00.000000000 Z
11
+ date: 2015-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -87,6 +87,9 @@ executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
+ - config/locales/en.yml
91
+ - config/locales/es.yml
92
+ - config/locales/ja.yml
90
93
  - lib/ice_cube.rb
91
94
  - lib/ice_cube/builders/hash_builder.rb
92
95
  - lib/ice_cube/builders/ical_builder.rb