From 70372f477336ac7582759de555a6e2e909aed244 Mon Sep 17 00:00:00 2001 From: "Erik S. Chang" Date: Tue, 13 May 2014 22:38:55 +0000 Subject: [PATCH] move to my personal site --- .gitignore | 1 + README | 11 ++++++----- Rakefile | 6 ------ lwes.gemspec | 3 +-- 4 files changed, 8 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index a864402..b06d685 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ *.log /tmp *.tar.gz +html diff --git a/README b/README index 481215c..4669d9e 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ = LWES - Light Weight Event System bindings for Ruby * http://www.lwes.org -* git://rubyforge.org/lwes.git +* git://reality-escapes.me/git/lwes-ruby.git == DESCRIPTION: @@ -23,16 +23,17 @@ may support listening and journaling capabilities as time allows. == SUPPORT: -Email the author: mailto:erik.s.chang@gmail.com and expect a response -within 72 hours. +Email the author: Erik S. Chang mailto:esc@reality-escapes.me and expect a +response within 72 hours. == DEVELOPMENT: Our git repository is here: - git clone git://rubyforge.org/lwes.git + git clone git://reality-escapes.me/git/lwes-ruby.git -Email pull requests or patches to the the author mailto:erik.s.chang@gmail.com +Email pull requests or patches to the the author +mailto:esc@reality-escapes.me == INSTALL: diff --git a/Rakefile b/Rakefile index cbbd562..ce9d685 100644 --- a/Rakefile +++ b/Rakefile @@ -14,14 +14,8 @@ end require "rake/extensiontask" Rake::ExtensionTask.new("lwes_ext") -gem 'rdoc', '>= 3.5.3' require 'rdoc/task' RDoc::Task.new do |rd| rd.main = "README" rd.rdoc_files.include("README", "lib/**/*.rb", "ext/lwes_ext/*.c") end - -desc "update website" -task :update_website => :rerdoc do - system 'rsync -avz html/ rubyforge.org:/var/www/gforge-projects/lwes/' -end diff --git a/lwes.gemspec b/lwes.gemspec index 2b2a5b7..2cb53a8 100644 --- a/lwes.gemspec +++ b/lwes.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.authors = ["Erik S. Chang", "Frank Maritato"] s.email = %q{lwes-devel@lists.sourceforge.net} s.summary = %q{Ruby bindings for the Light Weight Event System} - s.homepage = %q{http://lwes.rubyforge.org/} + s.homepage = %q{http://reality-escapes.me/lwes-ruby/} s.extensions = %w(ext/lwes_ext/extconf.rb) s.description = %q{ The LWES Light-Weight Event System is a framework for allowing the exchange of @@ -16,7 +16,6 @@ data so that any platform or language can translate it to it's local dialect. }.strip s.files = `git ls-files`.split(/\n/) + %w(ext/lwes_ext/lwes-0.23.1.tar.gz) - s.rubyforge_project = 'lwes' s.test_files = s.files.grep(%r{\Atest/unit/test_}) s.add_development_dependency(%q, [">= 0.7.6"]) s.license = "GPLv2+" -- 2.11.4.GIT