Sha256: 58dccda631e2f750b9e0d2f75bd930415b0e74782b160e2f602990fa18421110
Contents?: true
Size: 793 Bytes
Versions: 2
Compression:
Stored size: 793 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib/', __FILE__) $:.unshift lib unless $:.include?(lib) require 'active_admin/version' Gem::Specification.new do |s| s.name = "active_admin" s.version = ActiveAdmin::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Greg Bell"] s.email = ["gregdbell@gmail.com"] s.homepage = "http://github.com/gregbell/active_admin" s.summary = "The missing administration framework for Ruby on Rails" s.description = "ActiveAdmin DRY's your administration UI so that you can concentrate on what's actually important" s.add_dependency 'inherited_views', '>= 0.0.1' s.add_dependency 'meta_search' s.files = Dir.glob("lib/**/*") + %w(LICENSE README.rdoc) s.require_path = 'lib' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activeadmin-0.1.1 | active_admin.gemspec |
activeadmin-0.1.0 | active_admin.gemspec |