bootstrap-switch-rails-bcj-version 3.3.2.1 → 3.3.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6e027db788a978aa33991af216e8287f856a1990
4
- data.tar.gz: 52f39728d291d624ebc44c15f718e74e6786d3f7
3
+ metadata.gz: 9e5cacc48f5f5295c08a347a4446376d93aac38e
4
+ data.tar.gz: ba6e63a7d38a4635481f6c9a16134ad98e926e9b
5
5
  SHA512:
6
- metadata.gz: e013dc8345c669ac4b8bf866ca544de9a4364d84409de12974cf5fdd209ef005c493fc93a4bf933af7b2328514b63968de2ceef30966d5de9f3c6fc63a1e0088
7
- data.tar.gz: 0957789ac3585f6a26c7ea198e362efc5e3c945ea3f18680e378abbdd1c2efa0c670f2635c42323944c49aedd536ffe5b9621f8647d717a45d613da9845f7816
6
+ metadata.gz: 45afd3564aa38b6a39c7bf5060884c495cf8731941cf6ae4064371192d177eeab6b8c6a4ca85b89b694a5137b8ab13d0745209a2e7466749539e4de38e010d0b
7
+ data.tar.gz: 0fa27a884738358abca7acfb07c2a61fd942b39209b94651e7d61396a17a8c0b0346845b64035c0214dca94c4c9bfa2ea40a7d9f6c2a83e1b3883bc5305e1fb6
@@ -1,13 +1,13 @@
1
1
  require "rails"
2
- require "bootstrap-switch-rails/version"
2
+ require "bootstrap-switch-rails-bcj-version/version"
3
3
 
4
4
  module Bootstrap
5
5
  module Switch
6
6
  module Rails
7
7
  if ::Rails.version < "3.1"
8
- require "bootstrap-switch-rails/railtie"
8
+ require "bootstrap-switch-rails-bcj-version/railtie"
9
9
  else
10
- require "bootstrap-switch-rails/engine"
10
+ require "bootstrap-switch-rails-bcj-version/engine"
11
11
  end
12
12
  end
13
13
  end
@@ -1,7 +1,7 @@
1
1
  module Bootstrap
2
2
  module Switch
3
3
  module Rails
4
- VERSION = "3.3.2.1"
4
+ VERSION = "3.3.2.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-switch-rails-bcj-version
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.2.1
4
+ version: 3.3.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blaed Johnston