shoes 4.0.0.pre6 → 4.0.0.pre7
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 +4 -4
- data/README.md +6 -6
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c90f9c8fe46d09cddc1de83f46556e6efb69236
|
4
|
+
data.tar.gz: 4776d6523fe19e1fc95518ee3468fd21243a77f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c3205d23471874af7cf3c6854a36514b5e0d3918c22129564a9ac190302793958984b67a574b170f04b98c7df385fd872e581ffeabffd8c563de69818f41570
|
7
|
+
data.tar.gz: 6a07a7337652395b556029a232fb24697e7273a63f6b07b0ec3bb5586b9285e01e9aa0c78bf9a47fbe2ae6e604c3f4962d6b16d48aeefb235b99c83b9c2580e3
|
data/README.md
CHANGED
@@ -41,7 +41,7 @@ Hi there, thanks for checking by! Shoes 4 is in the preview stage. It currently
|
|
41
41
|
|
42
42
|
There are two ways to get your hands on Shoes 4 - the preview gem release and installing it straight from github. For both you need a current [JRuby](http://www.jruby.org/) installation.
|
43
43
|
|
44
|
-
|
44
|
+
We recommend using JRuby 9.X+, with the majority of our testing currently against 9.1. JRuby 1.7.x *may* work, but has been untested since 4.0.0.pre6.
|
45
45
|
|
46
46
|
### Get a JDK and JRuby
|
47
47
|
|
@@ -100,17 +100,17 @@ If you want to be on the bleeding edge or want to contribute code you need to in
|
|
100
100
|
|
101
101
|
Shoes 4 comes with a command-line app runner. Just pass it the filename of your Shoes app.
|
102
102
|
|
103
|
-
$ bin/shoes samples/
|
103
|
+
$ bin/shoes samples/simple_sound.rb
|
104
104
|
|
105
|
-
**Note:** For Windows, `C:\tmp\shoes4>bin\shoes samples\
|
105
|
+
**Note:** For Windows, `C:\tmp\shoes4>bin\shoes samples\simple_sound.rb` If you installed Shoes 4 as a gem, just do `C:\tmp> shoes path\to\file.rb`
|
106
106
|
|
107
107
|
There is also a simple ruby starter script when using the SWT backend which you may use as follows:
|
108
108
|
|
109
|
-
$ bin/shoes-swt samples/
|
109
|
+
$ bin/shoes-swt samples/simple_sound.rb
|
110
110
|
|
111
111
|
This does not work yet on Mac as JRuby (the JVM) needs some additional parameters. Here you can just do the following (which basically is what bin/shoes does):
|
112
112
|
|
113
|
-
$ jruby -J-XstartOnFirstThread bin/shoes-swt samples/
|
113
|
+
$ jruby -J-XstartOnFirstThread bin/shoes-swt samples/simple_sound.rb
|
114
114
|
|
115
115
|
Another alternative yet is to put `require 'shoes'` at the top of your applications, then you can simply do
|
116
116
|
|
@@ -227,7 +227,7 @@ If you want to keep up to date with what's going on with Shoes, you can find us
|
|
227
227
|
|
228
228
|
Want to get in touch with the shoes community? That's great! You can get in touch here:
|
229
229
|
|
230
|
-
* You can join the mailing list
|
230
|
+
* You can join the mailing list at http://lists.mvmanila.com/listinfo.cgi/shoes-mvmanila.com. ([Archives of the old mailing list are also hanging around.](http://librelist.com/browser/shoes/))
|
231
231
|
* We also have an irc channel #shoes on freenode - a lot of people are idling there so it might take some time to react
|
232
232
|
|
233
233
|
However we try to keep most discussions about the development in this repository/its issues so everyone can see them and look them up.
|
metadata
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shoes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.0.
|
4
|
+
version: 4.0.0.pre7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Team Shoes
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-11
|
11
|
+
date: 2016-12-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
16
|
- - '='
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: 4.0.0.
|
18
|
+
version: 4.0.0.pre7
|
19
19
|
name: shoes-core
|
20
20
|
prerelease: false
|
21
21
|
type: :runtime
|
@@ -23,13 +23,13 @@ dependencies:
|
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 4.0.0.
|
26
|
+
version: 4.0.0.pre7
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
29
29
|
requirements:
|
30
30
|
- - '='
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 4.0.0.
|
32
|
+
version: 4.0.0.pre7
|
33
33
|
name: shoes-swt
|
34
34
|
prerelease: false
|
35
35
|
type: :runtime
|
@@ -37,7 +37,7 @@ dependencies:
|
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 4.0.0.
|
40
|
+
version: 4.0.0.pre7
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
@@ -87,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
87
87
|
version: 1.3.1
|
88
88
|
requirements: []
|
89
89
|
rubyforge_project:
|
90
|
-
rubygems_version: 2.6.
|
90
|
+
rubygems_version: 2.6.8
|
91
91
|
signing_key:
|
92
92
|
specification_version: 4
|
93
93
|
summary: Shoes is the best little GUI toolkit for Ruby. Shoes runs on JRuby only for now.
|