Sha256: 057004a28fd44d146d1b56b3d33c03382df3e1d2e9baa0f5f572738cfd23f254

Contents?: true

Size: 927 Bytes

Versions: 25

Compression:

Stored size: 927 Bytes

Contents

begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

require 'jeweler'
Jeweler::Tasks.new do |gem|
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
  gem.name = "paid_up"
  gem.homepage = "http://www.gemvein.com/museum/cases/paid_up"
  gem.license = "MIT"
  gem.summary = %Q{Allows a model of your choosing to subscribe to a plan, which enables features.}
  gem.description = %Q{Allows a model of your choosing (such as users) to subscribe to a plan, which enables features.}
  gem.email = "karen.e.lundgren@gmail.com"
  gem.authors = ["Karen Lundgren"]
  # dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new

require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end

task :default => :spec

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
paid_up-0.9.13 Rakefile
paid_up-0.9.12 Rakefile
paid_up-0.9.11 Rakefile
paid_up-0.9.10 Rakefile
paid_up-0.9.9 Rakefile
paid_up-0.9.8 Rakefile
paid_up-0.9.7 Rakefile
paid_up-0.9.6 Rakefile
paid_up-0.9.5 Rakefile
paid_up-0.9.4 Rakefile
paid_up-0.9.3 Rakefile
paid_up-0.9.2 Rakefile
paid_up-0.9.1 Rakefile
paid_up-0.9.0 Rakefile
paid_up-0.8.1 Rakefile
paid_up-0.7.11 Rakefile
paid_up-0.7.10 Rakefile
paid_up-0.7.9 Rakefile
paid_up-0.7.8 Rakefile
paid_up-0.7.7 Rakefile