dynamic_form 1.1.2 → 1.1.3

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 (5) hide show
  1. data/Gemfile +1 -1
  2. data/Gemfile.lock +31 -31
  3. data/VERSION +1 -1
  4. data/dynamic_form.gemspec +2 -2
  5. metadata +4 -4
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
1
  source 'http://rubygems.org'
2
2
 
3
- gem 'rails', '3.0.0.rc2'
3
+ gem 'rails', '3.0.0'
4
4
  gem 'mocha'
@@ -2,12 +2,12 @@ GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
4
  abstract (1.0.0)
5
- actionmailer (3.0.0.rc2)
6
- actionpack (= 3.0.0.rc2)
5
+ actionmailer (3.0.0)
6
+ actionpack (= 3.0.0)
7
7
  mail (~> 2.2.5)
8
- actionpack (3.0.0.rc2)
9
- activemodel (= 3.0.0.rc2)
10
- activesupport (= 3.0.0.rc2)
8
+ actionpack (3.0.0)
9
+ activemodel (= 3.0.0)
10
+ activesupport (= 3.0.0)
11
11
  builder (~> 2.1.2)
12
12
  erubis (~> 2.6.6)
13
13
  i18n (~> 0.4.1)
@@ -15,21 +15,21 @@ GEM
15
15
  rack-mount (~> 0.6.12)
16
16
  rack-test (~> 0.5.4)
17
17
  tzinfo (~> 0.3.23)
18
- activemodel (3.0.0.rc2)
19
- activesupport (= 3.0.0.rc2)
18
+ activemodel (3.0.0)
19
+ activesupport (= 3.0.0)
20
20
  builder (~> 2.1.2)
21
21
  i18n (~> 0.4.1)
22
- activerecord (3.0.0.rc2)
23
- activemodel (= 3.0.0.rc2)
24
- activesupport (= 3.0.0.rc2)
25
- arel (~> 1.0.0.rc1)
22
+ activerecord (3.0.0)
23
+ activemodel (= 3.0.0)
24
+ activesupport (= 3.0.0)
25
+ arel (~> 1.0.0)
26
26
  tzinfo (~> 0.3.23)
27
- activeresource (3.0.0.rc2)
28
- activemodel (= 3.0.0.rc2)
29
- activesupport (= 3.0.0.rc2)
30
- activesupport (3.0.0.rc2)
31
- arel (1.0.0.rc1)
32
- activesupport (>= 3.0.0.beta)
27
+ activeresource (3.0.0)
28
+ activemodel (= 3.0.0)
29
+ activesupport (= 3.0.0)
30
+ activesupport (3.0.0)
31
+ arel (1.0.1)
32
+ activesupport (~> 3.0.0)
33
33
  builder (2.1.2)
34
34
  erubis (2.6.6)
35
35
  abstract (>= 1.0.0)
@@ -43,22 +43,22 @@ GEM
43
43
  rake
44
44
  polyglot (0.3.1)
45
45
  rack (1.2.1)
46
- rack-mount (0.6.12)
46
+ rack-mount (0.6.13)
47
47
  rack (>= 1.0.0)
48
48
  rack-test (0.5.4)
49
49
  rack (>= 1.0)
50
- rails (3.0.0.rc2)
51
- actionmailer (= 3.0.0.rc2)
52
- actionpack (= 3.0.0.rc2)
53
- activerecord (= 3.0.0.rc2)
54
- activeresource (= 3.0.0.rc2)
55
- activesupport (= 3.0.0.rc2)
56
- bundler (>= 1.0.0.rc.6)
57
- railties (= 3.0.0.rc2)
58
- railties (3.0.0.rc2)
59
- actionpack (= 3.0.0.rc2)
60
- activesupport (= 3.0.0.rc2)
61
- rake (>= 0.8.3)
50
+ rails (3.0.0)
51
+ actionmailer (= 3.0.0)
52
+ actionpack (= 3.0.0)
53
+ activerecord (= 3.0.0)
54
+ activeresource (= 3.0.0)
55
+ activesupport (= 3.0.0)
56
+ bundler (~> 1.0.0)
57
+ railties (= 3.0.0)
58
+ railties (3.0.0)
59
+ actionpack (= 3.0.0)
60
+ activesupport (= 3.0.0)
61
+ rake (>= 0.8.4)
62
62
  thor (~> 0.14.0)
63
63
  rake (0.8.7)
64
64
  thor (0.14.0)
@@ -71,4 +71,4 @@ PLATFORMS
71
71
 
72
72
  DEPENDENCIES
73
73
  mocha
74
- rails (= 3.0.0.rc2)
74
+ rails (= 3.0.0)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.2
1
+ 1.1.3
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{dynamic_form}
8
- s.version = "1.1.2"
8
+ s.version = "1.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Joel Moss"]
12
- s.date = %q{2010-08-24}
12
+ s.date = %q{2010-09-05}
13
13
  s.description = %q{DynamicForm holds a few helper methods to help you deal with your Rails3 models. It includes the stripped out methods from Rails 2; error_message_on and error_messages_for. It also brings in the functionality of the custom-err-messages plugin, which provides more flexibility over your model error messages.}
14
14
  s.email = %q{joel@developwithstyle.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynamic_form
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 2
10
- version: 1.1.2
9
+ - 3
10
+ version: 1.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Joel Moss
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-24 00:00:00 +01:00
18
+ date: 2010-09-05 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency