dither 0.0.14-java → 0.0.15-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d5b7420519739680db03d3fe61fde5b2dbfdd232
4
- data.tar.gz: 9040ba82bca618ecef442c9d57ee22dfc480cd44
3
+ metadata.gz: 8f60f8c991506a68074314ec94fe7d77b76fd83a
4
+ data.tar.gz: b348150d0c02e2c8d4403ead1112bdc272698043
5
5
  SHA512:
6
- metadata.gz: 0190ae6f58bd9e8859936724014184f553ad56dc8873a68c72c1971d4d767b30d093e5d98d475c9bc1d6ccea76d0e887053844f22583e705f9c3067b12b8e68b
7
- data.tar.gz: 4fd98411e58f744ac2ec6e862e7bc7cf99d30bcacbdea419dfd8a204bdd38cc0fb22b8aab42c326f0f1cfc23381cd3d5b42ce1c058dc5e96af850885ef3bbdd6
6
+ metadata.gz: 9436d38d0e289550152b125ed7927864a87013a1493638fed21ca65762fe7e220d8a106002e7b9ddedaa22b2cd3b030ea0f92015018344c27e8eda3abf978b93
7
+ data.tar.gz: 9ec4e39fc661d7acb518c67a7afa9cb899b5193508487525a70cf15abad36b58d763ac35fd1916f8d6c3e2998c365d7f409d3ed926a738019e580c42897fc6db
data/dither.gemspec CHANGED
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
23
  if RUBY_PLATFORM =~ /java/
24
24
  s.platform = "java"
25
25
  # compile dither-java on jdk 7
26
- files << "lib/dither-0.0.3.jar"
26
+ files << "lib/dither-0.0.4.jar"
27
27
  end
28
28
  s.files = files
29
29
 
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Dither
3
- VERSION = '0.0.14'
3
+ VERSION = '0.0.15'
4
4
  end
data/lib/dither.rb CHANGED
@@ -44,7 +44,7 @@ require 'dither/ateg_pairwise'
44
44
 
45
45
  if RUBY_PLATFORM =~ /java/
46
46
  require 'java'
47
- require 'dither-0.0.3.jar'
47
+ require 'dither-0.0.4.jar'
48
48
 
49
49
  require 'dither/java_ext/dither'
50
50
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dither
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: java
6
6
  authors:
7
7
  - Jason Gowan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-23 00:00:00.000000000 Z
11
+ date: 2015-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -68,7 +68,7 @@ files:
68
68
  - README.md
69
69
  - Rakefile
70
70
  - dither.gemspec
71
- - lib/dither-0.0.3.jar
71
+ - lib/dither-0.0.4.jar
72
72
  - lib/dither.rb
73
73
  - lib/dither/ateg.rb
74
74
  - lib/dither/ateg_pairwise.rb