consul.gemspec in consul-0.1.0 vs consul.gemspec in consul-0.1.1

- old
+ new

@@ -3,34 +3,36 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{consul} - s.version = "0.1.0" + s.version = "0.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Henning Koch"] - s.date = %q{2011-04-12} + s.date = %q{2011-04-13} s.description = %q{Consul is a scope-based authorization solution for Ruby on Rails.} s.email = %q{henning.koch@makandra.de} s.extra_rdoc_files = [ "README.rdoc" ] s.files = [ ".gitignore", "Gemfile", - "Gemfile.lock", "README.rdoc", "Rakefile", "VERSION", "consul.gemspec", "lib/consul.rb", "lib/consul/controller.rb", "lib/consul/errors.rb", "lib/consul/power.rb", "lib/consul/spec/matchers.rb", "spec/app_root/app/controllers/application_controller.rb", + "spec/app_root/app/controllers/dashboards_controller.rb", + "spec/app_root/app/controllers/songs_controller.rb", + "spec/app_root/app/controllers/users_controller.rb", "spec/app_root/app/models/client.rb", "spec/app_root/app/models/note.rb", "spec/app_root/app/models/power.rb", "spec/app_root/app/models/user.rb", "spec/app_root/config/boot.rb", @@ -47,10 +49,13 @@ "spec/app_root/db/migrate/003_create_notes.rb", "spec/app_root/lib/console_with_fixtures.rb", "spec/app_root/log/.gitignore", "spec/app_root/script/console", "spec/consul/power_spec.rb", + "spec/controllers/dashboards_controller_spec.rb", + "spec/controllers/songs_controller_spec.rb", + "spec/controllers/users_controller_spec.rb", "spec/rcov.opts", "spec/spec.opts", "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/makandra/consul} @@ -62,23 +67,29 @@ "spec/app_root/db/migrate/001_create_users.rb", "spec/app_root/db/migrate/002_create_clients.rb", "spec/app_root/db/migrate/003_create_notes.rb", "spec/app_root/config/boot.rb", "spec/app_root/config/environment.rb", - "spec/app_root/config/routes.rb", "spec/app_root/config/environments/in_memory.rb", "spec/app_root/config/environments/mysql.rb", "spec/app_root/config/environments/postgresql.rb", "spec/app_root/config/environments/sqlite.rb", "spec/app_root/config/environments/sqlite3.rb", + "spec/app_root/config/routes.rb", "spec/app_root/lib/console_with_fixtures.rb", + "spec/app_root/app/controllers/dashboards_controller.rb", "spec/app_root/app/controllers/application_controller.rb", + "spec/app_root/app/controllers/users_controller.rb", + "spec/app_root/app/controllers/songs_controller.rb", "spec/app_root/app/models/client.rb", "spec/app_root/app/models/note.rb", - "spec/app_root/app/models/power.rb", "spec/app_root/app/models/user.rb", + "spec/app_root/app/models/power.rb", "spec/consul/power_spec.rb", - "spec/spec_helper.rb" + "spec/spec_helper.rb", + "spec/controllers/users_controller_spec.rb", + "spec/controllers/dashboards_controller_spec.rb", + "spec/controllers/songs_controller_spec.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3