about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/rainbows/const.rb2
-rw-r--r--rainbows.gemspec2
3 files changed, 3 insertions, 3 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 2ca4f94..671d859 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.0.1.GIT
+DEF_VER=v2.1.0.GIT
 
 LF='
 '
diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb
index 22e3eea..d877f87 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -2,7 +2,7 @@
 # :enddoc:
 module Rainbows::Const
 
-  RAINBOWS_VERSION = '2.0.1'
+  RAINBOWS_VERSION = '2.1.0'
 
   include Unicorn::Const
 
diff --git a/rainbows.gemspec b/rainbows.gemspec
index 5490824..cea123d 100644
--- a/rainbows.gemspec
+++ b/rainbows.gemspec
@@ -38,7 +38,7 @@ Gem::Specification.new do |s|
   # we need Unicorn for the HTTP parser and process management
   s.add_dependency(%q<unicorn>, ["~> 3.2"])
   s.add_development_dependency(%q<isolate>, "~> 3.0.0")
-  s.add_development_dependency(%q<wrongdoc>, "~> 1.0.1")
+  s.add_development_dependency(%q<wrongdoc>, "~> 1.1")
 
   # optional runtime dependencies depending on configuration
   # see t/test_isolate.rb for the exact versions we've tested with