tkh_illustrations 0.0.7 → 0.0.8
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.
data/CHANGELOG.md
CHANGED
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
|
|
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.
|
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-
|
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:
|
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:
|
194
|
+
hash: 622601014884590799
|
194
195
|
requirements: []
|
195
196
|
rubyforge_project:
|
196
197
|
rubygems_version: 1.8.23
|