titler 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -3
  3. data/lib/titler/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7640ad0f1e74af13977c990d48e0a415e9da53cb
4
- data.tar.gz: 7f0252467cf3b2fdb2b5ea59890bcae8498e30ce
3
+ metadata.gz: 9afaa1c87c03098a84a69fa10354183eb3390c19
4
+ data.tar.gz: f6163adcfc53bd99ed6b02aa49e444fe3bf670c4
5
5
  SHA512:
6
- metadata.gz: 05a2ba2169caa18b33702128119b92d28223a355bad6a8cab97482a797488476c4060b86fbe099e2ce59b4167044eb1282e4bd8755c67d7cb1c102e50d825adb
7
- data.tar.gz: d4436a7b16d2e63d37dd77cbbd190d4ea11fba23f73175029292657c6685befd72b047b69afb74185be0f89ce5bef5d96722052c4a29736b42ed8bb5ecf3e598
6
+ metadata.gz: 7bcaa580ac6f62dd93621407efe8f7381264bb6e5ae89fa9cb788de6785111c15536554ec3d2820e1aa777aa11006fdea38239ab038e62302643700562c23383
7
+ data.tar.gz: 3f7c9be5579e0bf88670b48523dfacbeca81f9d1da3c38882a04baf82102d46769423101f8a04969a143cd51211e6642ef94ac5093e0f1f2d091c26da2172c5e
data/README.md CHANGED
@@ -99,7 +99,7 @@ There is a [titler_demo](https://github.com/roberttravispierce/titler_demo) demo
99
99
 
100
100
  ## <a name="customize"></a>How do I customize it?
101
101
 
102
- I'm working on a generator to add a config initializer and i18n locale file. In the meantime you can add a i18n locale file to change defaults (see the [titler_demo](https://github.com/roberttravispierce/titler_demo) demonstration app for an example):
102
+ I'm working on a generator to add a config initializer and i18n locale file. In the meantime you can add the files to change your defaults (see the [titler_demo](https://github.com/roberttravispierce/titler_demo) demonstration app for an example):
103
103
 
104
104
  *app/config/locales/titler.en.yml*
105
105
  ```yaml
@@ -111,8 +111,6 @@ en:
111
111
  delimiter: ' | '
112
112
  ```
113
113
 
114
- ![Note the local config initializer is not working yet.](http://messages.hellobits.com/error.svg?message=Note%20the%20local%20config%20initializer%20is%20not%20working%20yet.)
115
-
116
114
  *app/config/initializers/titler.rb*
117
115
  ```ruby
118
116
  Titler.configure do |config|
@@ -1,3 +1,3 @@
1
1
  module Titler
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
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: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Travis Pierce