metafy 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/metafy.gemspec +3 -3
  2. metadata +5 -4
@@ -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.1"
6
+ s.version = "1.0.2"
7
7
  s.platform = Gem::Platform::RUBY
8
- s.authors = ["supercleanse","btoone"]
9
- s.email = ["support@caseproof.com"]
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.1
5
+ version: 1.0.2
6
6
  platform: ruby
7
7
  authors:
8
- - supercleanse
9
- - btoone
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
- - support@caseproof.com
29
+ - blair@caseproof.com
30
+ - btoone@gmail.com
30
31
  executables: []
31
32
 
32
33
  extensions: []