Sha256: 2022e6097250292a6e1809a0ed4734c81b998a95a57d6caa3b62581e8037f34d

Contents?: true

Size: 836 Bytes

Versions: 3

Compression:

Stored size: 836 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "mite-backup/version"

Gem::Specification.new do |s|
  s.name        = "mite-backup"
  s.version     = MiteBackup::VERSION
  s.authors     = ["Sebastian"]
  s.email       = ["sebastian@yo.lk"]
  s.homepage    = "http://mite.yo.lk/en"
  s.summary     = %q{Download a backup of your mite.account from the command-line.}
  s.description = %q{Download a backup of your mite.account from the command-line.}

  s.rubyforge_project = "mite-backup"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_runtime_dependency "multi_json"
  s.add_development_dependency "rake"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mite-backup-0.1.1 mite-backup.gemspec
mite-backup-0.1.0 mite-backup.gemspec
mite-backup-0.0.2 mite-backup.gemspec