bhf.gemspec in bhf-0.10.10 vs bhf.gemspec in bhf-0.10.11

- old
+ new

@@ -1,28 +1,29 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: bhf 0.10.10 ruby lib +# stub: bhf 0.10.11 ruby lib Gem::Specification.new do |s| s.name = "bhf" - s.version = "0.10.10" + s.version = "0.10.11" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Anton Pawlik"] - s.date = "2015-04-18" + s.date = "2015-10-02" s.description = "A simple to use Rails-Engine-Gem that offers an admin interface for trusted user. Easy integratable and highly configurable and agnostic. Works with ActiveRecord and Mongoid." s.email = "anton.pawlik@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.md" ] s.files = [ "Gemfile", "Gemfile.lock", + "Getting_Started.md", "LICENSE.txt", "README.md", "Rakefile", "VERSION", "app/assets/images/bhf/ajax_loader.gif", @@ -144,9 +145,10 @@ "config/routes.rb", "lib/bhf.rb", "lib/bhf/action_view/form_builder.rb", "lib/bhf/action_view/form_options.rb", "lib/bhf/active_record/base.rb", + "lib/bhf/controller/extension.rb", "lib/bhf/mongoid/document.rb", "lib/bhf/platform/attribute/abstract.rb", "lib/bhf/platform/attribute/column.rb", "lib/bhf/platform/attribute/reflection.rb", "lib/bhf/platform/base.rb",