active_form 0.0.7 → 0.0.8

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.
data.tar.gz.sig CHANGED
Binary file
@@ -103,7 +103,7 @@ if defined?(Merb::Plugins)
103
103
 
104
104
  class Merb::ActiveFormSetup < Merb::BootLoader
105
105
 
106
- after BeforeAppRuns
106
+ after Merb::BootLoader::BeforeAppLoads
107
107
 
108
108
  def self.run
109
109
  ActiveForm::Definition.load_paths << Merb.dir_for(:form_definition)
@@ -2,7 +2,7 @@ module ActiveForm #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 7
5
+ TINY = 8
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_form
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabien Franzen
@@ -30,7 +30,7 @@ cert_chain:
30
30
  9Kl7sLBL
31
31
  -----END CERTIFICATE-----
32
32
 
33
- date: 2008-05-05 00:00:00 +02:00
33
+ date: 2008-06-11 00:00:00 +02:00
34
34
  default_executable:
35
35
  dependencies: []
36
36
 
@@ -254,7 +254,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
254
254
  requirements: []
255
255
 
256
256
  rubyforge_project: activeform
257
- rubygems_version: 1.0.1
257
+ rubygems_version: 1.1.1
258
258
  signing_key:
259
259
  specification_version: 2
260
260
  summary: ActiveForm provides a DSL for defining complete XHTML forms with validation.
metadata.gz.sig CHANGED
Binary file