Sha256: 87509131d45d36f89f8961852b72ad7a5926a2a2b539bffc9436a5ed29337e24

Contents?: true

Size: 328 Bytes

Versions: 5

Compression:

Stored size: 328 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|
  require 'jellyfish/version'
  s.name    = 'jellyfish'
  s.version = Jellyfish::VERSION
  %w[].each{ |g| s.add_runtime_dependency(g) }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jellyfish-1.1.1 Rakefile
jellyfish-1.1.0 Rakefile
jellyfish-1.0.2 Rakefile
jellyfish-1.0.1 Rakefile
jellyfish-1.0.0 Rakefile