Sha256: 7e3dd30c435aacac8962d9e4df7103111716527112294ca754537fbdf4d03c58
Contents?: true
Size: 254 Bytes
Versions: 43
Compression:
Stored size: 254 Bytes
Contents
require 'rails/engine' module Instapusher class Engine < Rails::Engine rake_tasks do require 'instapusher/commands' desc "pushes to heroku" task :instapusher do Instapusher::Commands.deploy end end end end
Version data entries
43 entries across 43 versions & 1 rubygems
Version | Path |
---|---|
instapusher-0.0.4 | lib/instapusher/railtie.rb |
instapusher-0.0.3 | lib/instapusher/railtie.rb |
instapusher-0.0.2 | lib/instapusher/railtie.rb |