Skip to content

Commit

Permalink
Update gemspec [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Aug 15, 2011
1 parent f5df868 commit f454bec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions merb-admin.gemspec
@@ -1,7 +1,11 @@
# -*- encoding: utf-8 -*-
# encoding: utf-8
require File.expand_path('../lib/merb-admin/version', __FILE__)

Gem::Specification.new do |gem|
gem.add_dependency 'builder', '~> 2.1'
gem.add_dependency 'merb-assets', '~> 1.1'
gem.add_dependency 'merb-helpers', '~> 1.1'
gem.add_dependency 'merb-slices', '~> 1.1'
gem.add_development_dependency 'activerecord', '~> 2.3'
gem.add_development_dependency 'dm-core', '~> 1.0'
gem.add_development_dependency 'dm-aggregates', '~> 1.0'
Expand All @@ -12,10 +16,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rspec', '~> 1.3'
gem.add_development_dependency 'sequel', '~> 3.18'
gem.add_development_dependency 'webrat', '~> 0.7'
gem.add_runtime_dependency 'builder', '~> 2.1'
gem.add_runtime_dependency 'merb-assets', '~> 1.1'
gem.add_runtime_dependency 'merb-helpers', '~> 1.1'
gem.add_runtime_dependency 'merb-slices', '~> 1.1'
gem.author = "Erik Michaels-Ober"
gem.description = %q{MerbAdmin is a Merb plugin that provides an easy-to-use interface for managing your data}
gem.email = 'sferik@gmail.com'
Expand Down

0 comments on commit f454bec

Please sign in to comment.