jruby-slick 1.1.1 → 1.1.3
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.
- data/jruby-slick/tasks/jruby-slick.rake +1 -1
- metadata +2 -2
|
@@ -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(
|
|
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.
|
|
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:
|
|
12
|
+
date: 2013-04-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rubyzip
|