Sha256: a34a08646316ef2a6bc41d4107772d6114d747ef9a70072c2fe351b61b5261d0
Contents?: true
Size: 924 Bytes
Versions: 5
Compression:
Stored size: 924 Bytes
Contents
require 'rubygems' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "acts_as_dashboard" gemspec.summary = %Q{Create dashboards in Rails apps easily.} gemspec.description = %Q{acts_as_dashboard makes it easy to create dashboards in Rails apps. Very little configuration is required. Read the docs to get started.} gemspec.email = "nick@deadorange.com" gemspec.homepage = "http://github.com/nickhoffman/acts_as_dashboard" gemspec.authors = ["Nick Hoffman"] gemspec.add_development_dependency "rspec", ">= 1.2.9" gemspec.add_development_dependency "rspec-rails", ">= 1.3.2" # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) is not available. Install it with: gem install jeweler" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
acts_as_dashboard-0.4.1 | Rakefile |
acts_as_dashboard-0.4.0 | Rakefile |
acts_as_dashboard-0.3.3 | Rakefile |
acts_as_dashboard-0.3.2 | Rakefile |
acts_as_dashboard-0.3.0 | Rakefile |