bsm-breadcrumbs 0.5.1 → 0.5.2

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.
@@ -2,7 +2,7 @@ class Breadcrumbs < Array
2
2
  module Version # :nodoc: all
3
3
  MAJOR = 0
4
4
  MINOR = 5
5
- PATCH = 1
5
+ PATCH = 2
6
6
  STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
7
7
  end
8
8
  end
@@ -0,0 +1 @@
1
+ require 'breadcrumbs'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bsm-breadcrumbs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-09-20 00:00:00.000000000 Z
13
+ date: 2013-06-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: actionpack
@@ -67,14 +67,15 @@ extensions: []
67
67
  extra_rdoc_files: []
68
68
  files:
69
69
  - README.rdoc
70
- - lib/breadcrumbs.rb
71
70
  - lib/breadcrumbs/render.rb
72
71
  - lib/breadcrumbs/action_controller_ext.rb
73
72
  - lib/breadcrumbs/version.rb
74
- - lib/breadcrumbs/render/bootstrap.rb
73
+ - lib/breadcrumbs/render/list.rb
75
74
  - lib/breadcrumbs/render/inline.rb
76
75
  - lib/breadcrumbs/render/base.rb
77
- - lib/breadcrumbs/render/list.rb
76
+ - lib/breadcrumbs/render/bootstrap.rb
77
+ - lib/breadcrumbs.rb
78
+ - lib/bsm-breadcrumbs.rb
78
79
  homepage: https://github.com/bsm/breadcrumbs
79
80
  licenses: []
80
81
  post_install_message:
@@ -95,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
96
  version: 1.3.6
96
97
  requirements: []
97
98
  rubyforge_project:
98
- rubygems_version: 1.8.24
99
+ rubygems_version: 1.8.25
99
100
  signing_key:
100
101
  specification_version: 3
101
102
  summary: Breadcrumbs is a simple plugin that adds a `breadcrumbs` object to controllers