Sha256: 8ca0359afd99ea418972821b9927349de045607df88b737cbd31ed75924c03c6
Contents?: true
Size: 290 Bytes
Versions: 1
Compression:
Stored size: 290 Bytes
Contents
begin require "#{dir = File.dirname(__FILE__)}/task/gemgem" rescue LoadError sh 'git submodule update --init' exec Gem.ruby, '-S', $PROGRAM_NAME, *ARGV end Gemgem.init(dir) do |s| s.name = 'xmpp4r-robot' s.version = '0.2.2' s.add_runtime_dependency('xmpp4r', '~> 0.5') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xmpp4r-robot-0.2.2 | Rakefile |