tkh_illustrations 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
 
4
4
 
5
+ ## 0.0.8
6
+
7
+ * Refactored the generation of meta title and meta description
8
+ * Added German locale but translation strings are still to come
9
+
10
+
5
11
  ## 0.0.7
6
12
 
7
13
  * Model translation of illustration name attribute with Globalize3
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This is a Rails engine with customizes file uploading via the carrierwave gem.
4
4
 
5
- Primarily developed for Ten Thousand Hours but we are happy to share if anybody finds it useful.
5
+ Primarily developed for Ten Thousand Hours but we are happy to share if anybody finds it useful. It's meant primarily to be used with the tkh_cms gem suite but over time we want it to be used individually as well. The latter implementation will be accelerated if some issues and pull requests come in, denoting some interest out there.
6
6
 
7
7
  It's still in its infancy. Many improvements to come.
8
8
 
@@ -1,5 +1,5 @@
1
- <% @meta_title = @illustration.name %>
2
- <% @meta_description = @illustration.name %>
1
+ <% content_for :meta_title, @illustration.name %>
2
+ <% content_for :meta_description, @illustration.name %>
3
3
 
4
4
  <h1>View an Illustration</h1>
5
5
 
@@ -0,0 +1,7 @@
1
+ de:
2
+
3
+ activerecord:
4
+ attributes:
5
+ illustration:
6
+ image: 'image'
7
+ name: "name"
@@ -1,3 +1,3 @@
1
1
  module TkhIllustrations
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_illustrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-03 00:00:00.000000000 Z
12
+ date: 2012-09-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -124,6 +124,7 @@ files:
124
124
  - app/views/illustrations/show.html.erb
125
125
  - config/routes.rb
126
126
  - lib/generators/tkh_illustrations/create_or_update_locales/create_or_update_locales_generator.rb
127
+ - lib/generators/tkh_illustrations/create_or_update_locales/templates/de.yml
127
128
  - lib/generators/tkh_illustrations/create_or_update_locales/templates/en.yml
128
129
  - lib/generators/tkh_illustrations/create_or_update_locales/templates/es.yml
129
130
  - lib/generators/tkh_illustrations/create_or_update_locales/templates/fr.yml
@@ -181,7 +182,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
181
182
  version: '0'
182
183
  segments:
183
184
  - 0
184
- hash: -1376230274536530257
185
+ hash: 622601014884590799
185
186
  required_rubygems_version: !ruby/object:Gem::Requirement
186
187
  none: false
187
188
  requirements:
@@ -190,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
190
191
  version: '0'
191
192
  segments:
192
193
  - 0
193
- hash: -1376230274536530257
194
+ hash: 622601014884590799
194
195
  requirements: []
195
196
  rubyforge_project:
196
197
  rubygems_version: 1.8.23