custom-angular-ui-select-rails 3.0 → 4.0

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: be1e1303f96895836252d2645a8177fcf500eb68
4
- data.tar.gz: 90e015f423e415436ae1294627bdc429fb7ed4c1
3
+ metadata.gz: cf9b29d597db10a117629814036a6aa0e9239e9e
4
+ data.tar.gz: 961b9bc1f8d1f292039a2e681e0b9a448ee7174e
5
5
  SHA512:
6
- metadata.gz: bf9c72bb3cb4ba261bb87380458be1fe1fd072f4fd016b72c6515aab2a4df9be3b6c35c83ed2b421234fab3d9877b615def0d47b379eb20e083bb47988b56e86
7
- data.tar.gz: 0b023df6e4111db81d2073d1392736d56b09bc15fc7aef54597f8e02c9d4fef907314be0c44862a9c16c8f2f7c9675a8a1eeb5ac7920e21f4855404d47be77e2
6
+ metadata.gz: 80b219591472572c871b207c5bf1d9fda1394b662ea879211e447750e904d418eaba3f94a609cc9db5f6c58c13bb2d77613f889205644db12655cafc919092a7
7
+ data.tar.gz: 9af62412e5d755e2d318f658ca0403c12011b7406e631d543f56b0f423000e9e307f912d7757050b7df81cf587be3188876e8c4c6ada7a3760251bb6d8c2cdd0
@@ -1,11 +1,12 @@
1
- require "custom-angular-ui-select-rails/version"
1
+ require 'custom-angular-ui-select-rails/version'
2
2
 
3
3
  module Angular
4
4
  module Custom
5
5
  module Ui
6
6
  module Select
7
7
  module Rails
8
- VERSION = '3.0'
8
+ class Engine < ::Rails::Engine
9
+ end
9
10
  end
10
11
  end
11
12
  end
@@ -3,7 +3,7 @@ module Angular
3
3
  module Ui
4
4
  module Select
5
5
  module Rails
6
- VERSION = '3.0'
6
+ VERSION = '4.0'
7
7
  end
8
8
  end
9
9
  end
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * ui-select
3
- * https://github.com/Neithar/angular-ui-select-rails
4
- * Version: 3.0 - 2015-07-28T03:50:59.076Z
3
+ * https://github.com/Neithar/custom-angular-ui-select-rails
4
+ * Version: 4.0 - 2015-07-28T03:50:59.076Z
5
5
  * License: MIT
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * ui-select
3
- * https://github.com/Neithar/angular-ui-select-rails
4
- * Version: 3.0 - 2016-07-28T03:50:59.080Z
3
+ * https://github.com/Neithar/custom-angular-ui-select-rails
4
+ * Version: 4.0 - 2016-07-28T03:50:59.080Z
5
5
  * License: MIT
6
6
  */
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: custom-angular-ui-select-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: '3.0'
4
+ version: '4.0'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sonia BM