Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1026081
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T12:01:43+00:00 2026-05-16T12:01:43+00:00

With Jeweler I created a gem folder structure with ease. However, I still have

  • 0

With Jeweler I created a gem folder structure with ease.

However, I still have some questions:

  1. Why are params like –gemcutter and –rubyforge still available for Jeweler. Aren’t these replaced by RubyGems? Do I have to specify anything to create a gem for RubyGems?

  2. In the Rakefile I have information about the gem, and when I run “rake install” it created a gemspec. Why is the same information in two places?

  3. What is a manifest? Just read about it, haven’t seen such file.

  4. How do I make my gem callable from the shell once I have installed it, like rails. Cause right now it’s just accessible through a Ruby script using require.

  5. Should I use “jeweler release” or “gem push” to push my gem to RubyGems.org?

  6. I have to specify “handle” when signing up in RubyGems. What is that?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T12:01:43+00:00Added an answer on May 16, 2026 at 12:01 pm
    1. jeweler was created before RubyGems became what it is, so it still reflects the split. I’m not sure when jeweler was last updated, either. (I think it also still recognizes building gems on Github, which is now disabled.)
    2. I’m not sure I follow what you’re saying. The specification in the Rakefile details what the spec that gets written should look like. The spec that gets written details what should be installed and how, I believe.
    3. A manifest is a list of all the files that your gem should ship with. Not everyone uses one. See the hoe documentation for some pro-manifest discussion.
    4. Many Ruby gems are only libraries. If you want yours to also have a program like jeweler or rake or rails that you can call, you have to write the callable program, put it in bin in your gem’s layout and specify (in your gemspec) that it should be packaged and installed. See the Gem::Specification reference under files and executable.
    5. Not sure. Consult both jeweler’s docs and the docs for RubyGems.
    6. You can give an email address or use a name (a ‘handle’, like I use Telemachus here), which is all they mean by ‘handle’.

    For the record, if you are just learning how to write gems, you do not need to upload your first attempts using RubyGems or anything like it. You can simply install the gem on your machine only.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Rakefile that includes this: Jeweler::Tasks.new do |gem| # ... gem.add_dependency('json') end
I have a small application which I created using jeweler. The jeweler generates a
I have developed a gem which implements some algorithms that we'll use within a
Gem's(gemfoo) jeweler declaration in Rakefile looks like that: Jeweler::Tasks.new do |gem| #truncated gem.add_runtime_dependency 'nokogiri',
I had use jeweler to create a gem skeleton and wrote some come on
I'm using jeweler to create a gem for Rails 3. The gem contains a
So I'm using Jeweler to maintain a little gem of mine , and it
I want to create a ruby gem that calls a c function I have
I am working on a gem, which I'd like to finalize inside a Rails
I have a table called tags , like this: +-------+----------+ | tagID | tagName

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.