echoe 1.2 → 1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/CHANGELOG +1 -1
  2. data/lib/echoe.rb +2 -2
  3. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
-
2
+ 1.3. avoid rubyforge gem multi-activation conflict
3
3
  1.2. build_manifest Rake task
4
4
  1.1. Sane error messages on releasing new or duplicate gems; allow Manifest to not end in .txt
5
5
  1.0.0. Fork from Hoe
@@ -262,7 +262,7 @@ class Echoe
262
262
  v = ENV["VERSION"] or abort "Must supply VERSION=x.y.z"
263
263
  abort "Versions don't match #{v} vs #{version}" if v != version
264
264
 
265
- gem 'rubyforge', '= 0.4.0'
265
+ gem 'rubyforge', '>= 0.4.0'
266
266
  require 'rubyforge'
267
267
 
268
268
  pkg = "pkg/#{name}-#{version}"
@@ -296,7 +296,7 @@ class Echoe
296
296
  begin
297
297
  rf.add_release rubyforge_name, name, version, *files
298
298
  rescue NoMethodError => boom
299
- puts "If you are releasing a package for the first time, don't panic.\nOtherwise, it seems that this release already exists."
299
+ # be silent
300
300
  end
301
301
  end
302
302
 
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: echoe
5
5
  version: !ruby/object:Gem::Version
6
- version: "1.2"
7
- date: 2007-04-30 00:00:00 -04:00
6
+ version: "1.3"
7
+ date: 2007-05-12 00:00:00 -04:00
8
8
  summary: Echoe is a simple packaging tool for working with rubygems.
9
9
  require_paths:
10
10
  - lib