muck-shares.gemspec in muck-shares-0.1.7 vs muck-shares.gemspec in muck-shares-0.1.8

- old
+ new

@@ -3,17 +3,17 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{muck-shares} - s.version = "0.1.7" + s.version = "0.1.8" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = ["Justin Ball"] - s.date = %q{2009-10-27} + s.authors = ["Justin Ball", "Joel Duffin"] + s.date = %q{2009-11-13} s.description = %q{The share engine for the muck system.} - s.email = %q{justinball@gmail.com} + s.email = %q{justin@tatemae.com} s.extra_rdoc_files = [ "README.rdoc" ] s.files = [ ".gitignore", @@ -85,18 +85,18 @@ "muck-shares.gemspec", "rails/init.rb", "tasks/muck_shares_tasks.rake", "test/rails_root/.gitignore", "test/rails_root/.rake_tasks", - "test/rails_root/Capfile", "test/rails_root/Rakefile", "test/rails_root/app/controllers/application_controller.rb", "test/rails_root/app/controllers/default_controller.rb", "test/rails_root/app/helpers/application_helper.rb", "test/rails_root/app/models/.keep", "test/rails_root/app/models/activity.rb", "test/rails_root/app/models/comment.rb", + "test/rails_root/app/models/profile.rb", "test/rails_root/app/models/share.rb", "test/rails_root/app/models/user.rb", "test/rails_root/app/models/user_session.rb", "test/rails_root/app/views/default/index.html.erb", "test/rails_root/app/views/layouts/default.html.erb", @@ -118,10 +118,11 @@ "test/rails_root/db/migrate/20090320174818_create_muck_permissions_and_roles.rb", "test/rails_root/db/migrate/20090402033319_add_muck_activities.rb", "test/rails_root/db/migrate/20090402234137_create_languages.rb", "test/rails_root/db/migrate/20090426041056_create_countries.rb", "test/rails_root/db/migrate/20090426041103_create_states.rb", + "test/rails_root/db/migrate/20090512013727_create_profiles.rb", "test/rails_root/db/migrate/20090602041838_create_users.rb", "test/rails_root/db/migrate/20090608073052_create_friends.rb", "test/rails_root/db/migrate/20090613173314_create_comments.rb", "test/rails_root/db/migrate/20090704220055_create_slugs.rb", "test/rails_root/db/migrate/20090704220120_acts_as_taggable_on_migration.rb", @@ -306,39 +307,22 @@ "test/rails_root/script/process/inspector", "test/rails_root/script/process/reaper", "test/rails_root/script/process/spawner", "test/rails_root/script/runner", "test/rails_root/script/server", - "test/rails_root/test/factories.rb", "test/rails_root/test/functional/.keep", "test/rails_root/test/functional/shares_controller_test.rb", - "test/rails_root/test/mocks/development/.keep", - "test/rails_root/test/mocks/test/.keep", - "test/rails_root/test/shoulda_macros/controller.rb", - "test/rails_root/test/shoulda_macros/forms.rb", - "test/rails_root/test/shoulda_macros/models.rb", - "test/rails_root/test/shoulda_macros/pagination.rb", - "test/rails_root/test/shoulda_macros/plugins.rb", "test/rails_root/test/test_helper.rb", "test/rails_root/test/unit/.keep", "test/rails_root/test/unit/share_test.rb", "test/rails_root/test/unit/user_test.rb", "test/rails_root/vendor/plugins/ssl_requirement/README", "test/rails_root/vendor/plugins/ssl_requirement/lib/ssl_requirement.rb", "test/rails_root/vendor/plugins/ssl_requirement/test/ssl_requirement_test.rb", - "test/rails_root/vendor/plugins/validation_reflection/CHANGELOG", - "test/rails_root/vendor/plugins/validation_reflection/LICENSE", - "test/rails_root/vendor/plugins/validation_reflection/README", - "test/rails_root/vendor/plugins/validation_reflection/Rakefile", - "test/rails_root/vendor/plugins/validation_reflection/about.yml", - "test/rails_root/vendor/plugins/validation_reflection/init.rb", - "test/rails_root/vendor/plugins/validation_reflection/lib/boiler_plate/validation_reflection.rb", - "test/rails_root/vendor/plugins/validation_reflection/test/test_helper.rb", - "test/rails_root/vendor/plugins/validation_reflection/test/validation_reflection_test.rb", "uninstall.rb" ] - s.homepage = %q{http://github.com/jbasdf/muck_shares} + s.homepage = %q{http://github.com/tatemae/muck_shares} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubyforge_project = %q{muck-shares} s.rubygems_version = %q{1.3.5} s.summary = %q{The share engine for the muck system} @@ -346,10 +330,11 @@ "test/rails_root/app/controllers/application_controller.rb", "test/rails_root/app/controllers/default_controller.rb", "test/rails_root/app/helpers/application_helper.rb", "test/rails_root/app/models/activity.rb", "test/rails_root/app/models/comment.rb", + "test/rails_root/app/models/profile.rb", "test/rails_root/app/models/share.rb", "test/rails_root/app/models/user.rb", "test/rails_root/app/models/user_session.rb", "test/rails_root/config/boot.rb", "test/rails_root/config/environment.rb", @@ -365,10 +350,11 @@ "test/rails_root/db/migrate/20090320174818_create_muck_permissions_and_roles.rb", "test/rails_root/db/migrate/20090402033319_add_muck_activities.rb", "test/rails_root/db/migrate/20090402234137_create_languages.rb", "test/rails_root/db/migrate/20090426041056_create_countries.rb", "test/rails_root/db/migrate/20090426041103_create_states.rb", + "test/rails_root/db/migrate/20090512013727_create_profiles.rb", "test/rails_root/db/migrate/20090602041838_create_users.rb", "test/rails_root/db/migrate/20090608073052_create_friends.rb", "test/rails_root/db/migrate/20090613173314_create_comments.rb", "test/rails_root/db/migrate/20090704220055_create_slugs.rb", "test/rails_root/db/migrate/20090704220120_acts_as_taggable_on_migration.rb", @@ -381,25 +367,15 @@ "test/rails_root/features/step_definitions/webrat_steps.rb", "test/rails_root/features/support/env.rb", "test/rails_root/features/support/paths.rb", "test/rails_root/public/dispatch.rb", "test/rails_root/script/create_project.rb", - "test/rails_root/test/factories.rb", "test/rails_root/test/functional/shares_controller_test.rb", - "test/rails_root/test/shoulda_macros/controller.rb", - "test/rails_root/test/shoulda_macros/forms.rb", - "test/rails_root/test/shoulda_macros/models.rb", - "test/rails_root/test/shoulda_macros/pagination.rb", - "test/rails_root/test/shoulda_macros/plugins.rb", "test/rails_root/test/test_helper.rb", "test/rails_root/test/unit/share_test.rb", "test/rails_root/test/unit/user_test.rb", "test/rails_root/vendor/plugins/ssl_requirement/lib/ssl_requirement.rb", - "test/rails_root/vendor/plugins/ssl_requirement/test/ssl_requirement_test.rb", - "test/rails_root/vendor/plugins/validation_reflection/init.rb", - "test/rails_root/vendor/plugins/validation_reflection/lib/boiler_plate/validation_reflection.rb", - "test/rails_root/vendor/plugins/validation_reflection/test/test_helper.rb", - "test/rails_root/vendor/plugins/validation_reflection/test/validation_reflection_test.rb" + "test/rails_root/vendor/plugins/ssl_requirement/test/ssl_requirement_test.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3