summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2012-03-16 19:14:14 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2012-03-16 19:15:11 +0100
commit74c97c52acb0c1c0201d3f4e7e4109b16c211529 (patch)
tree72d9ee46b06871c98ed654846a08adb9e2e096ea
parent799cb3bb3d531ffff1fc1cd80029dfa2dc129190 (diff)
downloadbacon-74c97c52acb0c1c0201d3f4e7e4109b16c211529.tar.gz
bacon-74c97c52acb0c1c0201d3f4e7e4109b16c211529.tar.xz
bacon-74c97c52acb0c1c0201d3f4e7e4109b16c211529.zip
Push version to 1.2
-rw-r--r--bacon.gemspec2
-rw-r--r--lib/bacon.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/bacon.gemspec b/bacon.gemspec
index 1494ea0..0c28a50 100644
--- a/bacon.gemspec
+++ b/bacon.gemspec
@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name            = "bacon"
-  s.version         = '1.1.11'
+  s.version         = '1.2.0'
   s.platform        = Gem::Platform::RUBY
   s.summary         = "a small RSpec clone"
 
diff --git a/lib/bacon.rb b/lib/bacon.rb
index 2275047..7eede05 100644
--- a/lib/bacon.rb
+++ b/lib/bacon.rb
@@ -8,7 +8,7 @@
 # See COPYING or http://www.opensource.org/licenses/mit-license.php.
 
 module Bacon
-  VERSION = "1.1"
+  VERSION = "1.2"
 
   Counter = Hash.new(0)
   ErrorLog = ""