bootstrap-combobox-rails 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ # DEPRECATED
2
+
3
+ This gem is deprecated. Use https://rubygems.org/gems/bootstrap-combobox
4
+
1
5
  # Bootstrap::Combobox::Rails
2
6
 
3
7
  Simple wrapping of [bootstrap-combobox](https://github.com/danielfarrell/bootstrap-combobox) in a gem for
@@ -1,7 +1,7 @@
1
1
  module Bootstrap
2
2
  module Combobox
3
3
  module Rails
4
- VERSION = "0.0.3"
4
+ VERSION = "0.0.4"
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-combobox-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-14 00:00:00.000000000 Z
12
+ date: 2013-07-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -27,8 +27,7 @@ dependencies:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
29
  version: '3.1'
30
- description: Simple wrapping of bootstrap-combobox in a gem for easy deployment &
31
- maintenance. Note this uses a forked version of bootstrap-combobox
30
+ description: ! 'DEPRECATED, use bootstrap-combobox: https://rubygems.org/gems/bootstrap-combobox'
32
31
  email:
33
32
  - denis@constantorbit.com
34
33
  executables: []
@@ -73,5 +72,5 @@ rubyforge_project:
73
72
  rubygems_version: 1.8.25
74
73
  signing_key:
75
74
  specification_version: 3
76
- summary: Simple wrapping of bootstrap-combobox in a gem
75
+ summary: DEPRECATED, use bootstrap-combobox
77
76
  test_files: []