thyone_creator 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/recipes/simple_form.rb +2 -0
  2. data/version.rb +1 -1
  3. metadata +3 -3
@@ -26,9 +26,11 @@ after_bundler do
26
26
  case config['form_option']
27
27
  when 'simple_form'
28
28
  generate 'simple_form:install'
29
+ get 'https://raw.github.com/gist/2880376/f71448837dabeb766600aed39efb3019582c632c/simple_form.zh-CN.yml', 'config/locales/simple_form.zh-CN.yml'
29
30
  when 'simple_form_bootstrap'
30
31
  if recipes.include? 'bootstrap'
31
32
  generate 'simple_form:install --bootstrap'
33
+ get 'https://raw.github.com/gist/2880376/f71448837dabeb766600aed39efb3019582c632c/simple_form.zh-CN.yml', 'config/locales/simple_form.zh-CN.yml'
32
34
  else
33
35
  say_wizard "Bootstrap not found."
34
36
  end
data/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RailsWizard
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thyone_creator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -224,7 +224,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
224
224
  version: '0'
225
225
  segments:
226
226
  - 0
227
- hash: 1673836940887641943
227
+ hash: -817212128005701454
228
228
  required_rubygems_version: !ruby/object:Gem::Requirement
229
229
  none: false
230
230
  requirements:
@@ -233,7 +233,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
233
233
  version: '0'
234
234
  segments:
235
235
  - 0
236
- hash: 1673836940887641943
236
+ hash: -817212128005701454
237
237
  requirements: []
238
238
  rubyforge_project: thyone_creator
239
239
  rubygems_version: 1.8.24