redshift 1.3.18 → 1.3.19
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/.bnsignore +4 -0
- data/RELEASE-NOTES +4 -0
- data/lib/redshift/redshift.rb +1 -1
- data/rakefile +2 -0
- metadata +3 -10
data/.bnsignore
CHANGED
data/RELEASE-NOTES
CHANGED
data/lib/redshift/redshift.rb
CHANGED
data/rakefile
CHANGED
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:
|
|
4
|
+
hash: 61
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 1.3.
|
|
9
|
+
- 19
|
|
10
|
+
version: 1.3.19
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Joel VanderWerf
|
|
@@ -123,21 +123,14 @@ files:
|
|
|
123
123
|
- examples/sync.rb
|
|
124
124
|
- examples/thermostat.rb
|
|
125
125
|
- examples/zeno.rb
|
|
126
|
-
- ext/redshift/buffer/Makefile
|
|
127
126
|
- ext/redshift/buffer/buffer.c
|
|
128
127
|
- ext/redshift/buffer/buffer.h
|
|
129
|
-
- ext/redshift/buffer/buffer.o
|
|
130
|
-
- ext/redshift/buffer/buffer.so
|
|
131
128
|
- ext/redshift/buffer/dir.rb
|
|
132
129
|
- ext/redshift/buffer/extconf.rb
|
|
133
|
-
- ext/redshift/util/isaac/Makefile
|
|
134
130
|
- ext/redshift/util/isaac/extconf.rb
|
|
135
131
|
- ext/redshift/util/isaac/isaac.c
|
|
136
|
-
- ext/redshift/util/isaac/isaac.o
|
|
137
|
-
- ext/redshift/util/isaac/isaac.so
|
|
138
132
|
- ext/redshift/util/isaac/rand.c
|
|
139
133
|
- ext/redshift/util/isaac/rand.h
|
|
140
|
-
- ext/redshift/util/isaac/rand.o
|
|
141
134
|
- lib/redshift.rb
|
|
142
135
|
- lib/redshift/component.rb
|
|
143
136
|
- lib/redshift/meta.rb
|