will_pickdate 0.9.7 → 0.9.8

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.
@@ -33,7 +33,7 @@
33
33
  allowEmpty: false,
34
34
  inputOutputFormat: 'S', // default to unix timestamp
35
35
  animationDuration: 400,
36
- useFadeInOut: !$.browser.msie, // dont animate fade-in/fade-out for IE
36
+ useFadeInOut: $.support.opacity, // dont animate fade-in/fade-out for IE
37
37
  startView: 'month', // allowed values: {time, month, year, decades}
38
38
  positionOffset: { x: 0, y: 0 },
39
39
  minDate: null, // { date: '[date-string]', format: '[date-string-interpretation-format]' }
@@ -1,3 +1,3 @@
1
1
  module WillPickdate
2
- VERSION = "0.9.7"
2
+ VERSION = "0.9.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: will_pickdate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.7
4
+ version: 0.9.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-14 00:00:00.000000000 Z
12
+ date: 2013-05-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake