Sha256: 8960c0afd7a1fc94186aaa2f861fa22630af5443fa3cecd499c680089d5fb69a
Contents?: true
Size: 618 Bytes
Versions: 1
Compression:
Stored size: 618 Bytes
Contents
GEM_NAME = 'rbackup' GEM_FILES = FileList['**/*'] - FileList[ 'coverage', 'coverage/**/*', 'pkg', 'pkg/**/*', 'spec/fixtures/destination/*' ] GEM_SPEC = Gem::Specification.new do |s| # == CONFIGURE == s.author = "Winton Welsh" s.email = "mail@wintoni.us" s.homepage = "http://github.com/winton/#{GEM_NAME}" s.summary = "Backup your stuff with Ruby and Rsync" # == CONFIGURE == s.executables << GEM_NAME s.extra_rdoc_files = [ "README.markdown" ] s.files = GEM_FILES.to_a s.has_rdoc = false s.name = GEM_NAME s.platform = Gem::Platform::RUBY s.require_path = "lib" s.version = "0.1.6" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rbackup-0.1.6 | gemspec.rb |