Skip to content

Commit

Permalink
README and gemspec update (project URL change, mostly)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Dec 31, 2008
1 parent b1a4195 commit b5218fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.rdoc
Expand Up @@ -28,11 +28,11 @@ interface:

Git is the quickest way to the rack-contrib sources:

git clone git://github.com/rtomayko/rack-contrib.git
git clone git://github.com/rack/rack-contrib.git

Gems are currently available from GitHub clones:

gem install rtomayko-rack-contrib --source=http://gems.github.com/
gem install rack-rack-contrib --source=http://gems.github.com/

Requiring 'rack/contrib' will add autoloads to the Rack modules for all of the
components included. The following example shows what a simple rackup
Expand All @@ -50,7 +50,7 @@ components included. The following example shows what a simple rackup

=== Links

rack-contrib on GitHub:: <http://github.com/rtomayko/rack-contrib>
rack-contrib on GitHub:: <http://github.com/rack/rack-contrib>
Rack:: <http://rack.rubyforge.org/>
Rack On GitHub:: <http://github.org/chneukirchen/rack>
Rack On GitHub:: <http://github.org/rack/rack>
rack-devel mailing list:: <http://groups.google.com/group/rack-devel>
8 changes: 6 additions & 2 deletions rack-contrib.gemspec
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|

s.name = 'rack-contrib'
s.version = '0.4.0'
s.date = '2008-12-09'
s.date = '2008-12-31'

s.description = "Contributed Rack Middleware and Utilities"
s.summary = "Contributed Rack Middleware and Utilities"
Expand All @@ -17,13 +17,15 @@ Gem::Specification.new do |s|
COPYING
README.rdoc
Rakefile
lib/rack/bounce_favicon.rb
lib/rack/contrib.rb
lib/rack/etag.rb
lib/rack/jsonp.rb
lib/rack/lighttpd_script_name_fix.rb
lib/rack/locale.rb
lib/rack/mailexceptions.rb
lib/rack/post_body_content_type_parser.rb
lib/rack/proctitle.rb
lib/rack/profiler.rb
lib/rack/sendfile.rb
lib/rack/time_zone.rb
Expand All @@ -35,6 +37,8 @@ Gem::Specification.new do |s|
test/spec_rack_lighttpd_script_name_fix.rb
test/spec_rack_mailexceptions.rb
test/spec_rack_post_body_content_type_parser.rb
test/spec_rack_proctitle.rb
test/spec_rack_profiler.rb
test/spec_rack_sendfile.rb
]
# = MANIFEST =
Expand All @@ -47,7 +51,7 @@ Gem::Specification.new do |s|
s.add_dependency 'json', '>= 1.1'

s.has_rdoc = true
s.homepage = "http://github.com/rtomayko/rack-contrib/"
s.homepage = "http://github.com/rack/rack-contrib/"
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "rack-contrib", "--main", "README"]
s.require_paths = %w[lib]
s.rubygems_version = '1.1.1'
Expand Down

0 comments on commit b5218fe

Please sign in to comment.