inline_forms 1.5.7 → 1.5.8

Sign up to get free protection for your applications and to get access to all the features.
data/bin/inline_forms CHANGED
@@ -118,7 +118,7 @@ module InlineForms
118
118
  gem 'jquery-rails'
119
119
  gem 'capistrano'
120
120
  gem 'will_paginate', :git => 'git://github.com/acesuares/will_paginate.git'
121
- gem 'tabs_on_rails' # , :git => 'git://github.com/acesuares/tabs_on_rails.git', :branch => 'add_remote'
121
+ gem 'tabs_on_rails', :git => 'git://github.com/acesuares/tabs_on_rails.git', :branch => 'update_remote'
122
122
  gem 'ckeditor', :git => 'git://github.com/acesuares/ckeditor.git', :branch => 'master'
123
123
  gem 'cancan', :git => 'git://github.com/acesuares/cancan.git', :branch => '2.0'
124
124
  gem 'carrierwave'
data/inline_forms.gemspec CHANGED
@@ -22,6 +22,11 @@ Gem::Specification.new do |s|
22
22
 
23
23
  s.add_dependency('rvm')
24
24
  s.add_dependency('thor')
25
+ s.add_dependency('validation_hints')
26
+ s.add_dependency('rails-i18n')
27
+ #gem 'i18n-active_record', :git => 'git://github.com/acesuares/i18n-active_record.git'
28
+
29
+
25
30
  s.add_development_dependency(%q<rspec-rails>, [">= 0"])
26
31
  s.add_development_dependency(%q<shoulda>, [">= 0"])
27
32
  s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
@@ -77,7 +77,7 @@ namespace :deploy do
77
77
  run "cd #{shared_path} && mkdir -p uploads"
78
78
  run "ln -s #{shared_path}/uploads #{release_path}/public/uploads"
79
79
  raise "Rails environment not set" unless rails_env
80
- run "cd #{release_path} && RAILS_ENV=#{rails_env} bundle exec rails g ckeditor:install "
80
+ run "cd #{release_path} && RAILS_ENV=#{rails_env} bundle exec rails g ckeditor:install -f"
81
81
  end
82
82
 
83
83
 
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module InlineForms
3
- VERSION = "1.5.7"
3
+ VERSION = "1.5.8"
4
4
  end
@@ -1,38 +1,31 @@
1
- "en":
2
- "activerecord":
3
- "models":
4
- "if_locale": "Inline Forms Taal"
5
- "if_key": "Inline Forms Vertaalsleutel"
6
- "language": "Taal"
7
- "attributes":
8
- "if_translation":
9
- "value": "vertaling"
10
- "page":
11
- "page_blurbs": "Paginatekst"
12
- "application":
13
- "name": "KBB Barometer Administratie"
14
- "inline_forms":
15
- "validators":
16
- "help":
17
- "numericality_validator": "moet een getal zijn"
18
- "is_a_curacao_id_number_validator": "Een geldig ID nummer bestaat uit:<br />4 cijfers voor het jaar<br />2 cijfers voor de maand<br />2 cijfers voor de dag<br />2 cijfers voor het volgnummer<br />Bijvoorbeeld: 1990021123."
19
- "view":
20
- "close": "Sluiten"
21
- "add_new": "Maak een %{model} aan"
22
- "undo": "Terughalen"
23
- "trash": "Weggooien"
24
- "devise":
25
- "send_instructions": "stuur instructies"
26
- "sign_up": "inschrijven"
27
- "login_with_email_and_password": "Aanmelden door email adres en wachtwoord in te voeren."
28
- "sign_in": "aanmelden"
29
- "links":
30
- "no_unlock_instructions": "geen instructies ontvangen om blokkade op te heffen?"
31
- "sign_up": "inschrijven"
32
- "sign_in": "aanmelden"
33
- "forgot_password": "wachtwoord vergeten?"
34
- "sign_in_with": "aanmelden via %{provider}"
35
- "no_instructions": "geen instructies ontvangen?"
36
- "signup_with_email_name_and_password": "Inschrijven door naam, email adres en wachtwoord (twee keer) in te voeren."
37
- "provide_email_and_we_send_instructions": "Geef ons uw email adres, dan sturen wij u instructies"
1
+ en:
2
+ succes: success.
3
+ activerecord:
4
+ models:
5
+ language: language
6
+ attributes:
7
+ client:
8
+ first_name: first name
9
+ last_name: last name
10
+ application_name: application name
11
+ inline_forms:
12
+ view:
13
+ close: close
14
+ add_new: make a new %{model}
15
+ undo: undo
16
+ trash: trash
17
+ devise:
18
+ send_instructions: send instructions
19
+ sign_up: sign up
20
+ login_with_email_and_password: login with email and password
21
+ sign_in: sign in
22
+ links:
23
+ no_unlock_instructions: did you not receive unlock instructions?
24
+ sign_up: sign up
25
+ sign_in: sing in
26
+ forgot_password: forgot password?
27
+ sign_in_with: sign in with %{provider}
28
+ no_instructions: did you not receive instructions?
29
+ signup_with_email_name_and_password: sign up with email name and password
30
+ provide_email_and_we_send_instructions: provide your email and we will send instructions
38
31
 
@@ -1,4 +1,32 @@
1
1
  nl:
2
- test: test
2
+ succes: het ding is aangemaakt.
3
+ activerecord:
4
+ models:
5
+ language: taal
6
+ attributes:
7
+ client:
8
+ first_name: voornaam
9
+ last_name: achternaam
10
+ application_name: naam van de applicatie
11
+ inline_forms:
12
+ view:
13
+ close: sluiten
14
+ add_new: Maak een nieuw %{model}
15
+ undo: terughalen
16
+ trash: weggooien
17
+ devise:
18
+ send_instructions: stuur instructies
19
+ sign_up: inschrijven
20
+ login_with_email_and_password: aanmelden door email-adres en wachtwoord in te voeren.
21
+ sign_in: aanmelden
22
+ links:
23
+ no_unlock_instructions: geen instructies ontvangen om blokkade op te heffen?
24
+ sign_up: inschrijven
25
+ sign_in: aanmelden
26
+ forgot_password: wachtwoord vergeten?
27
+ sign_in_with: aanmelden via %{provider}
28
+ no_instructions: geen instructies ontvangen?
29
+ signup_with_email_name_and_password: inschrijven door naam, email adres en wachtwoord (twee keer) in te voeren.
30
+ provide_email_and_we_send_instructions: geef ons uw email adres, dan sturen wij u instructies
3
31
 
4
32
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inline_forms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.7
4
+ version: 1.5.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-30 00:00:00.000000000 Z
12
+ date: 2012-09-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rvm
@@ -43,6 +43,38 @@ dependencies:
43
43
  - - ! '>='
44
44
  - !ruby/object:Gem::Version
45
45
  version: '0'
46
+ - !ruby/object:Gem::Dependency
47
+ name: validation_hints
48
+ requirement: !ruby/object:Gem::Requirement
49
+ none: false
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ type: :runtime
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ - !ruby/object:Gem::Dependency
63
+ name: rails-i18n
64
+ requirement: !ruby/object:Gem::Requirement
65
+ none: false
66
+ requirements:
67
+ - - ! '>='
68
+ - !ruby/object:Gem::Version
69
+ version: '0'
70
+ type: :runtime
71
+ prerelease: false
72
+ version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ! '>='
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
46
78
  - !ruby/object:Gem::Dependency
47
79
  name: rspec-rails
48
80
  requirement: !ruby/object:Gem::Requirement