gemspecs
gem dependency version conflicts between a gem's spec, bundler, and gem install
I\'m trying to install a gem, meta_search-1.1.0.pre2. The gem\'s spec, bundler, and rubygems each report/install different dependency version requirements.[详细]
2023-04-06 10:08 分类:问答Installing RedCloth gem from github with bundler
I\'m running into a problem with the latest versioned release of the RedCloth gem, 4.2.7.Specifically, it\'s the gcc 4.6 compile issue that was resolved in this commit, but has not yet been included i[详细]
2023-03-26 11:30 分类:问答Is there a way to print a message after a user installs a Ruby gem?
Is there a way to configure a gem\'s gemspec to print an important informational message right after someone downloads and installs the ge开发者_高级运维m using gem install?Yes, use post_install_messa[详细]
2023-03-16 10:00 分类:问答Ruby Gemspec Dependency: Is possible have a git branch dependency?
Is possible have a git branch dependency, in开发者_运维知识库side mygem.gemspec? I\'m thinking something similar to the following:[详细]
2023-03-15 23:37 分类:问答Unable to run rake after updating rails versions
I have upgraded to rails 2.3.11 and and ruby 1.9.2 as some of my gems were incompatible with previous version. Now I am unable to execute rake command. I am getting following error when i do rake gems[详细]
2023-03-11 17:27 分类:问答In Rails 3's "bundle install" of local gem (frozen gem), keep getting "Source does not contain any versions of ..."?
I am using a gem whic开发者_如何学Pythonh is in vendor/gems/some-api-0.1.0, copied over from another project, and added to Gemfile:[详细]
2023-02-18 00:28 分类:问答Attemping to vendorize a gem into bundler with Rails 3, but Gem has no Gemspec
Following these easy steps: gem unpack spree_easy_contact -v 1.0.2 --target ven开发者_如何学JAVAdor/gems[详细]
2023-02-10 04:00 分类:问答What's the easiest way to maintain a patched set of rails gems, with bundler?
We\'re transitioning from \'frozen\' rails gems to using bun开发者_JAVA技巧dler and would like to maintain the rails gems with patches, merges etc. say from an external git source.What\'s the easiest[详细]
2023-01-18 22:01 分类:问答Questions about building a new gem using Wycats template
I\'m writing a new gem I\'m basing off of Yehuda\'s new gem template and I\'m slightly 开发者_运维技巧confused.Having a Gemfile with dependencies, and also specifying a gemspec with dependencies seems[详细]
2023-01-08 22:57 分类:问答How do I get the version from a gemspec file?
Is there a clean way to extract the version string from a .gemspec file? (The gem is not yet installed)[详细]
2023-01-08 02:11 分类:问答