# -*- encoding: utf-8 -*- # stub: rbrsync 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "rbrsync".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Caleb Land".freeze, "Koen Punt".freeze] s.date = "2013-04-10" s.description = "A thin Ruby wrapper around rsync".freeze s.email = ["caleb.land@gmail.com".freeze, "koen@fetch.nl".freeze] s.executables = ["rbrsync".freeze] s.files = [".bnsignore".freeze, ".gitignore".freeze, ".tm_properties".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "History.txt".freeze, "LICENSE.txt".freeze, "README.md".freeze, "README.rdoc".freeze, "Rakefile".freeze, "bin/rbrsync".freeze, "lib/rbrsync.rb".freeze, "lib/rbrsync/negator.rb".freeze, "lib/rbrsync/option.rb".freeze, "lib/rbrsync/rbrsync.rb".freeze, "lib/rbrsync/version.rb".freeze, "rbrsync.gemspec".freeze, "spec/rbrsync_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test/test_rbsync.rb".freeze] s.homepage = "http://www.github.com/koenpunt/rbrsync".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A thin Ruby wrapper around rsync".freeze s.test_files = ["spec/rbrsync_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test/test_rbsync.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["= 1.3.0".freeze]) end