--- !ruby/object:Gem::Specification name: swing version: !ruby/object:Gem::Version prerelease: version: 0.1.8 platform: ruby authors: - arvicco autorequire: bindir: bin cert_chain: [] date: 2011-05-27 00:00:00 +04:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: bundler prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 1.0.0 type: :runtime version_requirements: *id002 description: |- Straightforward wrappers for javax.swing Components that simplify Swing code in JRuby-based GUI applications email: arvitallian@gmail.com executables: - swing extensions: [] extra_rdoc_files: - LICENSE - HISTORY - README.rdoc files: - bin/swing - lib/awt.rb - lib/swing.rb - lib/swing_support.rb - lib/version.rb - lib/awt/component.rb - lib/swing/controls.rb - lib/swing/j_button.rb - lib/swing/j_check_box.rb - lib/swing/j_frame.rb - lib/swing/j_label.rb - lib/swing/j_list.rb - lib/swing/j_menu.rb - lib/swing/j_menu_bar.rb - lib/swing/j_menu_item.rb - lib/swing/j_panel.rb - lib/swing/j_scroll_pane.rb - lib/swing/j_split_pane.rb - lib/swing/j_table.rb - lib/swing/old/button.rb - lib/swing/old/check_box.rb - lib/swing/old/frame.rb - lib/swing/old/label.rb - lib/swing/old/list.rb - lib/swing/old/menu.rb - lib/swing/old/menu_bar.rb - lib/swing/old/menu_item.rb - lib/swing/old/panel.rb - lib/swing/old/scroll_pane.rb - lib/swing/old/split_pane.rb - lib/swing/old/table.rb - lib/swing_support/action_listener.rb - lib/swing_support/extensions.rb - lib/swing_support/extensions/attr_setter.rb - lib/swing_support/extensions/attributes.rb - spec/spec_helper.rb - spec/swing_spec.rb - spec/awt/component_spec.rb - spec/swing/j_button_spec.rb - spec/swing/j_check_box_spec.rb - spec/swing/j_frame_spec.rb - spec/swing/j_label_spec.rb - spec/swing/j_list_spec.rb - spec/swing/j_menu_bar_spec.rb - spec/swing/j_menu_item_spec.rb - spec/swing/j_menu_spec.rb - spec/swing/j_panel_spec.rb - spec/swing/j_scroll_pane_spec.rb - spec/swing/j_split_pane_spec.rb - spec/swing/j_table_spec.rb - spec/swing/shared.rb - features/swing.feature - features/step_definitions/swing_steps.rb - features/support/env.rb - features/support/world.rb - tasks/common.rake - tasks/doc.rake - tasks/gem.rake - tasks/git.rake - tasks/spec.rake - tasks/version.rake - Rakefile - README.rdoc - LICENSE - VERSION - HISTORY - .gitignore has_rdoc: true homepage: http://github.com/arvicco/swing licenses: [] post_install_message: rdoc_options: - --charset - UTF-8 - --main - README.rdoc - --title - swing require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" requirements: [] rubyforge_project: rubygems_version: 1.5.1 signing_key: specification_version: 3 summary: Straightforward wrappers for javax.swing Components test_files: - spec/spec_helper.rb - spec/swing_spec.rb - spec/awt/component_spec.rb - spec/swing/j_button_spec.rb - spec/swing/j_check_box_spec.rb - spec/swing/j_frame_spec.rb - spec/swing/j_label_spec.rb - spec/swing/j_list_spec.rb - spec/swing/j_menu_bar_spec.rb - spec/swing/j_menu_item_spec.rb - spec/swing/j_menu_spec.rb - spec/swing/j_panel_spec.rb - spec/swing/j_scroll_pane_spec.rb - spec/swing/j_split_pane_spec.rb - spec/swing/j_table_spec.rb - spec/swing/shared.rb