shoes 4.0.0.pre6 → 4.0.0.pre7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -6
  3. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9113b4e8910bb9e40241b2d0d4451d9a5fb13211
4
- data.tar.gz: 749a06dcacc7aef5e631add1d7ab6f84788910f5
3
+ metadata.gz: 0c90f9c8fe46d09cddc1de83f46556e6efb69236
4
+ data.tar.gz: 4776d6523fe19e1fc95518ee3468fd21243a77f2
5
5
  SHA512:
6
- metadata.gz: af56169dda90828b65bca3fb760e39d0caf9373b2e83f825a13eebab1169ae916eafa7d96f5e2873c59d045b6db1832f29df12a9387fb557764351534311decf
7
- data.tar.gz: 9f9ae49ed9b185059591b92007f86b6a218856467a39b224d665387c878bccf87371fc4000b3043bed2590ae7727a5493c2dfb5faa8e3cef5f0509eaf5026c85
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
- Currently 1.7.x should still work (along with JDK 6) but we removed testing against it as dependencies started acting up and JRuby 9k has been out fairly long and the upgrade is relatively painless. **We recommend using JRuby 9+**.
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/simple-sound.rb
103
+ $ bin/shoes samples/simple_sound.rb
104
104
 
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`
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/simple-sound.rb
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/simple-sound.rb
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, simply send an email to shoes@librelist.com - you can also check out [the archives](http://librelist.com/browser/shoes/)
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.pre6
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-07 00:00:00.000000000 Z
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.pre6
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.pre6
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.pre6
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.pre6
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.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.