selectize-rails-duplicates-patch 0.0.1 → 0.0.2

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selectize-rails-duplicates-patch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Young
@@ -54,9 +54,17 @@ files:
54
54
  - Rakefile
55
55
  - bin/console
56
56
  - bin/setup
57
+ - lib/selectize-rails-duplicates-patch.rb
57
58
  - lib/selectize/rails/duplicates/patch.rb
59
+ - lib/selectize/rails/duplicates/patch/engine.rb
58
60
  - lib/selectize/rails/duplicates/patch/version.rb
59
61
  - selectize-rails-duplicates-patch.gemspec
62
+ - vendor/assets/javascripts/selectize.js
63
+ - vendor/assets/stylesheets/selectize.bootstrap2.css
64
+ - vendor/assets/stylesheets/selectize.bootstrap3.css
65
+ - vendor/assets/stylesheets/selectize.css
66
+ - vendor/assets/stylesheets/selectize.default.css
67
+ - vendor/assets/stylesheets/selectize.legacy.css
60
68
  homepage: https://github.com/kwyoung11/selectize-rails-duplicates-patch.
61
69
  licenses:
62
70
  - MIT