swt 0.16 → 0.17

Sign up to get free protection for your applications and to get access to all the features.
data/lib/swt/minimal.rb CHANGED
@@ -4,7 +4,7 @@ require 'swt/event_loop'
4
4
  require 'swt/cucumber_runner'
5
5
 
6
6
  module Swt
7
- VERSION = "0.16" # also change in swt.gemspec
7
+ VERSION = "0.17" # also change in swt.gemspec
8
8
 
9
9
  import org.eclipse.swt.SWT
10
10
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,17 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swt
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: '0.16'
4
+ version: '0.17'
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Lucraft
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-01 00:00:00.000000000 Z
12
+ date: 2013-10-01 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: Contains everything required to write cross-platform desktop applications with JRuby and SWT.
14
+ description: Contains everything required to write cross-platform desktop applications
15
+ with JRuby and SWT.
15
16
  email:
16
17
  - dan@fluentradical.com
17
18
  executables:
@@ -20,7 +21,6 @@ extensions: []
20
21
  extra_rdoc_files: []
21
22
  files:
22
23
  - bin/swt_cucumber
23
- - lib/swt.rb
24
24
  - lib/swt/cucumber_patches.rb
25
25
  - lib/swt/cucumber_runner.rb
26
26
  - lib/swt/event_loop.rb
@@ -29,6 +29,7 @@ files:
29
29
  - lib/swt/jar_loader.rb
30
30
  - lib/swt/minimal.rb
31
31
  - lib/swt/swt_bot_extensions.rb
32
+ - lib/swt.rb
32
33
  - LICENSE
33
34
  - README.md
34
35
  - vendor/jface/org.eclipse.core.commands.jar
@@ -57,28 +58,26 @@ files:
57
58
  - vendor/swtbot/org.hamcrest_1.1.0.v20090501071000.jar
58
59
  homepage: http://github.com/danlucraft/swt
59
60
  licenses: []
60
- post_install_message:
61
+ post_install_message:
61
62
  rdoc_options: []
62
63
  require_paths:
63
64
  - lib
64
65
  required_ruby_version: !ruby/object:Gem::Requirement
66
+ none: false
65
67
  requirements:
66
- - - ">="
68
+ - - ! '>='
67
69
  - !ruby/object:Gem::Version
68
- version: !binary |-
69
- MA==
70
- none: false
70
+ version: '0'
71
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
+ none: false
72
73
  requirements:
73
- - - ">="
74
+ - - ! '>='
74
75
  - !ruby/object:Gem::Version
75
- version: !binary |-
76
- MA==
77
- none: false
76
+ version: '0'
78
77
  requirements: []
79
- rubyforge_project:
78
+ rubyforge_project:
80
79
  rubygems_version: 1.8.24
81
- signing_key:
80
+ signing_key:
82
81
  specification_version: 3
83
82
  summary: The SWT toolkit for JRuby.
84
83
  test_files: []