Sha256: 191a04344cf364c39d68ee13e02345ab756d4eb7b2a21d8cfed26a96ecc82dc0

Contents?: true

Size: 1.13 KB

Versions: 11

Compression:

Stored size: 1.13 KB

Contents

require 'rake'
require 'rake/gempackagetask'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |spec|
    spec.name = "svn2git"
    spec.summary = "A tool for migrating svn projects to git"
    spec.authors = ["James Coglan", "Kevin Menard"]
    spec.homepage = "https://www.negativetwenty.net/redmine/projects/svn2git"
    spec.email = "nirvdrum@gmail.com"
  end
  
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end
    
# 
# spec = Gem::Specification.new do |spec| 
#   
#   spec.version = "1.1.0"
#   spec.platform = Gem::Platform::RUBY
#   
#   
#   spec.require_path = "lib"
#   spec.files = FileList["lib/**/*"].to_a
#   spec.autorequire = "lib/svn2git.rb"
#   spec.bindir = "bin"
#   spec.executables = ["svn2git"]
#   spec.default_executable = "svn2git"
#   
#   
#   
#   
#   spec.test_files = FileList["test/**/*"].to_a
#   spec.has_rdoc = true
#   spec.extra_rdoc_files = ["README"]
#   spec.rdoc_options << "--main" << "README" << '--line-numbers' << '--inline-source'
# end
#  
# Rake::GemPackageTask.new(spec) do |pkg| 
#   pkg.need_tar = true 
# end
# 

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
mss-svn2git-1.2.1.1 Rakefile
mss-svn2git-1.2.4.1 Rakefile
mss-svn2git-1.2.4 Rakefile
mss-svn2git-1.3.0 Rakefile
nirvdrum-svn2git-1.1.1 Rakefile
nirvdrum-svn2git-1.2.0 Rakefile
nirvdrum-svn2git-1.2.1 Rakefile
nirvdrum-svn2git-1.2.4 Rakefile
nirvdrum-svn2git-1.3.0 Rakefile
nirvdrum-svn2git-1.3.1 Rakefile
svn2git-1.3.1 Rakefile