--- !ruby/object:Gem::Specification name: gitback version: !ruby/object:Gem::Version hash: 31 prerelease: segments: - 0 - 1 - 2 version: 0.1.2 platform: ruby authors: - Bryce Thornton autorequire: bindir: bin cert_chain: [] date: 2011-04-18 00:00:00 -04:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: grit prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 29 segments: - 2 - 4 - 1 version: 2.4.1 type: :runtime version_requirements: *id001 description: Provide a list of files and/or directories and gitback will copy them to your git repo, commit and push when there are changes. email: - brycethornton@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - LICENSE - README.md - Rakefile - gitback.gemspec - lib/gitback.rb - lib/gitback/repository.rb - lib/gitback/version.rb - test/data/another/file.txt - test/data/another/test.txt - test/data/some/deep/.bash_profile - test/data/some/deep/directory/fstab - test/data/some/deep/directory/test.conf - test/data/some/deep/nginx.conf - test/data/some/test_file.txt - test/data/testing.txt - test/helper.rb - test/repos/.gitignore - test/test_gitback.rb has_rdoc: true homepage: http://github.com/brycethornton/gitback licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: gitback rubygems_version: 1.6.2 signing_key: specification_version: 3 summary: A simple ruby library for backing up files to git test_files: - test/data/another/file.txt - test/data/another/test.txt - test/data/some/deep/.bash_profile - test/data/some/deep/directory/fstab - test/data/some/deep/directory/test.conf - test/data/some/deep/nginx.conf - test/data/some/test_file.txt - test/data/testing.txt - test/helper.rb - test/repos/.gitignore - test/test_gitback.rb