date_time_picker 0.5.1 → 0.5.2

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.
Files changed (30) hide show
  1. data/vendor/assets/i18n/date_time_picker_ca.js +2 -2
  2. data/vendor/assets/i18n/date_time_picker_cs.js +2 -2
  3. data/vendor/assets/i18n/date_time_picker_de.js +2 -2
  4. data/vendor/assets/i18n/date_time_picker_el.js +2 -2
  5. data/vendor/assets/i18n/date_time_picker_es.js +2 -2
  6. data/vendor/assets/i18n/date_time_picker_et.js +2 -2
  7. data/vendor/assets/i18n/date_time_picker_fi.js +2 -2
  8. data/vendor/assets/i18n/date_time_picker_fr.js +2 -2
  9. data/vendor/assets/i18n/date_time_picker_gl.js +2 -2
  10. data/vendor/assets/i18n/date_time_picker_he.js +2 -2
  11. data/vendor/assets/i18n/date_time_picker_hu.js +2 -2
  12. data/vendor/assets/i18n/date_time_picker_id.js +2 -2
  13. data/vendor/assets/i18n/date_time_picker_it.js +2 -2
  14. data/vendor/assets/i18n/date_time_picker_ja.js +2 -2
  15. data/vendor/assets/i18n/date_time_picker_ko.js +2 -2
  16. data/vendor/assets/i18n/date_time_picker_lt.js +2 -2
  17. data/vendor/assets/i18n/date_time_picker_nl.js +2 -2
  18. data/vendor/assets/i18n/date_time_picker_no.js +2 -2
  19. data/vendor/assets/i18n/date_time_picker_pl.js +2 -2
  20. data/vendor/assets/i18n/date_time_picker_pt-BR.js +1 -1
  21. data/vendor/assets/i18n/date_time_picker_pt.js +2 -2
  22. data/vendor/assets/i18n/date_time_picker_ro.js +2 -2
  23. data/vendor/assets/i18n/date_time_picker_ru.js +2 -2
  24. data/vendor/assets/i18n/date_time_picker_sk.js +2 -2
  25. data/vendor/assets/i18n/date_time_picker_sv.js +2 -2
  26. data/vendor/assets/i18n/date_time_picker_tr.js +2 -2
  27. data/vendor/assets/i18n/date_time_picker_vi.js +2 -2
  28. data/vendor/assets/i18n/date_time_picker_zh-CN.js +2 -2
  29. data/vendor/assets/i18n/date_time_picker_zh-TW.js +2 -2
  30. metadata +9 -9
@@ -23,7 +23,7 @@ jQuery(function($){
23
23
  });
24
24
  /* Catalan translation for the jQuery Timepicker Addon */
25
25
  /* Written by Sergi Faber */
26
- (function($) {
26
+ jQuery(function($) {
27
27
  $.timepicker.regional['ca'] = {
28
28
  timeOnlyTitle: 'Escollir una hora',
29
29
  timeText: 'Hora',
@@ -40,4 +40,4 @@ jQuery(function($){
40
40
  ampm: false
41
41
  };
42
42
 
43
- })(jQuery);
43
+ });
@@ -23,7 +23,7 @@ jQuery(function($){
23
23
  });
24
24
  /* Czech translation for the jQuery Timepicker Addon */
25
25
  /* Written by Ondřej Vodáček */
26
- (function($) {
26
+ jQuery(function($) {
27
27
  $.timepicker.regional['cs'] = {
28
28
  timeOnlyTitle: 'Vyberte čas',
29
29
  timeText: 'Čas',
@@ -40,4 +40,4 @@ jQuery(function($){
40
40
  ampm: false
41
41
  };
42
42
 
43
- })(jQuery);
43
+ });
@@ -23,7 +23,7 @@ jQuery(function($){
23
23
  });
24
24
  /* German translation for the jQuery Timepicker Addon */
25
25
  /* Written by Marvin */
26
- (function($) {
26
+ jQuery(function($) {
27
27
  $.timepicker.regional['de'] = {
28
28
  timeOnlyTitle: 'Zeit Wählen',
29
29
  timeText: 'Zeit',
@@ -40,4 +40,4 @@ jQuery(function($){
40
40
  ampm: false
41
41
  };
42
42
 
43
- })(jQuery);
43
+ });
@@ -22,7 +22,7 @@ jQuery(function($){
22
22
 
23
23
  });/* Hellenic translation for the jQuery Timepicker Addon */
24
24
  /* Written by Christos Pontikis */
25
- (function($) {
25
+ jQuery(function($) {
26
26
  $.timepicker.regional['el'] = {
27
27
  timeOnlyTitle: 'Επιλογή ώρας',
28
28
  timeText: 'Ώρα',
@@ -39,4 +39,4 @@ jQuery(function($){
39
39
  ampm: false
40
40
  };
41
41
 
42
- })(jQuery);
42
+ });
@@ -22,7 +22,7 @@ jQuery(function($){
22
22
 
23
23
  });/* Spanish translation for the jQuery Timepicker Addon */
24
24
  /* Written by Ianaré Sévi */
25
- (function($) {
25
+ jQuery(function($) {
26
26
  $.timepicker.regional['es'] = {
27
27
  timeOnlyTitle: 'Elegir una hora',
28
28
  timeText: 'Hora',
@@ -39,4 +39,4 @@ jQuery(function($){
39
39
  ampm: false
40
40
  };
41
41
 
42
- })(jQuery);
42
+ });
@@ -22,7 +22,7 @@ jQuery(function($){
22
22
 
23
23
  }); /* Estonian translation for the jQuery Timepicker Addon */
24
24
  /* Written by Karl Sutt (karl@sutt.ee) */
25
- (function($) {
25
+ jQuery(function($) {
26
26
  $.timepicker.regional['et'] = {
27
27
  timeOnlyTitle: 'Vali aeg',
28
28
  timeText: 'Aeg',
@@ -39,4 +39,4 @@ jQuery(function($){
39
39
  ampm: false
40
40
  };
41
41
 
42
- })(jQuery);
42
+ });
@@ -23,7 +23,7 @@ jQuery(function($){
23
23
  });
24
24
  /* Finnish translation for the jQuery Timepicker Addon */
25
25
  /* Written by Juga Paazmaya (http://github.com/paazmaya) */
26
- (function($) {
26
+ jQuery(function($) {
27
27
  $.timepicker.regional['fi'] = {
28
28
  timeOnlyTitle: 'Valitse aika',
29
29
  timeText: 'Aika',
@@ -40,4 +40,4 @@ jQuery(function($){
40
40
  ampm: false
41
41
  };
42
42
 
43
- })(jQuery);
43
+ });
@@ -25,7 +25,7 @@ jQuery(function($){
25
25
  });
26
26
  /* French translation for the jQuery Timepicker Addon */
27
27
  /* Written by Thomas Lété */
28
- (function($) {
28
+ jQuery(function($) {
29
29
  $.timepicker.regional['fr'] = {
30
30
  timeOnlyTitle: 'Choisir une heure',
31
31
  timeText: 'Heure',
@@ -42,4 +42,4 @@ jQuery(function($){
42
42
  ampm: false
43
43
  };
44
44
 
45
- })(jQuery);
45
+ });
@@ -22,7 +22,7 @@ jQuery(function($){
22
22
 
23
23
  });/* Galician translation for the jQuery Timepicker Addon */
24
24
  /* Written by David Barral */
25
- (function($) {
25
+ jQuery(function($) {
26
26
  $.timepicker.regional['gl'] = {
27
27
  timeOnlyTitle: 'Elixir unha hora',
28
28
  timeText: 'Hora',
@@ -39,4 +39,4 @@ jQuery(function($){
39
39
  ampm: false
40
40
  };
41
41
 
42
- })(jQuery);
42
+ });
@@ -23,7 +23,7 @@ jQuery(function($){
23
23
  });
24
24
  /* Hebrew translation for the jQuery Timepicker Addon */
25
25
  /* Written by Lior Lapid */
26
- (function($) {
26
+ jQuery(function($) {
27
27
  $.timepicker.regional["he"] = {
28
28
  timeOnlyTitle: "בחירת זמן",
29
29
  timeText: "שעה",
@@ -40,4 +40,4 @@ jQuery(function($){
40
40
  ampm: false
41
41
  };
42
42
 
43
- })(jQuery);
43
+ });
@@ -23,7 +23,7 @@ jQuery(function($){
23
23
  });
24
24
  /* Hungarian translation for the jQuery Timepicker Addon */
25
25
  /* Written by Vas Gábor */
26
- (function($) {
26
+ jQuery(function($) {
27
27
  $.timepicker.regional['hu'] = {
28
28
  timeOnlyTitle: 'Válasszon időpontot',
29
29
  timeText: 'Idő',
@@ -40,4 +40,4 @@ jQuery(function($){
40
40
  ampm: false
41
41
  };
42
42
 
43
- })(jQuery);
43
+ });
@@ -22,7 +22,7 @@ jQuery(function($){
22
22
 
23
23
  });/* Indonesian translation for the jQuery Timepicker Addon */
24
24
  /* Written by Nia */
25
- (function($) {
25
+ jQuery(function($) {
26
26
  $.timepicker.regional['id'] = {
27
27
  timeOnlyTitle: 'Pilih Waktu',
28
28
  timeText: 'Waktu',
@@ -39,4 +39,4 @@ jQuery(function($){
39
39
  ampm: false
40
40
  };
41
41
 
42
- })(jQuery);
42
+ });
@@ -23,7 +23,7 @@ jQuery(function($){
23
23
  });
24
24
  /* Italian translation for the jQuery Timepicker Addon */
25
25
  /* Written by Marco "logicoder" Del Tongo */
26
- (function($) {
26
+ jQuery(function($) {
27
27
  $.timepicker.regional['it'] = {
28
28
  timeOnlyTitle: 'Scegli orario',
29
29
  timeText: 'Orario',
@@ -40,4 +40,4 @@ jQuery(function($){
40
40
  ampm: false
41
41
  };
42
42
 
43
- })(jQuery);
43
+ });
@@ -22,7 +22,7 @@ jQuery(function($){
22
22
 
23
23
  });/* Japanese translation for the jQuery Timepicker Addon */
24
24
  /* Written by Jun Omae */
25
- (function($) {
25
+ jQuery(function($) {
26
26
  $.timepicker.regional['ja'] = {
27
27
  timeOnlyTitle: '時間を選択',
28
28
  timeText: '時間',
@@ -39,4 +39,4 @@ jQuery(function($){
39
39
  ampm: false
40
40
  };
41
41
 
42
- })(jQuery);
42
+ });
@@ -22,7 +22,7 @@ jQuery(function($){
22
22
 
23
23
  });/* Korean translation for the jQuery Timepicker Addon */
24
24
  /* Written by Genie */
25
- (function($) {
25
+ jQuery(function($) {
26
26
  $.timepicker.regional['ko'] = {
27
27
  timeOnlyTitle: '시간 선택',
28
28
  timeText: '시간',
@@ -39,4 +39,4 @@ jQuery(function($){
39
39
  ampm: true
40
40
  };
41
41
 
42
- })(jQuery);
42
+ });
@@ -22,7 +22,7 @@ jQuery(function($){
22
22
 
23
23
  });/* Lithuanian translation for the jQuery Timepicker Addon */
24
24
  /* Written by Irmantas Šiupšinskas */
25
- (function($) {
25
+ jQuery(function($) {
26
26
  $.timepicker.regional['lt'] = {
27
27
  timeOnlyTitle: 'Pasirinkite laiką',
28
28
  timeText: 'Laikas',
@@ -39,4 +39,4 @@ jQuery(function($){
39
39
  ampm: false
40
40
  };
41
41
 
42
- })(jQuery);
42
+ });
@@ -22,7 +22,7 @@ jQuery(function($){
22
22
 
23
23
  });/* Dutch translation for the jQuery Timepicker Addon */
24
24
  /* Written by Martijn van der Lee */
25
- (function($) {
25
+ jQuery(function($) {
26
26
  $.timepicker.regional['nl'] = {
27
27
  timeOnlyTitle: 'Tijdstip',
28
28
  timeText: 'Tijd',
@@ -39,4 +39,4 @@ jQuery(function($){
39
39
  ampm: false
40
40
  };
41
41
 
42
- })(jQuery);
42
+ });
@@ -23,7 +23,7 @@ jQuery(function($){
23
23
  });
24
24
  /* Norwegian translation for the jQuery Timepicker Addon */
25
25
  /* Written by Morten Hauan (http://hauan.me) */
26
- (function($) {
26
+ jQuery(function($) {
27
27
  $.timepicker.regional['no'] = {
28
28
  timeOnlyTitle: 'Velg tid',
29
29
  timeText: 'Tid',
@@ -40,4 +40,4 @@ jQuery(function($){
40
40
  ampm: false
41
41
  };
42
42
 
43
- })(jQuery);
43
+ });
@@ -23,7 +23,7 @@ jQuery(function($){
23
23
  });
24
24
  /* Polish translation for the jQuery Timepicker Addon */
25
25
  /* Written by Michał Pena */
26
- (function($) {
26
+ jQuery(function($) {
27
27
  $.timepicker.regional['pl'] = {
28
28
  timeOnlyTitle: 'Wybierz godzinę',
29
29
  timeText: 'Czas',
@@ -40,4 +40,4 @@ jQuery(function($){
40
40
  ampm: false
41
41
  };
42
42
 
43
- })(jQuery);
43
+ });
@@ -39,4 +39,4 @@ jQuery(function($){
39
39
  ampm: false
40
40
  };
41
41
 
42
- })(jQuery);
42
+ });
@@ -21,7 +21,7 @@ jQuery(function($){
21
21
 
22
22
  });/* Portuguese translation for the jQuery Timepicker Addon */
23
23
  /* Written by Luan Almeida */
24
- (function($) {
24
+ jQuery(function($) {
25
25
  $.timepicker.regional['pt'] = {
26
26
  timeOnlyTitle: 'Escolha uma hora',
27
27
  timeText: 'Hora',
@@ -38,4 +38,4 @@ jQuery(function($){
38
38
  ampm: false
39
39
  };
40
40
 
41
- })(jQuery);
41
+ });
@@ -26,7 +26,7 @@ jQuery(function($){
26
26
  });
27
27
  /* Romanian translation for the jQuery Timepicker Addon */
28
28
  /* Written by Romeo Adrian Cioaba */
29
- (function($) {
29
+ jQuery(function($) {
30
30
  $.timepicker.regional['ro'] = {
31
31
  timeOnlyTitle: 'Alegeţi o oră',
32
32
  timeText: 'Timp',
@@ -43,4 +43,4 @@ jQuery(function($){
43
43
  ampm: false
44
44
  };
45
45
 
46
- })(jQuery);
46
+ });
@@ -22,7 +22,7 @@ jQuery(function($){
22
22
 
23
23
  });/* Russian translation for the jQuery Timepicker Addon */
24
24
  /* Written by Trent Richardson */
25
- (function($) {
25
+ jQuery(function($) {
26
26
  $.timepicker.regional['ru'] = {
27
27
  timeOnlyTitle: 'Выберите время',
28
28
  timeText: 'Время',
@@ -39,4 +39,4 @@ jQuery(function($){
39
39
  ampm: false
40
40
  };
41
41
 
42
- })(jQuery);
42
+ });
@@ -23,7 +23,7 @@ jQuery(function($){
23
23
  });
24
24
  /* Slovak translation for the jQuery Timepicker Addon */
25
25
  /* Written by David Vallner */
26
- (function($) {
26
+ jQuery(function($) {
27
27
  $.timepicker.regional['sk'] = {
28
28
  timeOnlyTitle: 'Zvoľte čas',
29
29
  timeText: 'Čas',
@@ -40,4 +40,4 @@ jQuery(function($){
40
40
  ampm: false
41
41
  };
42
42
 
43
- })(jQuery);
43
+ });
@@ -23,7 +23,7 @@ jQuery(function($){
23
23
  });
24
24
  /* Swedish translation for the jQuery Timepicker Addon */
25
25
  /* Written by Nevon */
26
- (function($) {
26
+ jQuery(function($) {
27
27
  $.timepicker.regional['sv'] = {
28
28
  timeOnlyTitle: 'Välj en tid',
29
29
  timeText: 'Timme',
@@ -40,4 +40,4 @@ jQuery(function($){
40
40
  ampm: false
41
41
  };
42
42
 
43
- })(jQuery);
43
+ });
@@ -22,7 +22,7 @@ jQuery(function($){
22
22
 
23
23
  });/* Turkish translation for the jQuery Timepicker Addon */
24
24
  /* Written by Fehmi Can Saglam, Edited by Goktug Ozturk */
25
- (function($) {
25
+ jQuery(function($) {
26
26
  $.timepicker.regional['tr'] = {
27
27
  timeOnlyTitle: 'Zaman Seçiniz',
28
28
  timeText: 'Zaman',
@@ -39,4 +39,4 @@ jQuery(function($){
39
39
  ampm: false
40
40
  };
41
41
 
42
- })(jQuery);
42
+ });
@@ -23,7 +23,7 @@ jQuery(function($){
23
23
  });
24
24
  /* Vietnamese translation for the jQuery Timepicker Addon */
25
25
  /* Written by Nguyen Dinh Trung */
26
- (function($) {
26
+ jQuery(function($) {
27
27
  $.timepicker.regional['vi'] = {
28
28
  timeOnlyTitle: 'Chọn giờ',
29
29
  timeText: 'Thời gian',
@@ -40,4 +40,4 @@ jQuery(function($){
40
40
  ampm: false
41
41
  };
42
42
 
43
- })(jQuery);
43
+ });
@@ -23,7 +23,7 @@ jQuery(function($){
23
23
  });
24
24
  /* Simplified Chinese translation for the jQuery Timepicker Addon /
25
25
  / Written by Will Lu */
26
- (function($) {
26
+ jQuery(function($) {
27
27
  $.timepicker.regional['zh-CN'] = {
28
28
  timeOnlyTitle: '选择时间',
29
29
  timeText: '时间',
@@ -40,4 +40,4 @@ jQuery(function($){
40
40
  ampm: false
41
41
  };
42
42
 
43
- })(jQuery);
43
+ });
@@ -23,7 +23,7 @@ jQuery(function($){
23
23
  });
24
24
  /* Chinese translation for the jQuery Timepicker Addon */
25
25
  /* Written by Alang.lin */
26
- (function($) {
26
+ jQuery(function($) {
27
27
  $.timepicker.regional['zh-TW'] = {
28
28
  timeOnlyTitle: '選擇時分秒',
29
29
  timeText: '時間',
@@ -40,4 +40,4 @@ jQuery(function($){
40
40
  ampm: false
41
41
  };
42
42
 
43
- })(jQuery);
43
+ });
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: date_time_picker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-12-25 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec-rails
16
- requirement: &28976100 !ruby/object:Gem::Requirement
16
+ requirement: &32626440 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *28976100
24
+ version_requirements: *32626440
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: capybara
27
- requirement: &28975836 !ruby/object:Gem::Requirement
27
+ requirement: &32626128 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *28975836
35
+ version_requirements: *32626128
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: jquery-rails
38
- requirement: &28975584 !ruby/object:Gem::Requirement
38
+ requirement: &32625804 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: '0'
44
44
  type: :runtime
45
45
  prerelease: false
46
- version_requirements: *28975584
46
+ version_requirements: *32625804
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: json
49
- requirement: &28975332 !ruby/object:Gem::Requirement
49
+ requirement: &32625528 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ! '>='
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '0'
55
55
  type: :runtime
56
56
  prerelease: false
57
- version_requirements: *28975332
57
+ version_requirements: *32625528
58
58
  description:
59
59
  email: developers@majoron.com
60
60
  executables: []