# -*- encoding: utf-8 -*- # stub: blavosync 0.0.2 ruby recipes Gem::Specification.new do |s| s.name = "blavosync".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["recipes".freeze] s.authors = ["jayronc".freeze] s.date = "2009-12-29" s.description = "Sync a remote db and rsync content to your development environment. Useful for small teams and developers who are not able to do this manually.".freeze s.email = "jerrodblavos@mac.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = ["Blavosync.gemspec".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "init.rb".freeze, "lib/blavosync.rb".freeze, "pkg/blavosync-0.0.0.pre1.gem".freeze, "pkg/blavosync-0.0.1.gem".freeze, "recipes/content_rsync.rb".freeze, "recipes/content_sync.rb".freeze, "recipes/db_sync.rb".freeze, "recipes/shared_sync.rb".freeze] s.homepage = "http://github.com/jerrod/Blavosync".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Sync a remote db and rsync content to your development environment.".freeze end