--- !ruby/object:Gem::Specification name: osgi version: !ruby/object:Gem::Version version: 0.0.1 platform: ruby authors: - Antoine Toulme autorequire: bindir: bin cert_chain: [] date: 2010-04-16 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: manifest type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version version: 0.0.8 version: description: | The OSGi framework offers an unique way for Java bundles to communicate and depend on each other. This implementation of the OSGi framework is supposed to represent the framework as it should be in Ruby. email: antoine@lunar-ocean.com executables: [] extensions: [] extra_rdoc_files: - README.rdoc - LICENSE - NOTICE files: - lib/osgi/bundle.rb - lib/osgi/bundle_package.rb - lib/osgi/container.rb - lib/osgi/execution_environment.rb - lib/osgi/registry.rb - lib/osgi/resolving_strategies.rb - lib/osgi/version.rb - lib/osgi.rb - spec/osgi/bundle_package_spec.rb - spec/osgi/bundle_spec.rb - spec/osgi/container_spec.rb - spec/osgi/execution_environment_spec.rb - spec/osgi/registry_spec.rb - spec/osgi/resolving_strategies_spec.rb - spec/osgi/version_spec.rb - spec/spec_helpers.rb - osgi.gemspec - LICENSE - NOTICE - README.rdoc - Rakefile has_rdoc: true homepage: http://github.com/atoulme/osgi licenses: [] post_install_message: rdoc_options: - --title - OSGi - --main - README.rdoc - --webcvs - http://github.com/atoulme/osgi require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: An implementation of the OSGi framework in Ruby test_files: []