app_frame.gemspec in app_frame-0.5.6 vs app_frame.gemspec in app_frame-0.5.7

- old
+ new

@@ -3,40 +3,43 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "app_frame" - s.version = "0.5.6" + s.version = "0.5.7" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Mateo Murphy"] - s.date = "2013-08-25" + s.date = "2013-09-03" s.description = "An app framework" s.email = "mateo.murphy@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.md" ] s.files = [ ".document", ".rspec", "Gemfile", - "Gemfile.lock", "LICENSE.txt", "README.md", "Rakefile", "VERSION", "app/assets/javascripts/app_frame/application.js", "app/assets/stylesheets/app_frame/_devise.scss", + "app/assets/stylesheets/app_frame/_forms.scss", + "app/assets/stylesheets/app_frame/_page_header.scss", + "app/assets/stylesheets/app_frame/_sidenav.scss", "app/assets/stylesheets/app_frame/_tree.scss", "app/assets/stylesheets/app_frame/application.scss", "app/controllers/app_frame/devise/confirmations_controller.rb", "app/controllers/app_frame/devise/passwords_controller.rb", "app/controllers/app_frame/devise/registrations_controller.rb", "app/controllers/app_frame/devise/sessions_controller.rb", "app/helpers/app_frame/bootstrap_helper.rb", "app/helpers/app_frame/breadcrumb_helper.rb", + "app/helpers/app_frame/layout_helper.rb", "app/helpers/app_frame/menu_helper.rb", "app/helpers/app_frame/pagination_helper.rb", "app/helpers/app_frame/resources_helper.rb", "app/helpers/app_frame/scopes_helper.rb", "app/helpers/app_frame/select_helper.rb", @@ -58,9 +61,10 @@ "app/views/application/_head.html.haml", "app/views/application/_page_header.html.haml", "app/views/application/_secondary_menu.html.haml", "app/views/application/_show.html.haml", "app/views/application/_sidebar.html.haml", + "app/views/application/_sidenav.html.haml", "app/views/application/_sub_menu.html.haml", "app/views/application/_table.html.haml", "app/views/application/_toolbar.html.haml", "app/views/application/_top_menu.html.haml", "app/views/application/edit.html.haml",