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: 6aaf09e25142aa2446a917c2d9f53809525a7acb
4
- data.tar.gz: bcf7f9f1c9f541585589c2c4d18c2da52bc491b8
3
+ metadata.gz: edc0739d46edc520613b46ed38ddc46d69dc198d
4
+ data.tar.gz: f45b06433285f4a0bb69a1a9063ed1fcf637e5fe
5
5
  SHA512:
6
- metadata.gz: 4322b13ee3ec41ed9c2433c575ad518c1bfe39af05f81e07721917e085920dc071a60e02b87bdf44a6145f0ccc08e38370598f3488c65fa1fab9a3aca1675905
7
- data.tar.gz: 612078c55b80596f7388b656d600bb548b9a79cf121170ef635e554640b5b22a31ee9037d4c9646aa09dd87ec0b050d905b2ae99bc77b1fb52513a620cc7fa51
6
+ metadata.gz: 423972beece3fba6ae68d68b0726dfbebe521db9c8fd6c2d23fa8a8ada543954c794399cc3e85e6d3d044e7c45f5663dff288f9158dd1e0a7df545c83c502135
7
+ data.tar.gz: 07a4b954d81856b59a62a0468b14d5f61800034e2706583799b0dd06388e9d2516d087dbc22a71555e5799e8e90f6245388a468cc4ca4febd327062bd4605fdc
@@ -1,7 +1,7 @@
1
1
  module Jquery
2
2
  module TimeDurationPicker
3
3
  module Rails
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.6"
5
5
  end
6
6
  end
7
7
  end
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery TimeDurationPicker Plugin v1.0.2
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.5
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: 2015-12-07 00:00:00.000000000 Z
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.4.5.1
80
+ rubygems_version: 2.5.1
81
81
  signing_key:
82
82
  specification_version: 4
83
83
  summary: jQuery.timeDurationPicker plugin