titler 0.4.2 → 0.4.3
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 +4 -4
- data/lib/titler/version.rb +1 -1
- data/titler.gemspec +2 -2
- metadata +6 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13a4789f584a25f99bc7f62278d51238c373fc82
|
|
4
|
+
data.tar.gz: 6147df5590bb509ac1a1ec81c131a45c580e2305
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1bcbb281628b14ba404ab580bb6be95e02565a2df2fb18b19d843da664d449e08152c580325036dbfbe600dd4eae5ca77d09235f3f4f031bdbbf2dfff8dbd2b
|
|
7
|
+
data.tar.gz: 586bf7c2df9ec8d7ed60c3e094cf237c29b75521d48862a6ca3374ba73219a3cf47510094d3585f23cbc930f3b6facc71b0c7f321fb8d3b0330e6c990a3cc3a9
|
data/lib/titler/version.rb
CHANGED
data/titler.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Robert Travis Pierce"]
|
|
10
10
|
spec.email = ["robert@roberttravispierce.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{
|
|
13
|
-
spec.description = %q{Titler is a ruby gem that
|
|
12
|
+
spec.summary = %q{Titler is a ruby gem that automaticaly gives you useful and consistent page titles for your Rails application.}
|
|
13
|
+
spec.description = %q{Titler is a ruby gem that automaticaly gives you useful and consistent page titles for your Rails application. You can set specific page titles in the controller or view with fallbacks and useful defaults for all situations.}
|
|
14
14
|
spec.homepage = "https://github.com/roberttravispierce/titler"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: titler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robert Travis Pierce
|
|
@@ -220,10 +220,9 @@ dependencies:
|
|
|
220
220
|
- - ">="
|
|
221
221
|
- !ruby/object:Gem::Version
|
|
222
222
|
version: '0'
|
|
223
|
-
description: Titler is a ruby gem that
|
|
224
|
-
|
|
225
|
-
or view with fallbacks for all situations.
|
|
226
|
-
prefixes (e.g. "Admin | <Title of page>") automatically.
|
|
223
|
+
description: Titler is a ruby gem that automaticaly gives you useful and consistent
|
|
224
|
+
page titles for your Rails application. You can set specific page titles in the
|
|
225
|
+
controller or view with fallbacks and useful defaults for all situations.
|
|
227
226
|
email:
|
|
228
227
|
- robert@roberttravispierce.com
|
|
229
228
|
executables: []
|
|
@@ -279,8 +278,8 @@ rubyforge_project:
|
|
|
279
278
|
rubygems_version: 2.6.8
|
|
280
279
|
signing_key:
|
|
281
280
|
specification_version: 4
|
|
282
|
-
summary:
|
|
283
|
-
|
|
281
|
+
summary: Titler is a ruby gem that automaticaly gives you useful and consistent page
|
|
282
|
+
titles for your Rails application.
|
|
284
283
|
test_files:
|
|
285
284
|
- spec/configure_spec.rb
|
|
286
285
|
- spec/helpers/titler_helper_spec.rb
|