Sha256: 9e3dff117949566675f98de866a4f8135e3ef66151c75b10e3a2562bf1951e88

Contents?: true

Size: 310 Bytes

Versions: 6

Compression:

Stored size: 310 Bytes

Contents

begin
  require "#{__dir__}/task/gemgem"
rescue LoadError
  sh 'git submodule update --init --recursive'
  exec Gem.ruby, '-S', $PROGRAM_NAME, *ARGV
end

Gemgem.init(__dir__) do |s|
  require 'jellyfish/version'
  s.name    = 'jellyfish'
  s.version = Jellyfish::VERSION
  s.files.delete('jellyfish.png')
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jellyfish-1.4.0 Rakefile
jellyfish-1.3.1 Rakefile
jellyfish-1.3.0 Rakefile
jellyfish-1.2.2 Rakefile
jellyfish-1.2.1 Rakefile
jellyfish-1.2.0 Rakefile