selectize-rails 0.12.5 → 0.12.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7687356a89180103a3e4cb68d657eb9d74ee0c7672c58fcf80f0f7d62a48b9a6
4
- data.tar.gz: 129f34257e6b50d2a961f5557879a4f9ba017bd95e11045d68f45be5b3005135
3
+ metadata.gz: 29cf8db4ad8f02250422a62187585f307288daf2a9b6ffc160c4ee5d2418aa11
4
+ data.tar.gz: 887095a7d3240aea7a33da29a64635b10a6993e855f07f782c165a34744d917a
5
5
  SHA512:
6
- metadata.gz: 2a1b2b5c25460576e94535794b6ec7dc6be94fe353f2498f04d733b0af0f0c941668aad1b74d39d745007e19522bc1d97849286ad9b136365992214378e8c765
7
- data.tar.gz: 4d426c360cdf32a912f2b708d137c05b136bb994e724101abc3f5731a697b197f9d169f31a8cb613bb4bdf6cb69b96b7df7ca8dd1460861dd29738cf8c3a1c90
6
+ metadata.gz: '08a7f69c2c2d3c6f17dc28bb08ea1291d09046fa4a9c5cfbc1282a72a25a64314dcf4e68bc991dcec1613660c52fc2fd4e13c7d49dcf33cb8f4c2a36ce68e4d6'
7
+ data.tar.gz: 1a88a3e495d0e953ddd932df9c9dbd2ccaa571d0af0d5ac5ad35ca54410ac7154a32b676d512af8ea60b918219925b0be5485c20b882bfc2dd6acef7ed54217e
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # selectize-rails [![Gem Version](https://badge.fury.io/rb/selectize-rails.png)](http://badge.fury.io/rb/selectize-rails)
2
2
 
3
- selectize-rails provides the [selectize.js](http://brianreavis.github.io/selectize.js/)
3
+ selectize-rails provides the [selectize.js](https://selectize.github.io/selectize.js/)
4
4
  plugin as a Rails engine to use it within the asset pipeline.
5
5
 
6
6
  ## Installation
@@ -1,12 +1,12 @@
1
- require "rails"
2
- require "selectize-rails/version"
1
+ require 'rails'
2
+ require 'selectize-rails/version'
3
3
 
4
4
  module Selectize
5
5
  module Rails
6
- if ::Rails.version < "3.1"
7
- require "selectize-rails/railtie"
6
+ if ::Rails.version < '3.1'
7
+ require 'selectize-rails/railtie'
8
8
  else
9
- require "selectize-rails/engine"
9
+ require 'selectize-rails/engine'
10
10
  end
11
11
  end
12
12
  end
@@ -1,5 +1,5 @@
1
1
  module Selectize
2
2
  module Rails
3
- VERSION = "0.12.5"
3
+ VERSION = '0.12.6'.freeze
4
4
  end
5
5
  end
@@ -635,7 +635,7 @@
635
635
  }));
636
636
 
637
637
  /**
638
- * selectize.js (v0.12.5)
638
+ * selectize.js (v0.12.6)
639
639
  * Copyright (c) 2013–2015 Brian Reavis & contributors
640
640
  *
641
641
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
@@ -1,5 +1,5 @@
1
1
  /**
2
- * selectize.bootstrap2.css (v0.12.5) - Bootstrap 2 Theme
2
+ * selectize.bootstrap2.css (v0.12.6) - Bootstrap 2 Theme
3
3
  * Copyright (c) 2013–2015 Brian Reavis & contributors
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
@@ -1,5 +1,5 @@
1
1
  /**
2
- * selectize.bootstrap3.css (v0.12.5) - Bootstrap 3 Theme
2
+ * selectize.bootstrap3.css (v0.12.6) - Bootstrap 3 Theme
3
3
  * Copyright (c) 2013–2015 Brian Reavis & contributors
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
@@ -1,5 +1,5 @@
1
1
  /**
2
- * selectize.default.css (v0.12.5) - Default Theme
2
+ * selectize.default.css (v0.12.6) - Default Theme
3
3
  * Copyright (c) 2013–2015 Brian Reavis & contributors
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
@@ -1,5 +1,5 @@
1
1
  /**
2
- * selectize.legacy.css (v0.12.5) - Default Theme
2
+ * selectize.legacy.css (v0.12.6) - Default Theme
3
3
  * Copyright (c) 2013–2015 Brian Reavis & contributors
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
@@ -1,5 +1,5 @@
1
1
  /**
2
- * selectize.css (v0.12.5)
2
+ * selectize.css (v0.12.6)
3
3
  * Copyright (c) 2013–2015 Brian Reavis & contributors
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selectize-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.5
4
+ version: 0.12.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manuel van Rijn
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-12 00:00:00.000000000 Z
11
+ date: 2018-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler