Skip to content

Commit

Permalink
unfortunately, create a compatibility gem
Browse files Browse the repository at this point in the history
  • Loading branch information
seamusabshere committed Sep 26, 2011
1 parent 347f202 commit 619f9ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mini_record.gemspec
Expand Up @@ -3,19 +3,19 @@ $:.push File.expand_path("../lib", __FILE__)
require "mini_record/version"

Gem::Specification.new do |s|
s.name = "mini_record"
s.name = "mini_record-compat"
s.version = MiniRecord::VERSION
s.authors = ["Davide D'Agostino", "Seamus Abshere"]
s.email = ["d.dagostino@lipsiasoft.com", "seamus@abshere.net"]
s.homepage = "https://github.com/DAddYE/mini_record"
s.summary = %q{MiniRecord is a micro gem that allow you to write schema inside your model as you can do in DataMapper.}
s.homepage = "https://github.com/seamusabshere/mini_record"
s.summary = %q{Alternate gem published by Seamus Abshere for ActiveRecord 3.0 support. MiniRecord is a micro gem that allow you to write schema inside your model as you can do in DataMapper.}
s.description = %q{
With it you can add the ability to create columns outside the default schema, directly
in your model in a similar way that you just know in others projects
like DataMapper or MongoMapper.
}.gsub(/^ {4}/, '')

s.rubyforge_project = "mini_record"
# s.rubyforge_project = "mini_record"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 619f9ce

Please sign in to comment.