metafy 1.0.1 → 1.0.2
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/metafy.gemspec +3 -3
- metadata +5 -4
data/metafy.gemspec
CHANGED
|
@@ -3,10 +3,10 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = "metafy"
|
|
6
|
-
s.version = "1.0.
|
|
6
|
+
s.version = "1.0.2"
|
|
7
7
|
s.platform = Gem::Platform::RUBY
|
|
8
|
-
s.authors = ["
|
|
9
|
-
s.email = ["
|
|
8
|
+
s.authors = ["Blair Williams","Brandon Toone"]
|
|
9
|
+
s.email = ["blair@caseproof.com","btoone@gmail.com"]
|
|
10
10
|
s.homepage = "http://blairwilliams.com/rails/metafy"
|
|
11
11
|
s.summary = %q{Dynamic Attributes Engine for Rails 3}
|
|
12
12
|
s.description = %q{Metafy is a Gem for Rails 3 that makes it possible to easily add dynamic attributes to any ActiveRecord model. These lightweight, meta attributes work just like normal database column attributes on your ActiveRecord model and are fully searchable (i.e. you can find records by values contained in these dynamic attributes).}
|
metadata
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
name: metafy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.0.
|
|
5
|
+
version: 1.0.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
|
-
-
|
|
9
|
-
-
|
|
8
|
+
- Blair Williams
|
|
9
|
+
- Brandon Toone
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
@@ -26,7 +26,8 @@ dependencies:
|
|
|
26
26
|
version_requirements: *id001
|
|
27
27
|
description: Metafy is a Gem for Rails 3 that makes it possible to easily add dynamic attributes to any ActiveRecord model. These lightweight, meta attributes work just like normal database column attributes on your ActiveRecord model and are fully searchable (i.e. you can find records by values contained in these dynamic attributes).
|
|
28
28
|
email:
|
|
29
|
-
-
|
|
29
|
+
- blair@caseproof.com
|
|
30
|
+
- btoone@gmail.com
|
|
30
31
|
executables: []
|
|
31
32
|
|
|
32
33
|
extensions: []
|