--- !ruby/object:Gem::Specification name: coral_core version: !ruby/object:Gem::Version hash: 7 prerelease: segments: - 0 - 2 - 8 version: 0.2.8 platform: ruby authors: - Adrian Webb autorequire: bindir: bin cert_chain: [] date: 2013-05-10 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: git prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version hash: 21 segments: - 1 - 2 - 5 version: 1.2.5 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: json prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 7 segments: - 1 - 4 version: "1.4" type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: log4r prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 13 segments: - 1 - 1 version: "1.1" type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: bundler prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 11 segments: - 1 - 2 version: "1.2" type: :development version_requirements: *id004 - !ruby/object:Gem::Dependency name: jeweler prerelease: false requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 31 segments: - 1 - 8 version: "1.8" type: :development version_requirements: *id005 - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id006 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 23 segments: - 2 - 10 version: "2.10" type: :development version_requirements: *id006 - !ruby/object:Gem::Dependency name: rdoc prerelease: false requirement: &id007 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 31 segments: - 3 - 12 version: "3.12" type: :development version_requirements: *id007 - !ruby/object:Gem::Dependency name: yard prerelease: false requirement: &id008 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 27 segments: - 0 - 8 version: "0.8" type: :development version_requirements: *id008 description: |- = coral_core This library provides core data elements and utilities used in other Coral gems. The Coral core library contains functionality that is utilized by other Coral gems by providing basic utilities like Git, Shell, Disk, and Data manipulation libraries, a UI system, and a core data model that supports Events, Commands, Repositories, and Memory (version controlled JSON objects). This library is only used as a starting point for other systems. Note: This library is still very early in development! == Contributing to coral_core * Check out the latest {major}.{minor} branch to make sure the feature hasn't been implemented or the bug hasn't been fixed yet. * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it. * Fork the project. * Start a feature/bugfix branch. * Commit and push until you are happy with your contribution. * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. == Copyright Licensed under GPLv3. See LICENSE.txt for further details. Copyright (c) 2013 Adrian Webb Coral Technology Group LLC email: adrian.webb@coraltech.net executables: [] extensions: [] extra_rdoc_files: - LICENSE.txt - README.rdoc files: - .document - .gitmodules - Gemfile - Gemfile.lock - LICENSE.txt - README.rdoc - Rakefile - VERSION - coral_core.gemspec - lib/coral_core.rb - lib/coral_core/command.rb - lib/coral_core/config.rb - lib/coral_core/core.rb - lib/coral_core/event.rb - lib/coral_core/event/regexp_event.rb - lib/coral_core/interface.rb - lib/coral_core/memory.rb - lib/coral_core/repository.rb - lib/coral_core/resource.rb - lib/coral_core/template.rb - lib/coral_core/template/environment.rb - lib/coral_core/template/json.rb - lib/coral_core/template/wrapper.rb - lib/coral_core/template/yaml.rb - lib/coral_core/util/data.rb - lib/coral_core/util/disk.rb - lib/coral_core/util/git.rb - lib/coral_core/util/git/base.rb - lib/coral_core/util/git/lib.rb - lib/coral_core/util/git/remote.rb - lib/coral_core/util/shell.rb - lib/hiera_backend.rb - spec/coral_core/interface_spec.rb - spec/coral_mock_input.rb - spec/coral_test_kernel.rb - spec/spec_helper.rb homepage: http://github.com/coraltech/ruby-coral_core licenses: - GPLv3 post_install_message: rdoc_options: - --title - Coral Core library - --main - README.rdoc - --line-numbers require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 53 segments: - 1 - 8 - 1 version: 1.8.1 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: coral_core rubygems_version: 1.8.15 signing_key: specification_version: 3 summary: Provides core data elements and utilities used in other Coral gems test_files: [] has_rdoc: