admin_assistant.gemspec in admin_assistant-2.3.1 vs admin_assistant.gemspec in admin_assistant-2.3.2

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "admin_assistant" - s.version = "2.3.1" + s.version = "2.3.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Francis Hwang"] - s.date = "2013-08-16" + s.date = "2013-08-17" s.description = "admin_assistant is a Rails plugin that automates a lot of features typically needed in admin interfaces." s.email = "sera@fhwang.net" s.extra_rdoc_files = [ "README" ] @@ -148,9 +148,10 @@ "website/v1/index.markdown", "website/v1/quick_start.markdown", "website/v1/tutorial.markdown" ] s.homepage = "http://github.com/fhwang/admin_assistant" + s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "1.8.23" s.summary = "admin_assistant is a Rails plugin that automates a lot of features typically needed in admin interfaces." if s.respond_to? :specification_version then