jruby-slick 1.1.1 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -54,7 +54,7 @@ task :setup_natives do
54
54
  unless File.exists? target
55
55
  if platform.index("windows")
56
56
  if platform.index("64") && target.index("64")
57
- entry.extract target.gsub("64", "")
57
+ entry.extract target.gsub(/\_64|64/, "")
58
58
  puts "wrote file: #{target}"
59
59
  elsif platform.index("32") && target.index("64").nil?
60
60
  extry.extract target
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: jruby-slick
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.1.1
5
+ version: 1.1.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Aaron McLeod
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-07 00:00:00.000000000 Z
12
+ date: 2013-04-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubyzip