Skip to content

Commit

Permalink
Added Jeweler
Browse files Browse the repository at this point in the history
  • Loading branch information
BenHall committed Aug 15, 2010
1 parent 3f30d73 commit a56e1dc
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ bin
obj
*.user
*.suo
*.cache
*.cache
pkg
File renamed without changes.
123 changes: 123 additions & 0 deletions dolphindeploy.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in jeweler_rakefile.rb, and run the gemspec command
# -*- encoding: utf-8 -*-

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ben Hall"]
s.date = %q{2010-08-15}
s.description = %q{Dolphin Deploy - Automated deployment for ASP.net websites.}
s.email = %q{ben@benhall.me.uk}
s.extra_rdoc_files = [
"README.markdown",
"TODO"
]
s.files = [
"README.markdown",
"external/DolphinDeploy.IIS.IIS6.dll",
"external/Microsoft.Web.Administration.dll",
"external/TinySharpZip.dll",
"external/adsutil.vbs",
"external/xunit/HTML.xslt",
"external/xunit/NUnitXml.xslt",
"external/xunit/xunit.console.exe",
"external/xunit/xunit.console.exe.config",
"external/xunit/xunit.console.x86.exe",
"external/xunit/xunit.console.x86.exe.config",
"external/xunit/xunit.dll",
"external/xunit/xunit.dll.tdnet",
"external/xunit/xunit.extensions.dll",
"external/xunit/xunit.extensions.xml",
"external/xunit/xunit.gui.exe",
"external/xunit/xunit.gui.x86.exe",
"external/xunit/xunit.installer.exe",
"external/xunit/xunit.runner.msbuild.dll",
"external/xunit/xunit.runner.tdnet.dll",
"external/xunit/xunit.runner.utility.dll",
"external/xunit/xunit.runner.utility.xml",
"external/xunit/xunit.xml",
"lib/IIS/IIS.rb",
"lib/IIS/IIS6.rb",
"lib/IIS/IIS7.rb",
"lib/IIS/IISVersion.rb",
"lib/configured_as/mvc_deployment.rb",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.5.1.ReSharper.user",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.Tests/AppPoolControllerTests.cs",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.Tests/DolphinDeploy.IIS.IIS6.Tests.csproj",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.Tests/DolphinDeploy.IIS.IIS6.Tests.csproj.user",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.Tests/Helper.cs",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.Tests/Properties/AssemblyInfo.cs",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.Tests/WebsiteControllerTests.cs",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.Tests/bin/Debug/DolphinDeploy.IIS.IIS6.Tests.dll",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.Tests/bin/Debug/DolphinDeploy.IIS.IIS6.Tests.pdb",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.Tests/bin/Debug/DolphinDeploy.IIS.IIS6.dll",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.Tests/bin/Debug/DolphinDeploy.IIS.IIS6.pdb",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.Tests/bin/Debug/test_site/index.htm",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.Tests/bin/Debug/xunit.dll",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.Tests/bin/Debug/xunit.xml",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.Tests/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.Tests/obj/Debug/DolphinDeploy.IIS.IIS6.Tests.csproj.FileListAbsolute.txt",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.Tests/obj/Debug/DolphinDeploy.IIS.IIS6.Tests.dll",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.Tests/obj/Debug/DolphinDeploy.IIS.IIS6.Tests.pdb",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.Tests/obj/Debug/ResolveAssemblyReference.cache",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.Tests/test_site/index.htm",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.sln",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.suo",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6/AppPoolController.cs",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6.csproj",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6/IIS6Manager.cs",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6/Properties/AssemblyInfo.cs",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6/WebsiteController.cs",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6/bin/Debug/DolphinDeploy.IIS.IIS6.dll",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6/bin/Debug/DolphinDeploy.IIS.IIS6.pdb",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6/obj/Debug/DolphinDeploy.IIS.IIS6.csproj.FileListAbsolute.txt",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6/obj/Debug/DolphinDeploy.IIS.IIS6.dll",
"lib/csharp/DolphinDeploy.IIS.IIS6/DolphinDeploy.IIS.IIS6/obj/Debug/DolphinDeploy.IIS.IIS6.pdb",
"lib/csharp/DolphinDeploy.IIS.IIS6/_ReSharper.DolphinDeploy.IIS.IIS6/BuildScriptCache/1/78fc7364.dat",
"lib/csharp/DolphinDeploy.IIS.IIS6/_ReSharper.DolphinDeploy.IIS.IIS6/ModuleIds.xml",
"lib/csharp/DolphinDeploy.IIS.IIS6/_ReSharper.DolphinDeploy.IIS.IIS6/NamedArguments/5/4b9722ad.dat",
"lib/csharp/DolphinDeploy.IIS.IIS6/_ReSharper.DolphinDeploy.IIS.IIS6/PdbInfo/61d4d5326252d9cd7476a391dfbbb2a47481ffa6",
"lib/csharp/DolphinDeploy.IIS.IIS6/_ReSharper.DolphinDeploy.IIS.IIS6/ProjectModel/ProjectModel.dat",
"lib/csharp/DolphinDeploy.IIS.IIS6/_ReSharper.DolphinDeploy.IIS.IIS6/SymbolCache.bin",
"lib/csharp/DolphinDeploy.IIS.IIS6/_ReSharper.DolphinDeploy.IIS.IIS6/TodoCache/1/78fc7364.dat",
"lib/csharp/DolphinDeploy.IIS.IIS6/_ReSharper.DolphinDeploy.IIS.IIS6/WordIndex/1/72ab4678.dat",
"lib/deploycommandcreator.rb",
"lib/deploymentconfig.rb",
"lib/directory_cleanup.rb",
"lib/dolphindeploy.rb",
"lib/dolphindeploy_rake.rb",
"lib/file_manager.rb",
"lib/unzip.rb"
]
s.homepage = %q{http://github.com/BenHall/dolphindeploy}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Dolphin Deploy - Automated deployment for ASP.net websites}
s.test_files = [
"spec/configured_as/mvc_deployment_spec.rb",
"spec/config_spec.rb",
"spec/deploycommandcreator_spec.rb",
"spec/dolphindeploy_spec.rb",
"spec/file_manager_spec.rb",
"spec/IIS/IIS6_spec.rb",
"spec/IIS/IIS_spec.rb",
"spec/support/spec_helper.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

23 changes: 23 additions & 0 deletions jeweler_rakefile.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
namespace :jeweler do
begin
require 'jeweler'
Jeweler::Tasks.new do |gemspec|
gemspec.name = "dolphindeploy"
gemspec.summary = "Dolphin Deploy - Automated deployment for ASP.net websites"
gemspec.description = "Dolphin Deploy - Automated deployment for ASP.net websites."
gemspec.email = "ben@benhall.me.uk"
gemspec.homepage = "http://github.com/BenHall/dolphindeploy"
gemspec.authors = ["Ben Hall"]
gemspec.files = FileList["README*", "{external,lib}/**/*"]
end

Jeweler::GemcutterTasks.new

Jeweler::RubyforgeTasks.new do |t|
t.doc_task = :yardoc
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install jeweler"
end
end

3 changes: 1 addition & 2 deletions rakefile.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$: << 'lib'
require 'dolphindeploy_rake'

namespace :specs do
require 'spec/rake/spectask'

Expand All @@ -10,7 +10,6 @@
Spec::Rake::SpecTask.new :all do |t|
t.spec_files = FileList['spec/**/*_spec.rb']
end

end

namespace :example do
Expand Down

0 comments on commit a56e1dc

Please sign in to comment.