breadcrumbs_for 0.1.0 → 0.1.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -5,38 +5,36 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{breadcrumbs_for}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Dmitry Naumov"]
12
- s.date = %q{2010-09-13}
12
+ s.date = %q{2010-10-30}
13
13
  s.description = %q{Breadcrumbs for Rails done in a rails way. Built on url_for, your routes and i18n.}
14
14
  s.email = %q{naumovmail@gmail.com}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
- "README.rdoc"
17
+ "README.rdoc"
18
18
  ]
19
19
  s.files = [
20
20
  ".document",
21
- ".gitignore",
22
- "LICENSE",
23
- "README.rdoc",
24
- "Rakefile",
25
- "VERSION",
26
- "breadcrumbs_for.gemspec",
27
- "init.rb",
28
- "lib/breadcrumbs_for.rb",
29
- "test/helper.rb",
30
- "test/test_breadcrumbs_for.rb"
21
+ "LICENSE",
22
+ "README.rdoc",
23
+ "Rakefile",
24
+ "VERSION",
25
+ "breadcrumbs_for.gemspec",
26
+ "init.rb",
27
+ "lib/breadcrumbs_for.rb",
28
+ "test/helper.rb",
29
+ "test/test_breadcrumbs_for.rb"
31
30
  ]
32
31
  s.homepage = %q{http://github.com/naumov/breadcrumbs_for}
33
- s.rdoc_options = ["--charset=UTF-8"]
34
32
  s.require_paths = ["lib"]
35
33
  s.rubygems_version = %q{1.3.7}
36
34
  s.summary = %q{Breadcrumbs for Rails made right.}
37
35
  s.test_files = [
38
36
  "test/helper.rb",
39
- "test/test_breadcrumbs_for.rb"
37
+ "test/test_breadcrumbs_for.rb"
40
38
  ]
41
39
 
42
40
  if s.respond_to? :specification_version then
@@ -75,7 +75,7 @@ module BreadcrumbsFor
75
75
  when 'Symbol' # Is a namespace. Skip it
76
76
  cramb_caption(crumb.last)
77
77
  when 'String' # Is an action name. Use it
78
- string_to_caption(crumb.first) << ' «' << cramb_caption(crumb.last) << '»'
78
+ string_to_caption(crumb.first) << ' ' << cramb_caption(crumb.last)
79
79
  else # Use last item only
80
80
  cramb_caption(crumb.last)
81
81
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: breadcrumbs_for
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dmitry Naumov
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-13 00:00:00 +03:00
18
+ date: 2010-10-30 00:00:00 +03:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -43,7 +43,6 @@ extra_rdoc_files:
43
43
  - README.rdoc
44
44
  files:
45
45
  - .document
46
- - .gitignore
47
46
  - LICENSE
48
47
  - README.rdoc
49
48
  - Rakefile
@@ -58,8 +57,8 @@ homepage: http://github.com/naumov/breadcrumbs_for
58
57
  licenses: []
59
58
 
60
59
  post_install_message:
61
- rdoc_options:
62
- - --charset=UTF-8
60
+ rdoc_options: []
61
+
63
62
  require_paths:
64
63
  - lib
65
64
  required_ruby_version: !ruby/object:Gem::Requirement
data/.gitignore DELETED
@@ -1,21 +0,0 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
-
21
- ## PROJECT::SPECIFIC