will_pickdate 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.
@@ -0,0 +1 @@
1
+ //= require ./will_pickdate
@@ -1,3 +1,9 @@
1
+ module WillPickdate
2
+ class Engine < Rails::Engine
3
+ #auto wire
4
+ end
5
+ end
6
+
1
7
  class ActionView::Base
2
8
  def datetime_field(object_name, method, options = {})
3
9
  InstanceTag.new(object_name, method, self, options.delete(:object)).to_datetime_field_tag(options)
@@ -1,3 +1,3 @@
1
1
  module WillPickdate
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
data/lib/will_pickdate.rb CHANGED
@@ -1,2 +1,4 @@
1
- require "will_pickdate/pickdate_builder.rb"
2
- require "will_pickdate/version.rb"
1
+ module WillPickdate
2
+ require "will_pickdate/pickdate_builder.rb"
3
+ require "will_pickdate/version.rb"
4
+ 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.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -105,6 +105,7 @@ files:
105
105
  - MIT-LICENSE
106
106
  - README.md
107
107
  - Rakefile
108
+ - app/assets/javascripts/index.js
108
109
  - app/assets/javascripts/jquery.mousewheel.js
109
110
  - app/assets/javascripts/will_pickdate.js
110
111
  - lib/will_pickdate.rb