bootstrap-datepicker 1.1.1 → 1.2.0

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.
data/.gitignore CHANGED
@@ -4,4 +4,5 @@ docs/_build
4
4
  .sass-cache
5
5
  node_modules
6
6
  Gemfile.lock
7
- test/output/*
7
+ test/output/*
8
+ pkg
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bootstrap-datepicker",
3
- "version": "1.1.1",
3
+ "version": "1.2.0",
4
4
  "main": ["js/bootstrap-datepicker.js","css/datepicker.css"],
5
5
  "dependencies": {
6
6
  "jquery" : ">=1.7.1",
@@ -0,0 +1 @@
1
+ @import "../../sass/datepicker.scss";
@@ -1,4 +1,4 @@
1
- require "bootstrap/datepicker/version"
1
+ require "bootstrap-datepicker/version"
2
2
 
3
3
  module Bootstrap
4
4
  module Datepicker
@@ -8,4 +8,6 @@ module Bootstrap
8
8
  end
9
9
  end
10
10
 
11
- Compass::Frameworks.register 'bootstrap-datepicker', :path => Bootstrap::Switch.base_directory
11
+ require "bootstrap-sass"
12
+
13
+ Compass::Frameworks.register 'bootstrap-datepicker', :path => Bootstrap::Datepicker.base_directory
@@ -2,7 +2,7 @@ module Bootstrap
2
2
  module Datepicker
3
3
  # This is updated via the `grunt bump` command, which has a pretty
4
4
  # unflexible matching syntax.
5
- VERSION_STRING = "'version': '1.1.1'"
5
+ VERSION_STRING = "'version': '1.2.0'"
6
6
  # Then, just the version.
7
7
  VERSION = VERSION_STRING.match(/\d+\.\d+\.\d+/)[0]
8
8
  end
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bootstrap-datepicker",
3
3
  "description": "A datepicker for Bootstrap.",
4
- "version": "1.1.1",
4
+ "version": "1.2.0",
5
5
  "main": "js/bootstrap-datepicker.js",
6
6
  "scripts": {
7
7
  "test": "grunt test"
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 1
7
- - 1
8
- - 1
9
- version: 1.1.1
7
+ - 2
8
+ - 0
9
+ version: 1.2.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Hellein
@@ -95,6 +95,7 @@ files:
95
95
  - build/build3.less
96
96
  - build/build_standalone.less
97
97
  - build/build_standalone3.less
98
+ - compass/stylesheets/bootstrap-datepicker.scss
98
99
  - composer.json
99
100
  - css/datepicker.css
100
101
  - css/datepicker3.css