Sha256: 287590eae4935b176176fad2218f2f3901e7f8ad4c31086eec116bce48e6af6b

Contents?: true

Size: 902 Bytes

Versions: 6

Compression:

Stored size: 902 Bytes

Contents

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|
    gem.name = "r3_plugin_toolbox"
    gem.summary = %Q{Toolbox to facilitate Rails 3 plugin development}
    gem.description = %Q{Provides a more intuitive DSL for Rails 3 plugin configuration and a specialized RSpec 2 matcher. Makes it much easier to develop Rails 3 plugins!}
    gem.email = "kmandrup@gmail.com"
    gem.homepage = "http://github.com/kristianmandrup/rails3_plugin_toolbox"
    gem.authors = ["Kristian Mandrup"]

    gem.add_development_dependency "rspec", "~> 2.0.0.beta.22"
    gem.add_dependency "rails",       "~> 3.0.0"
    gem.add_dependency "require_all", "~> 1.2.0"  

    # 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) not available. Install it with: gem install jeweler"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
r3_plugin_toolbox-0.3.13 Rakefile
r3_plugin_toolbox-0.3.12 Rakefile
r3_plugin_toolbox-0.3.11 Rakefile
r3_plugin_toolbox-0.3.10 Rakefile
r3_plugin_toolbox-0.3.8 Rakefile
r3_plugin_toolbox-0.3.7 Rakefile