citrusbyte / schemer

On-the-fly ActiveRecord schema changes for extremely rapid prototyping.

This URL has Read+Write access

schemer / schemer.gemspec
100644 20 lines (19 sloc) 0.53 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Gem::Specification.new do |s|
  s.name = 'schemer'
  s.version = '0.0.10'
  s.summary = %{On-the-fly ActiveRecord schema changes for extremely rapid prototyping.}
  s.date = %q{2009-07-05}
  s.authors = ["Ben Alavi"]
  s.email = "ben.alavi@citrusbyte.com"
  s.homepage = "http://github.com/citrusbyte/schemer"
  s.files = [
     'README.markdown',
'LICENSE',
'Rakefile',
'lib/schemer/migrator.rb',
'lib/schemer.rb',
'lib/schemer/tasks/schemer.rake',
'rails/init.rb',
'test/schemer_test.rb'
  ]
end