korobkov-validates-constancy-rails-plugin 1.0.20090408 → 1.0.20090910

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.
@@ -0,0 +1,5 @@
1
+ en:
2
+ activerecord:
3
+ errors:
4
+ messages:
5
+ constancy: "can't be changed"
@@ -0,0 +1,5 @@
1
+ ru:
2
+ activerecord:
3
+ errors:
4
+ messages:
5
+ constancy: "не может быть изменён"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: korobkov-validates-constancy-rails-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.20090408
4
+ version: 1.0.20090910
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nils Jonsson
@@ -33,16 +33,17 @@ extra_rdoc_files:
33
33
  - README.rdoc
34
34
  files:
35
35
  - CHANGELOG
36
- - Rakefile
37
36
  - MIT-LICENSE
38
37
  - README.rdoc
38
+ - Rakefile
39
39
  - init.rb
40
+ - config/locales/en.yml
41
+ - config/locales/ru.yml
40
42
  - lib/validates_constancy.rb
41
43
  - lib/validates_constancy/constancy_validation.rb
42
44
  - test/README.rdoc
43
45
  has_rdoc: true
44
46
  homepage: http://constancy.rubyforge.org/
45
- licenses:
46
47
  post_install_message:
47
48
  rdoc_options:
48
49
  - --title
@@ -66,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
67
  requirements: []
67
68
 
68
69
  rubyforge_project: constancy
69
- rubygems_version: 1.3.5
70
+ rubygems_version: 1.2.0
70
71
  signing_key:
71
72
  specification_version: 2
72
73
  summary: "[Rails] Adds a 'validates_constancy_of' validation to Active Record. It allows you to protect model attributes from being changed after a record is created."