titler 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 243be14d9f33906b9429d81e2dc09bcaf1787f69
4
- data.tar.gz: 7663cf50018d91b19a79d289098db27585a3b1d0
3
+ metadata.gz: 13a4789f584a25f99bc7f62278d51238c373fc82
4
+ data.tar.gz: 6147df5590bb509ac1a1ec81c131a45c580e2305
5
5
  SHA512:
6
- metadata.gz: 70c9195c1e3b2f5c5711c736d35062d23efb890202b7ce2324be402c47158ab36ed9fae7f3b8901a56002605505656f256374864d5823686e0917285e1f7323f
7
- data.tar.gz: 284f2771bbe1c0e4cf61198ae4b85011ec52b0ef203fe21cca4dd906033816fd60e7cb88874103b648355a2d624621db54c753555bb143c16c127b94953a0f5a
6
+ metadata.gz: b1bcbb281628b14ba404ab580bb6be95e02565a2df2fb18b19d843da664d449e08152c580325036dbfbe600dd4eae5ca77d09235f3f4f031bdbbf2dfff8dbd2b
7
+ data.tar.gz: 586bf7c2df9ec8d7ed60c3e094cf237c29b75521d48862a6ca3374ba73219a3cf47510094d3585f23cbc930f3b6facc71b0c7f321fb8d3b0330e6c990a3cc3a9
@@ -1,3 +1,3 @@
1
1
  module Titler
2
- VERSION = '0.4.2'
2
+ VERSION = '0.4.3'
3
3
  end
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{A gem that make titling your Rails app pages dead simple but still allows you flexibility and control.}
13
- spec.description = %q{Titler is a ruby gem that make titling your Rails app pages dead simple but still allows you flexibility and control. Set specific page titles in the controller or view with fallbacks for all situations. You can add environment and namespace prefixes (e.g. "Admin | <Title of page>") automatically.}
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.2
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 make titling your Rails app pages dead simple
224
- but still allows you flexibility and control. Set specific page titles in the controller
225
- or view with fallbacks for all situations. You can add environment and namespace
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: A gem that make titling your Rails app pages dead simple but still allows
283
- you flexibility and control.
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