redshift 1.3.23 → 1.3.24

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.
@@ -1,3 +1,7 @@
1
+ redshift 1.3.24
2
+
3
+ - fixed include path problem when running from installed gem
4
+
1
5
  redshift 1.3.23
2
6
 
3
7
  - compatible with ruby-1.9.2
@@ -70,7 +70,7 @@ end
70
70
  module RedShift
71
71
  include Math
72
72
 
73
- VERSION = '1.3.23'
73
+ VERSION = '1.3.24'
74
74
 
75
75
  Infinity = Math::Infinity
76
76
 
@@ -23,7 +23,7 @@ module RedShift
23
23
 
24
24
  include_file.include '<math.h>'
25
25
 
26
- base = File.expand_path("../../../..", __FILE__)
26
+ base = File.expand_path("../../../../..", __FILE__)
27
27
  ext_rs = File.join(base, "ext/redshift")
28
28
  include_dirs << ext_rs
29
29
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redshift
3
3
  version: !ruby/object:Gem::Version
4
- hash: 53
4
+ hash: 43
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 23
10
- version: 1.3.23
9
+ - 24
10
+ version: 1.3.24
11
11
  platform: ruby
12
12
  authors:
13
13
  - Joel VanderWerf
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- hash: 81
29
+ hash: 79
30
30
  segments:
31
31
  - 0
32
32
  - 16
33
- - 7
34
- version: 0.16.7
33
+ - 8
34
+ version: 0.16.8
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  - !ruby/object:Gem::Dependency