bootstrap_form 2.3.0 → 2.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_form
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Potenza
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-02-18 00:00:00.000000000 Z
12
+ date: 2016-07-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -81,6 +81,7 @@ files:
81
81
  - Rakefile
82
82
  - app/assets/stylesheets/rails_bootstrap_forms.css
83
83
  - lib/bootstrap_form.rb
84
+ - lib/bootstrap_form/aliasing.rb
84
85
  - lib/bootstrap_form/form_builder.rb
85
86
  - lib/bootstrap_form/helper.rb
86
87
  - lib/bootstrap_form/helpers/bootstrap.rb
@@ -164,7 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
165
  version: '0'
165
166
  requirements: []
166
167
  rubyforge_project:
167
- rubygems_version: 2.2.2
168
+ rubygems_version: 2.6.6
168
169
  signing_key:
169
170
  specification_version: 4
170
171
  summary: Rails form builder that makes it easy to style forms using Twitter Bootstrap