will_pickdate 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,13 @@
1
+ /*
2
+ * This is a manifest file that'll be compiled into application.css, which will include all the files
3
+ * listed below.
4
+ *
5
+ * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
+ * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
7
+ *
8
+ * You're free to add application-wide styles to this file and they'll appear at the top of the
9
+ * compiled file, but it's generally better to create a new file per style scope.
10
+ *
11
+ *= require_self
12
+ *= require_tree .
13
+ */
@@ -1,4 +1,3 @@
1
- /* default calendar look and feel*/
2
1
  .wpd {
3
2
  position: absolute;
4
3
  width: 208px;
@@ -1,3 +1,3 @@
1
1
  module WillPickdate
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.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.1.7
4
+ version: 0.1.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -108,7 +108,8 @@ files:
108
108
  - app/assets/javascripts/index.js
109
109
  - app/assets/javascripts/jquery.mousewheel.js
110
110
  - app/assets/javascripts/will_pickdate.js
111
- - app/assets/stylesheets/index.css
111
+ - app/assets/stylesheets/application.css
112
+ - app/assets/stylesheets/will_pickdate.css
112
113
  - lib/will_pickdate.rb
113
114
  - lib/will_pickdate/pickdate_builder.rb
114
115
  - lib/will_pickdate/version.rb