enforce_schema_rules 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README +20 -28
  2. metadata +4 -4
data/README CHANGED
@@ -42,48 +42,40 @@ Examples:
42
42
 
43
43
  Download
44
44
  --------
45
-
46
- http://github.com/eric1234/enforce_schema_rules
47
-
48
45
 
49
- Code of old plugin is located at:
46
+ Development is done at:
50
47
 
51
- http://enforce-schema-rules.googlecode.com/svn/trunk/enforce_schema_rules/
48
+ http://github.com/twinge/enforce_schema_rules
52
49
 
53
- There is also a Rubyforge project of the old plugin at:
50
+ You can install as a gem with:
54
51
 
55
- http://rubyforge.org/projects/enforce-schema/
56
-
52
+ gem install enforce_schema_rules
57
53
 
58
54
  Bugs & feedback
59
55
  ---------------
60
- Please send bug reports, patches and feedback to Eric Anderson <eric@saveyourcall.com>
56
+ Please send bug reports, patches and feedback to the GitHub project.
61
57
 
62
58
  Todo
63
59
  ----
64
- This updates main goal was to get it to work in Rails 3. Some cleanup
65
- was just a side-effect. If anybody is interested additional cleanup
66
- items include:
60
+ The main goal was recent updates was to get it to work in Rails 3. Some
61
+ cleanup was just a side-effect. If anybody is interested, additional
62
+ cleanup items include:
67
63
 
68
- * Make sure we don't need better test coverage. The original plugin
69
- had tests but I don't believe they worked completely. I fixed up
70
- all existing tests to pass but there may be coverage we are missing.
71
- * I made the smallest number of changes to get things working under
64
+ * Make sure we don't need better test coverage. The upgrades to
65
+ Rails 3 caused some test fixes but I am not sure we have coverage so
66
+ a good eye towards that would be good.
67
+ * The smallest number of changes were done to get things working under
72
68
  Rails 3. This plugin was written a while back. It might could be
73
69
  refactored using some new goodness that comes with a more recent
74
70
  ActiveRecord/Rails implementation.
75
- * I most likely dropped support for Rails 2.x. The old plugin worked
76
- fine for those (there are some warnings but they can be fixed
77
- fairly easily and don't need to be fixed). I'm not sure if we want
78
- one plugin that supports both versions but if there is demand for
79
- it somebody could probably do it without too much effort.
71
+ * I most likely dropped support for Rails 2.x. The old version works
72
+ fine for those still on Rails 2.x so I say we just drop Rails 2.x
73
+ support (there are some warnings but they can be fixed fairly easily
74
+ and don't need to be fixed).
80
75
 
81
76
  Credit
82
77
  ------
83
- This is an update to the plugin written by Josh Starcher <josh.starcher@gmail.com>.
84
- Rails 3 compatibility has been added, it has been converted to a gem
85
- for easy project inclusion and various other cleanups have been implemented.
86
- In addition the original plugin gave the following credit notes:
87
-
88
- This plugin is basically an extension of David Easley's enforce-limits
89
- plugin. Michael Schuerig provided contributed a patch and a syle lesson.
78
+ The plugin was written by Josh Starcher <josh.starcher@gmail.com>. It
79
+ was updated to Rails 3 by Eric Anderson <eric@pixelwareinc.com>. This
80
+ plugin is basically an extension of David Easley's enforce-limits
81
+ plugin. Michael Schuerig provided contributed a patch and a syle lesson.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enforce_schema_rules
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 14
10
- version: 0.0.14
9
+ - 15
10
+ version: 0.0.15
11
11
  platform: ruby
12
12
  authors:
13
13
  - Josh Starcher
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2010-10-28 00:00:00 -04:00
21
+ date: 2010-12-02 00:00:00 -05:00
22
22
  default_executable:
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency