Skip to content

Commit

Permalink
Add a gemspec for bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Sep 23, 2010
1 parent cf83e5e commit 33e235e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dynamic_form.gemspec
@@ -0,0 +1,12 @@
Gem::Specification.new do |s|
s.name = 'dynamic_form'
s.version = '1.0.0'
s.author = 'David Heinemeier Hansson'
s.email = 'david@loudthinking.com'
s.summary = 'Deprecated dynamic form helpers: input, form, error_messages_for, error_messages_on'

s.add_dependency('rails', '>= 3.0.0')

s.files = Dir['lib/**/*']
s.require_path = 'lib'
end

0 comments on commit 33e235e

Please sign in to comment.