bootstrap-chosen-rails 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa73683064b4073c555878514841e97dd96ecebc
4
- data.tar.gz: a91f1b55048dc6ab7815f1d9321d4b8813ba9f3a
3
+ metadata.gz: d698d56dde39f2925aad6073ff2969343b3fa31d
4
+ data.tar.gz: 3d5e91e2756d520e907cacb1d395f5fbca2ca3f0
5
5
  SHA512:
6
- metadata.gz: b76588f48c765cdc6a0cd257c856b495aa9dc09a0ce2a7d9fd65f63fb5ab91d8df1026790e2224599aa302b99f304ea3b264d60e1ab6cea8978255eb64b57b13
7
- data.tar.gz: 85c4e10f665d1e0b1c76066a422b99b9f59d56028b48dcf51278486fe1ce0f92bd881c8ca598d01b0bb35eec3cbab3ed7c76ebb860acacf454a16f9db6df4eb2
6
+ metadata.gz: 045171d43a9edd4c6b9f22729d318ef308eb20c211c96609692f09c7e439233f1f7e0b85f6b11a532c0fc32589b43aa2956244dae4a59e1726ff57afae07429c
7
+ data.tar.gz: ed0e9e2cde3a72971b44da0a9ea408a08e71dfffb3cb5f287f1aec22ad88c8d4a43dd78a3bff5a38dc73df288277a231e588e7d91f5b01f7f66bcf3765b807b4
@@ -10,8 +10,9 @@ Gem::Specification.new do |s|
10
10
  s.description = "An alternate stylesheet for Chosen that integrates with Bootstrap and Rails asset pipeline."
11
11
  s.authors = ["James Carbine"]
12
12
  s.email = 'jamescarbine@gmail.com'
13
+
14
+ s.require_paths = ["lib"]
13
15
  s.files = `git ls-files`.split("\n")
14
- s.homepage =
15
- 'https://github.com/bfcoder/bootstrap-chosen-rails'
16
- s.license = 'MIT'
16
+ s.homepage = 'https://github.com/bfcoder/bootstrap-chosen-rails'
17
+ s.license = 'MIT'
17
18
  end
@@ -1,5 +1,5 @@
1
1
  module BootstrapChosenRails
2
2
  module Rails
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-chosen-rails
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
  - James Carbine