Sha256: 160a1ecbfb431094d04649ee936c2cdbbb8476c5a8f13c1e24c2748322c47905

Contents?: true

Size: 597 Bytes

Versions: 10

Compression:

Stored size: 597 Bytes

Contents

require 'rubygems'
require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "valdemaximus-conduit"
    gemspec.summary = "Interface with MobyQ Portal"
    gemspec.description = "A Library to programmatically interface with portal"
    gemspec.email = "valde.maximus@gmail.com"
    gemspec.homepage = "http://tomonrails.com/conduit"
    gemspec.authors = ["Tom Johnson"]
    gemspec.add_dependency 'valdemaximus-xx', '~> 0.7.0'
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install jeweler"
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
valdemaximus-conduit-1.2.0 Rakefile
valdemaximus-conduit-1.1.0 Rakefile
valdemaximus-conduit-1.0.0 Rakefile
valdemaximus-conduit-0.3.4 Rakefile
valdemaximus-conduit-0.3.3 Rakefile
valdemaximus-conduit-0.3.2 Rakefile
valdemaximus-conduit-0.3.1 Rakefile
valdemaximus-conduit-0.3.0 Rakefile
valdemaximus-conduit-0.2.1 Rakefile
valdemaximus-conduit-0.2.0 Rakefile