not_naughty 0.5 → 0.5.1

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.
Files changed (3) hide show
  1. data/CHANGELOG +3 -0
  2. data/Rakefile +2 -1
  3. metadata +11 -3
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ === 0.5.1 (2008-03-17)
2
+ * fixed missing dependency
3
+
1
4
  === 0.5 (2008-03-17)
2
5
  * added an error handler, can now handle SQL validation errors
3
6
  * renamed Errors to Violation and merged it with ValidationException
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ include FileUtils
9
9
  # Configuration
10
10
  ##############################################################################
11
11
  NAME = "not_naughty"
12
- VERS = "0.5"
12
+ VERS = "0.5.1"
13
13
  CLEAN.include ["**/.*.sw?", "pkg/*", ".config", "doc/*", "coverage/*"]
14
14
  RDOC_OPTS = [
15
15
  "--quiet",
@@ -86,6 +86,7 @@ spec = Gem::Specification.new do |s|
86
86
  s.email = "florian.assmann@oniversus.de"
87
87
  s.homepage = "http://not-naughty.rubyforge.org"
88
88
  s.required_ruby_version = ">= 1.8.4"
89
+ s.add_dependency("rubytree",">=0.5.2")
89
90
 
90
91
  s.files = %w(COPYING README Rakefile) + Dir.glob("{doc,spec,lib}/**/*")
91
92
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: not_naughty
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.5"
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Florian A\xC3\x9Fmann"
@@ -11,8 +11,16 @@ cert_chain: []
11
11
 
12
12
  date: 2008-03-17 00:00:00 +01:00
13
13
  default_executable:
14
- dependencies: []
15
-
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: rubytree
17
+ version_requirement:
18
+ version_requirements: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 0.5.2
23
+ version:
16
24
  description: Heavily armed validation framework.
17
25
  email: florian.assmann@oniversus.de
18
26
  executables: []