bootswatch_rails 3.2.0.29 → 3.2.0.30

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: ba4005850dc5bae3daadcef965e1bb1c9ca9f9a5
4
- data.tar.gz: c37bd90f64b59cd11a6c9e3eb8ac2c8326106f3b
3
+ metadata.gz: 44ed23b2707c6d5c0d9839ca6653de47715b7ac6
4
+ data.tar.gz: 97eb8e96e0179f8c7ca420aa2d326c5cc48e45c9
5
5
  SHA512:
6
- metadata.gz: 1c7ca9d42b1efa1d5e2345778e31fd5b0a718014747e96766f89e525703db425b6f1a678e157ecf79ad691f97bdab0592fc2cc16e7fecf83d38903cc21b90f3e
7
- data.tar.gz: c8d2ed42e961f5fa8807198102a0ee166b2f96d1c96117c1ecefb782b3693b9a2a20c8c99a8452dd9316fa8b9ac76c412162c33f6110a0786725a59868852d0d
6
+ metadata.gz: 0c6ebd2595417dd6fe78351ddcd3a18ddfbbd4d8b0261c3c0434f99b1884b1d4f62c435e57dd97857577d73a916bedc2ea176858e8159300a1815a30493fc575
7
+ data.tar.gz: d77397a47b3a4399ca9a6f92b43df6448f839627b57a2aa0e3a7e46c41bcb7d742516094b5f793f34da9b99db11f9dca135b179bc2bc9f828eb15252a9e56856
@@ -1,6 +1,6 @@
1
1
  module BootswatchRails
2
2
  BOOTSTRAP = "3.2.0"
3
- VERSION = "3.2.0.29"
3
+ VERSION = "3.2.0.30"
4
4
 
5
5
  THEMES = [:amelia, :cerulean, :cosmo, :custom, :cyborg, :darkly, :flatly, :journal, :lumen, :paper, :readable, :sandstone, :simplex, :slate, :spacelab, :superhero, :united, :yeti]
6
6
  DEFAULT = 1
@@ -2,19 +2,23 @@ module ApplicationHelper
2
2
  def app_name
3
3
  "Demo Application"
4
4
  end
5
-
5
+
6
+ def page_title(title_text)
7
+ content_for(:title) { "#{title_text} - #{app_name}" }
8
+ end
9
+
6
10
  def brand_logo
7
11
  image_tag("Rails_logo_80.jpg")
8
12
  end
9
-
13
+
10
14
  def copyright_year
11
15
  Time.now.year
12
16
  end
13
-
17
+
14
18
  def copyright_text
15
19
  "Copyright Holder"
16
20
  end
17
-
21
+
18
22
  def copyright_link
19
23
  "http://www.example.com/"
20
24
  end
@@ -23,7 +23,7 @@ de:
23
23
  failed: "E-Mail oder Kennwort ungültig"
24
24
  success: "Willkommen und frohes Schaffen!"
25
25
  goodbye: "Tschüss und bis bald."
26
- required: "Bitte melden Sie sich zurerst an."
26
+ required: "Bitte melden Sie sich zuerst an."
27
27
 
28
28
  <%= name %>_mailer:
29
29
  reset_password_email:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswatch_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0.29
4
+ version: 3.2.0.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volker Wiegand
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-18 00:00:00.000000000 Z
11
+ date: 2014-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties