--- !ruby/object:Gem::Specification name: context version: !ruby/object:Gem::Version hash: 51 prerelease: false segments: - 0 - 0 - 22 version: 0.0.22 platform: ruby authors: - Mike Charlton autorequire: bindir: bin cert_chain: [] date: 2011-01-24 00:00:00 +09:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: gtk2 prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id001 description: "\t Context is a contextual UI framework. It is based on the\n\ \t Model View Presentor model. The idea is that you have model\n\ \t objects that represent the core data in your application. You \n\ \t also have views that represent the user interface input and output.\n\ \t Finally you have \"contexts\" that represent a user situation in\n\ \t the application. The logic that ties the models and views resides\n\ \t in the contexts. The main advantages to this model are that\n\ \t you can easily write UI unit tests and you can easily create\n\ \t bridge patterns for supporting multiple widget sets (although only\n\ \t GTK+ is supported at the moment). Context is intended to be\n\ \t extremely minimal. Only the top level abstract classes are\n\ \t included. It is *not* a widget set! You have to write your\n\ \t own models, views and contexts.\n" email: mikekchar@gmail.com executables: [] extensions: [] extra_rdoc_files: - README - COPYING - AUTHORS files: - Rakefile.rb - lib/Context/View.rb - lib/Context/require_all.rb - lib/Context/Views/PageView.rb - lib/Context/Views/Gtk/Widgets/VBox.rb - lib/Context/Views/Gtk/Widgets/MainWindow.rb - lib/Context/Views/Gtk/PageView.rb - lib/Context/Bridge.rb - lib/Context/Version.rb - lib/Context/Log.rb - lib/Context/Publisher.rb - lib/Context/Widget.rb - lib/Context/Spec.rb - lib/Context/Gtk/App.rb - lib/Context/Gtk/Widget.rb - lib/Context/Context.rb - spec/Context/View_spec.rb - spec/Context/Views/PageView_spec.rb - spec/Context/Views/Gtk/PageView_spec.rb - spec/Context/Bridge_spec.rb - spec/Context/Publisher_spec.rb - spec/Context/Context_spec.rb - spec/Context/require_all_spec.rb - spec/Context/Gtk/App_spec.rb - spec/Context/Gtk/Widget_spec.rb - test_results.html - README - COPYING - AUTHORS has_rdoc: true homepage: http://sakabatou.dnsdojo.org licenses: [] post_install_message: rdoc_options: - --main - README - --title - Context -- Contextual UI Framework 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: jldrill rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Contextual UI Framework test_files: []