Note that there are some explanatory texts on larger screens.

plurals
  1. PObundle update seems to be deleting my .gem file
    primarykey
    data
    text
    <p>I am new to building gems, so bear with me. </p> <p><strong>Scenario:</strong></p> <pre><code>[Gemfile] source 'https://rubygems.org' gem 'curriculous', path: '/mydev/curriculous' </code></pre> <hr> <pre><code>$ ls /mydev/curriculous Gemfile Rakefile curriculous.sublime-project Gemfile.lock bin curriculous.sublime-workspace LICENSE.txt curriculous-0.0.1.alpha.gem lib README.md curriculous.gemspec spec </code></pre> <hr> <pre><code>$ bundle update Fetching gem metadata from https://rubygems.org/......... Fetching gem metadata from https://rubygems.org/.. Resolving dependencies... Using curriculous (0.0.1.alpha) from source at /mydev/curriculous Using bundler (1.3.5) Your bundle is updated! </code></pre> <hr> <pre><code>$ ls /mydev/curriculous Gemfile Rakefile curriculous.sublime-workspace Gemfile.lock bin lib LICENSE.txt curriculous.gemspec spec README.md curriculous.sublime-project </code></pre> <hr> <p><strong>Question:</strong> where did my .gem file go? What am I doing wrong?</p> <h3>Addendum 1</h3> <ul> <li>The gemfile above is in my testfile. I've uploaded it to github: <a href="https://github.com/pitosalas/testcur" rel="nofollow">https://github.com/pitosalas/testcur</a></li> <li>The gem itself is also now on github: <a href="https://github.com/pitosalas/curriculous" rel="nofollow">https://github.com/pitosalas/curriculous</a></li> <li><p>The version of gem (gem -v) is 2.0.2</p></li> <li><p>I admit again that I've not done this before so I probably have something totally boneheaded that I am doing.</p></li> <li>I think I am trying to do something a little tricky and there might be a much better way to do it too</li> <li>But this weird behavior of the .gem file being deleted doesn't fit any of my mental models of gems and so on that I would like to track down what is going on.</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload