bootstrap-rails-helpers 0.0.3 → 0.0.4

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: a6528628e83f9892fa12123b61de30f0bc1041f5
4
- data.tar.gz: 6e5d09c127e3cc6ea865a1880d270f1c751ca5f1
3
+ metadata.gz: 46ed54a00aa62dd90c61572ed54b8c6c834ceefe
4
+ data.tar.gz: d7fa83a74a05743730b2baae40820b01085f23a9
5
5
  SHA512:
6
- metadata.gz: af61ee98a3b9fb5b14c5499436dc68a4f4c44375388506182852f1017915732609c88233a78769e43054c48544c0e9c97f7ed850dd2c6fb52aaf935090746656
7
- data.tar.gz: e4ed941b4772a7b45187d646263f327261a6ae7f8bc5511cedbb4a7d7ec9bf5b4bdf77053c3abeb210d4846e12192ceb0a5ca20ece59437ba27e5d0756074917
6
+ metadata.gz: bff6692e1228ed46b78dfc8976beb7cf71394b29413eb33df25e2c29ad757f9b861bd707e4466ff3638f3ad70df91536b5bb11fbc312bb3c26deeb2d3ca70492
7
+ data.tar.gz: 28a99e1d17e509d875580f080cef83cf8d04443d6e1faaab8026a4b77460dddae9e25c30f61d0b8f586714b2b199d6460daeab714d4506378af4f5648aa24e1a
@@ -1,3 +1,3 @@
1
1
  module BootstrapRailsHelpers
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-rails-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - bmorrall
@@ -89,7 +89,7 @@ files:
89
89
  - app/views/bootstrap_rails_helpers/_modal_footer.html.erb
90
90
  - app/views/bootstrap_rails_helpers/_modal_header.html.erb
91
91
  - bootstrap-rails-helpers.gemspec
92
- - lib/bootstrap_rails_helpers.rb
92
+ - lib/bootstrap-rails-helpers.rb
93
93
  - lib/bootstrap_rails_helpers/railtie.rb
94
94
  - lib/bootstrap_rails_helpers/version.rb
95
95
  - spec/helpers/bootstrap_rails_helpers/breadcrumbs_helper_spec.rb