Rubyforge releasing

Hey everyone,

I'm looking for a good way to automate releasing updates to my
libraries to rubyforge.
I used to use Florian Gross' rake task but it recently broke like so:

(in /Users/tobi/Code/Ruby/shopify/vendor/paypal)
mkdir -p pkg
  Successfully built RubyGem
  Name: paypal
  Version: 1.5.1
  File: paypal-1.5.1.gem
mv paypal-1.5.1.gem pkg/paypal-1.5.1.gem
Releasing paypal-1.5.1.gem...
rake aborted!
Couldn't get release id
/Users/tobi/Code/Ruby/shopify/vendor/paypal/rakefile:216

Any suggestions are welcome, i'd really like to start releasing stuff again :slight_smile:

···

--
Tobi
http://shopify.com - modern e-commerce software
http://typo.leetsoft.com - Open source weblog engine
http://blog.leetsoft.com - Technical weblog

my simple rubyforge scripts:

   http://rubyforge.org/frs/?group_id=1024&release_id=3443

hth.

-a

···

On Sat, 11 Feb 2006, Tobias Luetke wrote:

Hey everyone,

I'm looking for a good way to automate releasing updates to my
libraries to rubyforge.
I used to use Florian Gross' rake task but it recently broke like so:

(in /Users/tobi/Code/Ruby/shopify/vendor/paypal)
mkdir -p pkg
Successfully built RubyGem
Name: paypal
Version: 1.5.1
File: paypal-1.5.1.gem
mv paypal-1.5.1.gem pkg/paypal-1.5.1.gem
Releasing paypal-1.5.1.gem...
rake aborted!
Couldn't get release id
/Users/tobi/Code/Ruby/shopify/vendor/paypal/rakefile:216

Any suggestions are welcome, i'd really like to start releasing stuff again :slight_smile:

--
happiness is not something ready-made. it comes from your own actions.
- h.h. the 14th dali lama

I use meta_project on MIME::Types (recently updated to 1.15) and PDF::Writer.

My Rakefile for either project captures this. Something appears to
have happened recently to break GMailer's sending capabilities, so the
:email_announcement task isn't working right now.

-austin

···

On 2/10/06, Tobias Luetke <tobias.luetke@gmail.com> wrote:

I'm looking for a good way to automate releasing updates to my
libraries to rubyforge.

--
Austin Ziegler * halostatue@gmail.com
               * Alternate: austin@halostatue.ca

Hello,
  I couldn't get it to work. The gem file doesn't seem to check deps nor
install anything. After I installed dev-ruby/http-access2-0j-r1, I get the
following error:
% ./rubyforge-0.0.1/bin/rubyforge setup
./rubyforge-0.0.1/bin/rubyforge:456: uninitialized constant WebAgent
(NameError)

Regards,
    Kurt

···

On Friday 10 February 2006 18:32, ara.t.howard@noaa.gov wrote:

   http://rubyforge.org/frs/?group_id=1024&release_id=3443

that should only happen if http-access2 is not installed?

   jib:~ > ruby -r http-access2 -e' p WebAgent '
   WebAgent

i have installed http-access-2_0_6. you?

regards.

-a

···

On Tue, 14 Feb 2006, Kurt V. Hindenburg wrote:

On Friday 10 February 2006 18:32, ara.t.howard@noaa.gov wrote:
> http://rubyforge.org/frs/?group_id=1024&release_id=3443

Hello,
I couldn't get it to work. The gem file doesn't seem to check deps nor
install anything. After I installed dev-ruby/http-access2-0j-r1, I get the
following error:
% ./rubyforge-0.0.1/bin/rubyforge setup
./rubyforge-0.0.1/bin/rubyforge:456: uninitialized constant WebAgent
(NameError)

Regards,
   Kurt

--
judge your success by what you had to give up in order to get it.
- h.h. the 14th dali lama

btw. there is no http-access2 gem.

-a

···

On Tue, 14 Feb 2006, Kurt V. Hindenburg wrote:

On Friday 10 February 2006 18:32, ara.t.howard@noaa.gov wrote:
> http://rubyforge.org/frs/?group_id=1024&release_id=3443

Hello,
I couldn't get it to work. The gem file doesn't seem to check deps nor
install anything. After I installed dev-ruby/http-access2-0j-r1, I get the
following error:
% ./rubyforge-0.0.1/bin/rubyforge setup
./rubyforge-0.0.1/bin/rubyforge:456: uninitialized constant WebAgent
(NameError)

Regards,
   Kurt

--
judge your success by what you had to give up in order to get it.
- h.h. the 14th dali lama

I'm using Gentoo...
[ebuild R ] dev-ruby/http-access2-0j-r1 USE="examples" 0 kB

% ruby -r http-access2 -e' p WebAgent '
-e:1: uninitialized constant WebAgent (NameError)

% ruby -r http-access2 -e' p HTTPAccess2::VERSION '
"1.1"

Are we talking about the same software? Is there another http-access2 for
ruby?

  Kurt

···

On Monday 13 February 2006 18:41, ara.t.howard@noaa.gov wrote:

that should only happen if http-access2 is not installed?

  jib:~ > ruby -r http-access2 -e' p WebAgent '
  WebAgent

i have installed http-access-2_0_6. you?

dunno anything about gentoo

but on my box

   jib:~ > ruby -r http-access2 -e' p HTTPAccess2::VERSION '
   "2.0.6"

using my new package manager on a clean box:

   harp:~ > wget http://dev.ctor.org/download/http-access-2_0_6.tar.gz && tar xvfz http-access-2_0_6.tar.gz>/dev/null && cd http-access-2_0_6 && ruby install.rb
   --17:07:10-- http://dev.ctor.org/download/http-access-2_0_6.tar.gz
              => `http-access-2_0_6.tar.gz'
   Resolving dev.ctor.org... 61.192.161.52
   Connecting to dev.ctor.org|61.192.161.52|:80... connected.
   HTTP request sent, awaiting response... 200 OK
   Length: 35,325 (34K) [application/x-gzip]

   100%[====================================================================================================================================================================>] 35,325 52.37K/s

   17:07:11 (52.26 KB/s) - `http-access-2_0_6.tar.gz' saved [35325/35325]

   ./lib/http-access2.rb -> /home/ahoward//lib/ruby/site_ruby/1.8/http-access2.rb
   chmod 0644 /home/ahoward//lib/ruby/site_ruby/1.8/http-access2.rb
   mkdir /home/ahoward//lib/ruby/site_ruby/1.8/http-access2
   ./lib/http-access2/cookie.rb -> /home/ahoward//lib/ruby/site_ruby/1.8/http-access2/cookie.rb
   chmod 0644 /home/ahoward//lib/ruby/site_ruby/1.8/http-access2/cookie.rb
   ./lib/http-access2/http.rb -> /home/ahoward//lib/ruby/site_ruby/1.8/http-access2/http.rb
   chmod 0644 /home/ahoward//lib/ruby/site_ruby/1.8/http-access2/http.rb
   install succeed!

   harp:~ > ruby -r http-access2 -e' p HTTPAccess2::VERSION '
   "2.0.6"

so looks like you just have an ancient version.

just one more feather in my 'tar is the ultimate package manager' cap :wink:

regards.

-a

···

On Tue, 14 Feb 2006, Kurt V. Hindenburg wrote:

I'm using Gentoo...
[ebuild R ] dev-ruby/http-access2-0j-r1 USE="examples" 0 kB

% ruby -r http-access2 -e' p WebAgent '
-e:1: uninitialized constant WebAgent (NameError)

% ruby -r http-access2 -e' p HTTPAccess2::VERSION '
"1.1"

Are we talking about the same software? Is there another http-access2 for
ruby?

--
judge your success by what you had to give up in order to get it.
- h.h. the 14th dali lama