jquery-cdn 2.1.4 → 2.1.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 612c74040906b7a48f8fa487e8df298e6fb892e8
4
- data.tar.gz: af86e97eb6b29463b2a9f67fa0ce1903c78b3466
3
+ metadata.gz: 28b997e100b2f58bb11eba0aeb4f231bd84f511c
4
+ data.tar.gz: ff73c3e080a4623a55a08a8195e7caf05eaecf96
5
5
  SHA512:
6
- metadata.gz: 7b9ea36ba88709d5a859eae742f49f6c44771d65c6b11c5561077c4830c1430e92142d30420329a0eb44325b89f36c2323566c05f42ba5cb59c3ca308c04d100
7
- data.tar.gz: 927298dc954ff677f315b1646a040dad7eb0b88862a9111c196b6498f2d2a224166c535dff456f3065f39e9830be193d46b3912a9c71dcd16c189c4b5ae337f2
6
+ metadata.gz: 0bc40998718ae90daaccbe4b9b6ef137956cb38a2904e1403cc32ee3ed3d1cd66b01d0b8d43525db8f2b240440e20794bd72acef383fa5e498e4df9f9343eda5
7
+ data.tar.gz: 993b7ef22852e6c13750207268f98fb351468a9f4b84a0c2d98df21981f66345bdd3f569ad634e9006ad9f73346389b1b971e2121570f3b29381983b910a1e3c
@@ -17,7 +17,7 @@ module JqueryCdn
17
17
  # Ensure that we before jquery-rails to fix name conflict
18
18
  root = Pathname(__FILE__).dirname.join('../..').expand_path
19
19
  vendor = root.join('vendor/assets/javascripts')
20
- Rails.application.assets.prepend_path(vendor)
20
+ app.config.assets.prepend_path(vendor)
21
21
 
22
22
  # Add include_jquery helper
23
23
  ActiveSupport.on_load(:action_view) do
@@ -1,3 +1,3 @@
1
1
  module JqueryCdn
2
- VERSION = "2.1.4"
2
+ VERSION = "2.1.4.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-cdn
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.4
4
+ version: 2.1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Sitnik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-01 00:00:00.000000000 Z
11
+ date: 2015-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sprockets