fullstack-admin.gemspec in fullstack-admin-0.1.24 vs fullstack-admin.gemspec in fullstack-admin-0.1.25

- old
+ new

@@ -3,11 +3,11 @@ # 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.24" + s.version = "0.1.25" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["mcasimir"] s.date = "2012-08-19" s.description = "Administration interface framework for fullstack" @@ -987,9 +987,16 @@ "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/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", + "app/views/kaminari/_paginator.html.erb", + "app/views/kaminari/_prev_page.html.erb", "app/views/layouts/admin.html.erb", "config/initializers/formtastic_bootstrap_timeish_hack.rb", "config/locales/devise.en.yml", "config/locales/devise.views.en.yml", "config/locales/devise.views.it.yml",