I am trying to specify the git source in the Jeweler Rake file:
gem.add_dependency 'myapp', :git => " git@github.com :myaddress/myapp.git", :branch => "mybranch"
but I hit a format error. Do you know how to format this?
I don't think you can add a dependency to the git repository. This does not work, like Bundler afaik.
http://docs.rubygems.org/read/chapter/20#dependencies
Source: https://habr.com/ru/post/900563/More articles:What are the names of the new syntax objects added for variable templates? - c ++Internal javascript: how are events implemented? - javascript-eventsHow to hide tab in ExtJS 4 - extjsHow do you access ARGV in Mathematica? - wolfram-mathematicaMenuBar issues QT 4.7.4 on MAC OS LION - qt4Conditional HTTP Authentication - ruby-on-railsIf you do "math foo bar", how to get foo and bar inside Mathematica? - wolfram-mathematicaMissing configuration settings in configuration manager - visual-studioDoes Android work with JRE 7? - javaDoes the readonly property have an IBOutlet to work and is it preferable? - memory-managementAll Articles