Sha256: cb14fff71a18032a3d40addf63aae9ca0778a522b360cde5e0c097ade38584b9
Contents?: true
Size: 368 Bytes
Versions: 5
Compression:
Stored size: 368 Bytes
Contents
task :tag do if File.read('lib/mechanize.rb') =~ /Version\s+=\s+"(\d+\.\d+\.\d+)"/ version = $1 else raise "no version" end baseurl = "svn+ssh://ntecs.de/data/projects/svn/public/Mechanize" sh "svn cp -m 'tagged #{ version }' #{ baseurl }/trunk #{ baseurl }/tags/mechanize-#{ version }" end task :package do sh 'gem build mechanize.gemspec' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
mechanize-0.2.2 | Rakefile |
mechanize-0.3.0 | Rakefile |
mechanize-0.2.1 | Rakefile |
mechanize-0.2.3 | Rakefile |
mechanize-0.3.1 | Rakefile |