Skip to content

Commit

Permalink
Changed schema for gem to build OK
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.maxidoors.ru/cache-ruby/trunk@77 38fedb62-f319-0410-8306-f67a23000141
  • Loading branch information
max committed Jan 8, 2007
1 parent 413e554 commit 38a7b4a
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Rakefile
Expand Up @@ -30,15 +30,15 @@ spec = Gem::Specification.new do |s|
s.summary = PKG_SUMMARY
s.require_path = "lib"
s.rubyforge_project = PKG_NAME
s.files = FileList["{bin,test,lib}/**/*"].exclude("rdoc").exclude(".svn").exclude(".DS_Store").exclude("**/*.o").exclude("**/*.bundle").exclude("**/*.log").to_a
s.files = FileList["{bin,test,lib,ext}/**/*"].exclude("rdoc").exclude(".svn").exclude(".DS_Store").exclude("**/*.o").exclude("**/*.bundle").exclude("**/*.log").to_a
s.files << ["Rakefile", "README", "init.rb"]
s.test_files = FileList["{test}/**/*test.rb"].to_a
s.autorequire = "intersys"
s.has_rdoc = true
s.extra_rdoc_files = ["README"]
s.rdoc_options = PKG_RDOC_OPTS
s.add_dependency("activesupport", ">= 1.0")
s.extensions << 'lib/extconf.rb'
s.extensions << 'ext/extconf.rb'
end

Rake::GemPackageTask.new(spec) do |pkg|
Expand Down Expand Up @@ -100,7 +100,6 @@ task :push_docs do
local_dir = 'doc'
[
Rake::SshDirPublisher.new( user, project, local_dir),
#Rake::SshDirPublisher.new('julik', '~/www/code/rutils', local_dir),
].each { |p| p.upload }
end

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -92,7 +92,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="move result dll to lib catalog"
CommandLine="copy /Y &quot;$(OutDir)\$(ProjectName).dll&quot; &quot;$(ProjectDir)\..\$(ProjectName).dll&quot;"
CommandLine="copy /Y &quot;$(OutDir)\$(ProjectName).dll&quot; &quot;$(ProjectDir)\..\..\lib\$(ProjectName).dll&quot;"
/>
</Configuration>
<Configuration
Expand Down

0 comments on commit 38a7b4a

Please sign in to comment.