Skip to content

Commit

Permalink
mv lib/version.rb to lib/action_web_service/version.rb
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2516 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jamis committed Oct 10, 2005
1 parent cf38225 commit 267499e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionwebservice/Rakefile
Expand Up @@ -6,7 +6,7 @@ require 'rake/packagetask'
require 'rake/gempackagetask'
require 'rake/contrib/rubyforgepublisher'
require 'fileutils'
require File.join(File.dirname(__FILE__), 'lib', 'version')
require File.join(File.dirname(__FILE__), 'lib', 'action_web_service', 'version')

PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
PKG_NAME = 'actionwebservice'
Expand Down
File renamed without changes.

0 comments on commit 267499e

Please sign in to comment.