radiant-people-extension.gemspec in radiant-people-extension-1.0.0 vs radiant-people-extension.gemspec in radiant-people-extension-1.1.0
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{radiant-people-extension}
- s.version = "1.0.0"
+ s.version = "1.1.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jim Gay"]
- s.date = %q{2010-01-19}
+ s.date = %q{2010-07-25}
s.description = %q{A generic and extendable way to manage people in Radiant CMS}
s.email = %q{jim@saturnflyer.com}
s.extra_rdoc_files = [
"README"
]
@@ -26,10 +26,12 @@
"app/views/admin/people/_form.html.haml",
"app/views/admin/people/_person.html.haml",
"app/views/admin/people/edit.html.haml",
"app/views/admin/people/index.html.haml",
"app/views/admin/people/new.html.haml",
+ "config/locales/en.yml",
+ "config/routes.rb",
"cucumber.yml",
"db/migrate/20090905004948_create_people.rb",
"features/support/env.rb",
"features/support/paths.rb",
"lib/tasks/people_extension_tasks.rake",
@@ -42,11 +44,11 @@
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/saturnflyer/radiant-people-extension}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.3.5}
+ s.rubygems_version = %q{1.3.7}
s.summary = %q{Manage People in Radiant CMS}
s.test_files = [
"spec/controllers/admin/people_controller_spec.rb",
"spec/helpers/admin/people_helper_spec.rb",
"spec/models/person_spec.rb",
@@ -55,10 +57,10 @@
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<will_paginate>, [">= 0"])
s.add_runtime_dependency(%q<searchlogic>, [">= 0"])
s.add_runtime_dependency(%q<merger>, [">= 0"])
else
s.add_dependency(%q<will_paginate>, [">= 0"])