summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Lavena <luislavena@gmail.com>2013-11-14 19:54:30 -0300
committerLuis Lavena <luislavena@gmail.com>2013-11-14 19:54:30 -0300
commitc504672951b268744ecebfa5380d724913160e0f (patch)
tree909302c9f8d21deaa77b5e255202f2e49f3c75d1
parent662e486ca170dae9a25ae76f7ecef3ebe81179cc (diff)
downloadrake-compiler-0.9.2.tar.gz
Prepare for releasev0.9.2
-rw-r--r--History.txt2
-rw-r--r--tasks/gem.rake2
2 files changed, 2 insertions, 2 deletions
diff --git a/History.txt b/History.txt
index 72e575f..4ecc73b 100644
--- a/History.txt
+++ b/History.txt
@@ -1,4 +1,4 @@
-=== (In Git)
+=== 0.9.2 / 2013-11-14
* Bugfixes:
* Pre-load resolver to avoid Bundler blow up during cross-compilation
diff --git a/tasks/gem.rake b/tasks/gem.rake
index 79eb748..a837834 100644
--- a/tasks/gem.rake
+++ b/tasks/gem.rake
@@ -3,7 +3,7 @@ require 'rubygems/package_task'
GEM_SPEC = Gem::Specification.new do |s|
# basic information
s.name = "rake-compiler"
- s.version = "0.9.1"
+ s.version = "0.9.2"
s.platform = Gem::Platform::RUBY
# description and details