Sha256: 677fd1a05f9c769018786d223bb2c374257cd82eb6d4d87282e0c84c878eb94b

Contents?: true

Size: 282 Bytes

Versions: 11

Compression:

Stored size: 282 Bytes

Contents

require "bundler"
Bundler.setup

gemspec = eval(File.read("rack-push-notification.gemspec"))

task :build => "#{gemspec.full_name}.gem"

file "#{gemspec.full_name}.gem" => gemspec.files + ["rack-push-notification.gemspec"] do
  system "gem build rack-push-notification.gemspec"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
rack-push-notification-0.5.3 ./Rakefile
rack-push-notification-0.5.2 ./Rakefile
rack-push-notification-0.5.1 ./Rakefile
rack-push-notification-0.5.0 ./Rakefile
rack-push-notification-0.4.1 ./Rakefile
rack-push-notification-0.4.0 ./Rakefile
rack-push-notification-0.2.0 ./Rakefile
rack-push-notification-0.1.2 ./Rakefile
rack-push-notification-0.1.1 ./Rakefile
rack-push-notification-0.1.0 ./Rakefile
rack-push-notification-0.0.1 ./Rakefile