jquery-time_duration_picker-rails 0.1.5 → 0.1.6
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: edc0739d46edc520613b46ed38ddc46d69dc198d
|
|
4
|
+
data.tar.gz: f45b06433285f4a0bb69a1a9063ed1fcf637e5fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 423972beece3fba6ae68d68b0726dfbebe521db9c8fd6c2d23fa8a8ada543954c794399cc3e85e6d3d044e7c45f5663dff288f9158dd1e0a7df545c83c502135
|
|
7
|
+
data.tar.gz: 07a4b954d81856b59a62a0468b14d5f61800034e2706583799b0dd06388e9d2516d087dbc22a71555e5799e8e90f6245388a468cc4ca4febd327062bd4605fdc
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* jQuery TimeDurationPicker Plugin v1.0.
|
|
2
|
+
* jQuery TimeDurationPicker Plugin v1.0.3
|
|
3
3
|
*
|
|
4
4
|
* https://github.com/digaev/jQuery-timeDurationPicker
|
|
5
5
|
*
|
|
@@ -100,6 +100,22 @@
|
|
|
100
100
|
human_seconds: 'секунд',
|
|
101
101
|
and: 'и',
|
|
102
102
|
button_ok: 'Выбрать'
|
|
103
|
+
},
|
|
104
|
+
ru_short: {
|
|
105
|
+
seconds: 'Секунды',
|
|
106
|
+
minutes: 'Минуты',
|
|
107
|
+
hours: 'Часы',
|
|
108
|
+
days: 'Дни',
|
|
109
|
+
months: 'Месяцы',
|
|
110
|
+
years: 'Годы',
|
|
111
|
+
human_years: 'г.',
|
|
112
|
+
human_months: 'мес.',
|
|
113
|
+
human_days: 'д.',
|
|
114
|
+
human_hours: 'час.',
|
|
115
|
+
human_minutes: 'мин.',
|
|
116
|
+
human_seconds: 'сек.',
|
|
117
|
+
and: 'и',
|
|
118
|
+
button_ok: 'Выбрать'
|
|
103
119
|
}
|
|
104
120
|
},
|
|
105
121
|
_create: function() {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jquery-time_duration_picker-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nikolay Digaev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
77
77
|
version: '0'
|
|
78
78
|
requirements: []
|
|
79
79
|
rubyforge_project:
|
|
80
|
-
rubygems_version: 2.
|
|
80
|
+
rubygems_version: 2.5.1
|
|
81
81
|
signing_key:
|
|
82
82
|
specification_version: 4
|
|
83
83
|
summary: jQuery.timeDurationPicker plugin
|