bootstrap-view-helpers 0.0.8 → 0.0.9

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.
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## v 0.0.9
4
+
5
+ * fixed bug in view path for examples page
6
+
3
7
  ## v 0.0.8
4
8
 
5
9
  * added `:with_environment_option` to `brand`
data/README.md CHANGED
@@ -63,6 +63,8 @@ See working examples served up in your application (assuming you have Bootstrap)
63
63
  http://<your app>/bootstrap_view_helpers
64
64
  ```
65
65
 
66
+ Url helpers for the example page: `bvh_path` and `bvh_url`.
67
+
66
68
  ## API Documentation
67
69
 
68
70
  Complete [API documentation](http://rubydoc.info/gems/bootstrap-view-helpers/frames/file/README.md) at [RubyGems.org](https://rubygems.org/).
@@ -14,7 +14,7 @@ module BootstrapExamples::ApplicationHelper
14
14
  private
15
15
 
16
16
  def bvh_view_dir
17
- Rails.root.join('../../app/views')
17
+ BootstrapViewHelpers::Engine.root.join('app/views')
18
18
  end
19
19
 
20
20
  end
@@ -1,3 +1,3 @@
1
1
  module BootstrapViewHelpers
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-view-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
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-05-31 00:00:00.000000000 Z
12
+ date: 2013-06-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails