tkh_illustrations 0.0.1 → 0.0.2

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
@@ -1,6 +1,12 @@
1
1
  # TKH Illustrations
2
2
 
3
3
 
4
+ ## 0.0.x
5
+
6
+ * Fixed bug in require 'RMagick' line. Case sensitive :-(
7
+ * Locale is now part of the url instead of a param
8
+
9
+
4
10
  ## 0.0.1
5
11
 
6
12
  * Carrierwave is the main gem
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # TKH Illustrations
2
2
 
3
- This is a Rails engine with customizes file uploadin via the carrierwave gem.
3
+ This is a Rails engine with customizes file uploading via the carrierwave gem.
4
4
 
5
5
  Primarily developed for Ten Thousand Hours but we are happy to share if anybody finds it useful.
6
6
 
data/config/routes.rb CHANGED
@@ -1,3 +1,5 @@
1
1
  Rails.application.routes.draw do
2
- resources :illustrations
3
- end
2
+ scope "(:locale)", locale: /#{I18n.available_locales.join("|")}/ do
3
+ resources :illustrations
4
+ end
5
+ end
@@ -1,6 +1,6 @@
1
1
  require "tkh_illustrations/version"
2
2
  require 'carrierwave'
3
- require 'rmagick'
3
+ require 'RMagick'
4
4
  require 'stringex'
5
5
 
6
6
  module TkhIllustrations
@@ -1,3 +1,3 @@
1
1
  module TkhIllustrations
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
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.1
4
+ version: 0.0.2
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-07-26 00:00:00.000000000 Z
12
+ date: 2012-07-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -174,7 +174,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
174
174
  version: '0'
175
175
  segments:
176
176
  - 0
177
- hash: 4542903755492602415
177
+ hash: -1490081993982127481
178
178
  required_rubygems_version: !ruby/object:Gem::Requirement
179
179
  none: false
180
180
  requirements:
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
183
  version: '0'
184
184
  segments:
185
185
  - 0
186
- hash: 4542903755492602415
186
+ hash: -1490081993982127481
187
187
  requirements: []
188
188
  rubyforge_project:
189
189
  rubygems_version: 1.8.23