youthtree-js 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ YouthTree.withNS 'Forms.DatePicker', (ns) ->
9
9
 
10
10
  ns.makeDateTimePickers = ->
11
11
  return unless $.fn.datetimepicker?
12
- $('input.ui-date-picker').datetimepicker
12
+ $('input.ui-datetime-picker').datetimepicker
13
13
  dateFormat: ns.dateFormat
14
14
  timeFormat: ns.timeFormat
15
15
  ampm: true
@@ -15,7 +15,7 @@ YouthTree.withNS('Forms.DatePicker', function(ns) {
15
15
  if (!(typeof (_ref = $.fn.datetimepicker) !== "undefined" && _ref !== null)) {
16
16
  return null;
17
17
  }
18
- return $('input.ui-date-picker').datetimepicker({
18
+ return $('input.ui-datetime-picker').datetimepicker({
19
19
  dateFormat: ns.dateFormat,
20
20
  timeFormat: ns.timeFormat,
21
21
  ampm: true
@@ -1,5 +1,5 @@
1
1
  class YouthTreeJS
2
- VERSION = "0.4.0".freeze
2
+ VERSION = "0.4.1".freeze
3
3
 
4
4
  def self.coffeescripts_root
5
5
  File.expand_path('../coffeescripts', File.dirname(__FILE__))
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{youthtree-js}
8
- s.version = "0.4.0"
8
+ s.version = "0.4.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Darcy Laycock"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: youthtree-js
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 0
10
- version: 0.4.0
9
+ - 1
10
+ version: 0.4.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Darcy Laycock