jruby-slick 1.1a → 1.1b

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.
Files changed (2) hide show
  1. data/jruby-slick/tasks/jruby-slick.rake +1 -1
  2. metadata +48 -49
@@ -29,7 +29,7 @@ task :setup_natives do
29
29
  target = RbConfig::CONFIG['target_os'].downcase
30
30
  platform = ''
31
31
  if target.index('mswin')
32
- platform = 'win32'
32
+ platform = 'mingw'
33
33
  elsif target.index('darwin')
34
34
  platform = 'mac'
35
35
  elsif target.index('linux')
metadata CHANGED
@@ -1,69 +1,68 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: jruby-slick
3
- version: !ruby/object:Gem::Version
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.1b
4
5
  prerelease: 3
5
- version: 1.1a
6
6
  platform: ruby
7
- authors:
8
- - Aaron McLeod
7
+ authors:
8
+ - Aaron McLeod
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
-
13
- date: 2012-08-08 00:00:00 Z
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: rake
17
- prerelease: false
18
- requirement: &id001 !ruby/object:Gem::Requirement
19
- none: false
20
- requirements:
21
- - - ">="
22
- - !ruby/object:Gem::Version
23
- version: "0"
24
- type: :development
25
- version_requirements: *id001
26
- description: ""
27
- email:
28
- - aaron.g.mcleod@gmail.com
29
- executables:
30
- - jruby-slick.rb
12
+ date: 2012-08-08 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rake
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ type: :development
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
30
+ description: ''
31
+ email:
32
+ - aaron.g.mcleod@gmail.com
33
+ executables:
34
+ - jruby-slick.rb
31
35
  extensions: []
32
-
33
36
  extra_rdoc_files: []
34
-
35
- files:
36
- - jruby-slick/tasks/jruby-slick.rake
37
- - jruby-slick/template/example.rb
38
- - bin/jruby-slick.rb
39
- - .gitignore
40
- - Rakefile
37
+ files:
38
+ - jruby-slick/tasks/jruby-slick.rake
39
+ - jruby-slick/template/example.rb
40
+ - bin/jruby-slick.rb
41
+ - .gitignore
42
+ - Rakefile
41
43
  homepage: http://github.com/agmcleod/jruby-slick
42
44
  licenses: []
43
-
44
45
  post_install_message:
45
46
  rdoc_options: []
46
-
47
- require_paths:
48
- - .
49
- required_ruby_version: !ruby/object:Gem::Requirement
47
+ require_paths:
48
+ - .
49
+ required_ruby_version: !ruby/object:Gem::Requirement
50
50
  none: false
51
- requirements:
52
- - - ">="
53
- - !ruby/object:Gem::Version
54
- version: "0"
55
- required_rubygems_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  none: false
57
- requirements:
58
- - - ">"
59
- - !ruby/object:Gem::Version
60
- version: 1.3.1
57
+ requirements:
58
+ - - ! '>'
59
+ - !ruby/object:Gem::Version
60
+ version: 1.3.1
61
61
  requirements: []
62
-
63
62
  rubyforge_project:
64
63
  rubygems_version: 1.8.24
65
64
  signing_key:
66
65
  specification_version: 3
67
- summary: A command line tool for downloading and unzipping all the basic jar files of the slick2d library.
66
+ summary: A command line tool for downloading and unzipping all the basic jar files
67
+ of the slick2d library.
68
68
  test_files: []
69
-