We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202766b commit 827999aCopy full SHA for 827999a
CHANGELOG.md
@@ -1,5 +1,7 @@
1
### Next Release v0.8.0 (25 January 2015)
2
3
+* C extension for MRI have been extracted into the `concurrent-ruby-ext` companion gem.
4
+ Please see the README for more detail.
5
* Better variable isolation in `Promise` and `Future` via an `:args` option
6
7
## Current Release v0.7.2 (24 January 2015)
Rakefile
@@ -81,8 +81,9 @@ end
81
task :clean do
82
rm_rf 'pkg/classes'
83
rm_rf 'tmp'
84
- rm_rf 'lib/1.9'
85
- rm_rf 'lib/2.0'
+ rm_rf 'lib/concurrent/1.9'
+ rm_rf 'lib/concurrent/2.0'
86
+ rm_rf 'lib/concurrent/2.1'
87
rm_f Dir.glob('./**/*.so')
88
rm_f Dir.glob('./**/*.bundle')
89
rm_f Dir.glob('./lib/*.jar')
0 commit comments