bootstrap-validator-rails 0.0.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.
@@ -0,0 +1,21 @@
1
+ /**
2
+ * BootstrapValidator (http://bootstrapvalidator.com)
3
+ * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
4
+ *
5
+ * @author http://twitter.com/nghuuphuoc
6
+ * @copyright (c) 2013 - 2014 Nguyen Huu Phuoc
7
+ * @license MIT
8
+ */
9
+
10
+ .bv-form .help-block {
11
+ margin-bottom: 0;
12
+ }
13
+ .bv-form .tooltip-inner {
14
+ text-align: left;
15
+ }
16
+ .nav-tabs li.bv-tab-success > a {
17
+ color: #3c763d;
18
+ }
19
+ .nav-tabs li.bv-tab-error > a {
20
+ color: #a94442;
21
+ }
@@ -0,0 +1,11 @@
1
+ /*!
2
+ * BootstrapValidator (http://bootstrapvalidator.com)
3
+ * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
4
+ *
5
+ * @version v0.5.0-dev, built on 2014-07-07 6:50:25 PM
6
+ * @author https://twitter.com/nghuuphuoc
7
+ * @copyright (c) 2013 - 2014 Nguyen Huu Phuoc
8
+ * @license MIT
9
+ */
10
+
11
+ .bv-form .help-block{margin-bottom:0}.bv-form .tooltip-inner{text-align:left}.nav-tabs li.bv-tab-success>a{color:#3c763d}.nav-tabs li.bv-tab-error>a{color:#a94442}
metadata ADDED
@@ -0,0 +1,100 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bootstrap-validator-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Jiri Kaipr
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-07-09 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jquery-rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ! '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '3.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ! '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '3.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: railties
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '3.0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '3.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: bundler
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ! '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '1.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '1.0'
55
+ description: ! 'Provides a form field validation JavaScript library for your Rails
56
+ application. Built for use with jQuery and Twitter Bootstrap 3. Source code: https://github.com/nghuuphuoc/bootstrapvalidator'
57
+ email:
58
+ - jiri.kaipr@gmail.com
59
+ executables: []
60
+ extensions: []
61
+ extra_rdoc_files: []
62
+ files:
63
+ - .gitignore
64
+ - MIT.license
65
+ - README.md
66
+ - bootstrap-validator-rails.gemspec
67
+ - lib/bootstrap-validator-rails.rb
68
+ - lib/bootstrap-validator-rails/engine.rb
69
+ - lib/bootstrap-validator-rails/version.rb
70
+ - vendor/assets/javascripts/bootstrapValidator.js
71
+ - vendor/assets/javascripts/bootstrapValidator.min.js
72
+ - vendor/assets/javascripts/language/en_US.js
73
+ - vendor/assets/javascripts/language/vi_VN.js
74
+ - vendor/assets/stylesheets/bootstrapValidator.css
75
+ - vendor/assets/stylesheets/bootstrapValidator.min.css
76
+ homepage: https://github.com/jkaipr/bootstrap-validator-rails
77
+ licenses: []
78
+ metadata: {}
79
+ post_install_message:
80
+ rdoc_options: []
81
+ require_paths:
82
+ - lib
83
+ required_ruby_version: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - ! '>='
86
+ - !ruby/object:Gem::Version
87
+ version: '0'
88
+ required_rubygems_version: !ruby/object:Gem::Requirement
89
+ requirements:
90
+ - - ! '>='
91
+ - !ruby/object:Gem::Version
92
+ version: '0'
93
+ requirements: []
94
+ rubyforge_project:
95
+ rubygems_version: 2.3.0
96
+ signing_key:
97
+ specification_version: 4
98
+ summary: ! 'Provides a form field validation JavaScript library for your Rails application.
99
+ Built for use with jQuery and Twitter Bootstrap 3. Source code: https://github.com/nghuuphuoc/bootstrapvalidator'
100
+ test_files: []