swt 0.18 → 4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d3be58cfe15c4198c8bd6c6f7e164d8183733566
4
- data.tar.gz: 9b22dc65f88e0a6eb3b1ab584164dce8e26402fc
3
+ metadata.gz: d1a43db2ba86cf16ee099b703e45509fc0218e71
4
+ data.tar.gz: a370e682396c81e7453e8a7c88e75741260ca5b8
5
5
  SHA512:
6
- metadata.gz: a71fd4838025aa7da662abca8111f3e1506ba06ab3a64a06b0c2e28be350a3d553d794c63e9e34d4dea8be1905005c826c798c599cb6c2f0d7d4ee912badb813
7
- data.tar.gz: 1170abf895b95f542e3899f57cc55061e14420d4a7622738c18d0c8dd8d4b859a959d0e3bd30f2d6c74fe84e56584396de9bf024975d6546d7d94e0203078870
6
+ metadata.gz: 418263b540b578951945ad88a54e8fa99684837449f85a8dc837fbe03124db7d95334c8ab93c7aeff10359cc68377941b869e98c9a0eba36857809c55a219cea
7
+ data.tar.gz: 30186ea075a55e5949a8aeea18daadc6b33e0bc61833fbcf38f5e83e6716f4b067bd1ca4e2dcc03b3281b25a9dfb4ecb5a52967260747d467e5b198574287af2
@@ -4,7 +4,7 @@ require 'swt/event_loop'
4
4
  require 'swt/cucumber_runner'
5
5
 
6
6
  module Swt
7
- VERSION = "0.18" # also change in swt.gemspec
7
+ VERSION = "4.4" # 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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swt
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.18'
4
+ version: '4.4'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Lucraft
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-16 00:00:00.000000000 Z
11
+ date: 2014-09-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Contains everything required to write cross-platform desktop applications
14
14
  with JRuby and SWT.
@@ -19,7 +19,10 @@ executables:
19
19
  extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
22
+ - LICENSE
23
+ - README.md
22
24
  - bin/swt_cucumber
25
+ - lib/swt.rb
23
26
  - lib/swt/cucumber_patches.rb
24
27
  - lib/swt/cucumber_runner.rb
25
28
  - lib/swt/event_loop.rb
@@ -28,9 +31,6 @@ files:
28
31
  - lib/swt/jar_loader.rb
29
32
  - lib/swt/minimal.rb
30
33
  - lib/swt/swt_bot_extensions.rb
31
- - lib/swt.rb
32
- - LICENSE
33
- - README.md
34
34
  - vendor/jface/org.eclipse.core.commands.jar
35
35
  - vendor/jface/org.eclipse.core.jobs.jar
36
36
  - vendor/jface/org.eclipse.core.resources.jar
@@ -65,17 +65,17 @@ require_paths:
65
65
  - lib
66
66
  required_ruby_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
- - - '>='
68
+ - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - '>='
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
77
  rubyforge_project:
78
- rubygems_version: 2.0.3
78
+ rubygems_version: 2.2.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: The SWT toolkit for JRuby.