translations_ennder 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore ADDED
@@ -0,0 +1,8 @@
1
+ #Kde
2
+ .directory
3
+
4
+ #Bones
5
+ pkg/translations_ennder-*/**/*
6
+ pkg/translations_ennder-*/*
7
+
8
+ pkg/translations_ennder-*.tgz
data/.rvmrc ADDED
@@ -0,0 +1,2 @@
1
+ #Pour que le projet marche aussi avec passenger
2
+ rvm use 1.8.7@translations_ennder --create
data/History.txt CHANGED
@@ -57,4 +57,12 @@ format date-heure short: JJ/MM/AASS HHhMM
57
57
  Enfin testé
58
58
 
59
59
  == 1.1.3 / 2011-03-29
60
- * monkey patching localisations réactivé pour Rails 3
60
+ * monkey patching localisations réactivé pour Rails 3
61
+
62
+ == 1.1.4 / 2011-06-16
63
+ * traductions supprimées :
64
+ activerecord.models.user
65
+ activerecord.models.attributes.session.password
66
+ activerecord.models.attributes.sessions.password
67
+ activerecord.models.attributes.user.password
68
+ activerecord.models.attributes.users.password
@@ -23,17 +23,6 @@ fr:
23
23
 
24
24
  #3) ActiveRecord
25
25
  activerecord:
26
- models:
27
- user: "Utilisateur"
28
- attributes:
29
- session:
30
- password: 'Mot de passe 1'
31
- sessions:
32
- password: 'Mot de passe 2'
33
- user:
34
- password: 'Mot de passe 3'
35
- users:
36
- password: 'Mot de passe 4'
37
26
  errors:
38
27
  template:
39
28
  header:
data/version.txt CHANGED
@@ -1 +1 @@
1
- 1.1.3
1
+ 1.1.4
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: translations_ennder
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
5
- prerelease: false
4
+ hash: 27
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 3
10
- version: 1.1.3
9
+ - 4
10
+ version: 1.1.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ennder
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-29 00:00:00 +02:00
18
+ date: 2011-06-16 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- hash: 21
29
+ hash: 27
30
30
  segments:
31
31
  - 3
32
- - 6
33
- - 5
34
- version: 3.6.5
32
+ - 7
33
+ - 0
34
+ version: 3.7.0
35
35
  type: :development
36
36
  version_requirements: *id001
37
37
  description: "Ce plugin apporte des traductions standard en fran\xC3\xA7ais et anglais.\n\
@@ -53,6 +53,8 @@ extra_rdoc_files:
53
53
  - lib/translations_ennder/locales/fr.yml
54
54
  files:
55
55
  - .bnsignore
56
+ - .gitignore
57
+ - .rvmrc
56
58
  - History.txt
57
59
  - README.md
58
60
  - Rakefile
@@ -105,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
107
  requirements: []
106
108
 
107
109
  rubyforge_project: translations_ennder
108
- rubygems_version: 1.3.7
110
+ rubygems_version: 1.6.2
109
111
  signing_key:
110
112
  specification_version: 3
111
113
  summary: "Ce plugin apporte des traductions standard en fran\xC3\xA7ais et anglais."