fullstack-admin.gemspec in fullstack-admin-0.1.40 vs fullstack-admin.gemspec in fullstack-admin-0.1.41

- 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 = "fullstack-admin" - s.version = "0.1.40" + s.version = "0.1.41" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["mcasimir"] - s.date = "2012-08-31" + s.date = "2012-09-03" s.description = "Administration interface framework for fullstack" s.email = "maurizio.cas@gmail.com" s.extra_rdoc_files = [ "README.md" ] @@ -950,15 +950,15 @@ "app/assets/stylesheets/support/facebox.css", "app/assets/stylesheets/support/forms.css", "app/assets/stylesheets/support/plupload.css", "app/assets/stylesheets/support/uploads.css", "app/controllers/admin/base_controller.rb", + "app/controllers/admin/positionables_controller.rb", "app/controllers/admin/responder.rb", "app/controllers/admin/scaffold_controller.rb", "app/helpers/admin_form_helper.rb", "app/helpers/scaffold_helper.rb", - "app/inputs/boolean_input.rb", "app/inputs/country_input.rb", "app/inputs/daterange_input.rb", "app/inputs/datetime_input.rb", "app/inputs/file_input.rb", "app/inputs/iso3166.rb", @@ -972,10 +972,11 @@ "app/models/authenticatable.rb", "app/models/ckeditor/asset.rb", "app/models/ckeditor/attachment_file.rb", "app/models/ckeditor/picture.rb", "app/models/confirmable.rb", + "app/models/positionable.rb", "app/models/recoverable.rb", "app/models/registerable.rb", "app/models/rememberable.rb", "app/models/roleable.rb", "app/models/suspendable.rb", @@ -988,10 +989,11 @@ "app/views/admin/base/destroy.js.coffee", "app/views/admin/base/edit.html.erb", "app/views/admin/base/index.html.erb", "app/views/admin/base/new.html.erb", "app/views/admin/base/update.js.coffee", + "app/views/admin/positionables/_collection.html.erb", "app/views/kaminari/_first_page.html.erb", "app/views/kaminari/_gap.html.erb", "app/views/kaminari/_last_page.html.erb", "app/views/kaminari/_next_page.html.erb", "app/views/kaminari/_page.html.erb", @@ -1012,9 +1014,11 @@ "config/locales/iso3166.ru.yml", "config/locales/it.yml", "config/locales/kaminari.en.yml", "config/locales/kaminari.it.yml", "config/locales/labels.it.yml", + "config/locales/locale_names.en.yml", + "config/locales/locale_names.it.yml", "config/locales/resources.it.yml", "config/routes.rb", "fullstack-admin.gemspec", "lib/fullstack-admin.rb", "lib/fullstack/admin.rb",