Sha256: b0e65dc90fcc50f4fe8793278146033faecc5fac23ca628c3454e72cb18cb93f

Contents?: true

Size: 306 Bytes

Versions: 13

Compression:

Stored size: 306 Bytes

Contents

#!/usr/bin/env ruby

class Object
  # Returns true if nil or empty.
  # @return [Boolean] nil or empty
  def blank?
    respond_to?(:empty?) ? empty? : !self
  end
end

if ENV['TRAVIS_TAG'].blank?
  puts 'Not running gemnasium update'
else
  puts 'Running gemnasium update'
  `gemnasium autoupdate run`
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
timewizard-0.3.2.pre.alpha.pre.82 scripts/gemnasium_update.rb
timewizard-0.3.4.pre.alpha.pre.77 scripts/gemnasium_update.rb
timewizard-0.3.3 scripts/gemnasium_update.rb
timewizard-0.3.2.pre.alpha.pre.73 scripts/gemnasium_update.rb
timewizard-0.3.2 scripts/gemnasium_update.rb
timewizard-0.3.1 scripts/gemnasium_update.rb
timewizard-0.3.1.pre.alpha.pre.64 scripts/gemnasium_update.rb
timewizard-0.3.0.pre.alpha.pre.60 scripts/gemnasium_update.rb
timewizard-0.3.1.pre.alpha.pre.61 scripts/gemnasium_update.rb
timewizard-0.3.0.pre.alpha.pre.59 scripts/gemnasium_update.rb
versionology-0.2.0.pre.alpha.pre.22 scripts/gemnasium_update.rb
versionology-0.2.0.pre.alpha.pre.21 scripts/gemnasium_update.rb
versionology-0.2.0.pre.alpha.pre.20 scripts/gemnasium_update.rb