Skip to content

Commit

Permalink
Add gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Sutto committed Nov 5, 2010
1 parent 4b53c40 commit 0acbbfa
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
@@ -1,4 +1,3 @@
doc/rdoc
.yardoc
pkg
title_estuary.gemspec
pkg
58 changes: 58 additions & 0 deletions title_estuary.gemspec
@@ -0,0 +1,58 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{title_estuary}
s.version = "1.1.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["James Rosen"]
s.date = %q{2010-11-05}
s.description = %q{Title Estuary speeds up development by giving you good default titles and simple customizability, including internationalization.}
s.email = %q{james.a.rosen@gmail.com}
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = [
"MIT-LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"lib/title_estuary.rb",
"lib/title_estuary/high_voltage_support.rb",
"lib/title_estuary/inherited_resources_support.rb",
"tasks/doc.task",
"tasks/gem.task",
"tasks/test.task"
]
s.homepage = %q{http://github.com/gcnovus/title_estuary}
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Title Estuary: RDoc", "--charset", "utf-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Easy, internationalized page titles}
s.test_files = [
"test/default_titles_test.rb",
"test/dynamic_page_title_test.rb",
"test/high_voltage_integration_test.rb",
"test/inherited_resources_integration_test.rb",
"test/interpolated_page_titles_test.rb",
"test/rails_integration_test.rb",
"test/shoulda_macros/page_title_macros.rb",
"test/simple_custom_titles_test.rb",
"test/test_helper.rb",
"test/village_model_and_controller.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end

0 comments on commit 0acbbfa

Please sign in to comment.