blacklight_advanced_search 1.1.0 → 1.1.1

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/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.1.1
@@ -30,7 +30,7 @@ module BlacklightAdvancedSearch
30
30
  if original_js.include?("require 'blacklight_advanced_search'")
31
31
  say_status("skipped", "insert into app/assets/javascripts/application.js", :yellow)
32
32
  else
33
- insert_into_file "app/assets/javascripts/application.js", :after => "//= require jquery" do
33
+ insert_into_file "app/assets/javascripts/application.js", :after => %r{//= require ['"]?jquery['"]?} do
34
34
  "\n//= require 'blacklight_advanced_search'\n\n"
35
35
  end
36
36
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blacklight_advanced_search
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 0
10
- version: 1.1.0
9
+ - 1
10
+ version: 1.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jonathan Rochkind