active_record_stash 0.0.0 → 0.1.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.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/active_record_stash.gemspec +2 -2
- metadata +5 -5
data/Rakefile
CHANGED
|
@@ -6,7 +6,7 @@ begin
|
|
|
6
6
|
Jeweler::Tasks.new do |gem|
|
|
7
7
|
gem.name = "active_record_stash"
|
|
8
8
|
gem.summary = %Q{allow attributes stored in serialized columns to be first class active record attributes}
|
|
9
|
-
gem.description = %Q{provide validations and form
|
|
9
|
+
gem.description = %Q{provide validations and form helper functionality to attributes stored in serialized ActiveRecord columns}
|
|
10
10
|
gem.email = "stefan.penner@gmail.com"
|
|
11
11
|
gem.homepage = "http://github.com/stefanpenner/active_record_stash"
|
|
12
12
|
gem.authors = ["Stefan Penner"]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.1.1
|
data/active_record_stash.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{active_record_stash}
|
|
8
|
-
s.version = "0.
|
|
8
|
+
s.version = "0.1.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Stefan Penner"]
|
|
12
12
|
s.date = %q{2010-06-20}
|
|
13
|
-
s.description = %q{provide validations and form
|
|
13
|
+
s.description = %q{provide validations and form helper functionality to attributes stored in serialized ActiveRecord columns}
|
|
14
14
|
s.email = %q{stefan.penner@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE",
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_record_stash
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
version: 0.
|
|
8
|
+
- 1
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Stefan Penner
|
|
@@ -34,7 +34,7 @@ dependencies:
|
|
|
34
34
|
version: 1.2.9
|
|
35
35
|
type: :development
|
|
36
36
|
version_requirements: *id001
|
|
37
|
-
description: provide validations and form
|
|
37
|
+
description: provide validations and form helper functionality to attributes stored in serialized ActiveRecord columns
|
|
38
38
|
email: stefan.penner@gmail.com
|
|
39
39
|
executables: []
|
|
40
40
|
|