Sha256: 1dd55ae1e9b7fb244b5d1c942e7a67643cdb19710a9fd912eb948571a9840062

Contents?: true

Size: 692 Bytes

Versions: 5

Compression:

Stored size: 692 Bytes

Contents

require 'rubygems'
require 'rake'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = 'ipizza'
    
    gemspec.summary = 'Implements iPizza protocol to communicate with Estonian Banks'
    gemspec.description = <<-DESC
      Simplifies generating payment requests and parsing responses from banks when using iPizza protocol.
    DESC
    
    gemspec.email = 'priit@fraktal.ee'
    gemspec.homepage = 'http://github.com/priithaamer/ipizza'
    gemspec.authors = ['Priit Haamer']
  end
rescue LoadError
  puts 'Jeweler not available. Install it with: gem install jeweler'
end

task :default => :spec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ipizza-0.4.4 Rakefile
ipizza-0.4.3 Rakefile
ipizza-0.4.2 Rakefile
ipizza-0.4.1 Rakefile
ipizza-0.4.0 Rakefile