diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2012-03-16 19:14:14 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2012-03-16 19:15:11 +0100 |
commit | 74c97c52acb0c1c0201d3f4e7e4109b16c211529 (patch) | |
tree | 72d9ee46b06871c98ed654846a08adb9e2e096ea | |
parent | 799cb3bb3d531ffff1fc1cd80029dfa2dc129190 (diff) | |
download | bacon-74c97c52acb0c1c0201d3f4e7e4109b16c211529.tar.gz bacon-74c97c52acb0c1c0201d3f4e7e4109b16c211529.tar.xz bacon-74c97c52acb0c1c0201d3f4e7e4109b16c211529.zip |
Push version to 1.2
-rw-r--r-- | bacon.gemspec | 2 | ||||
-rw-r--r-- | lib/bacon.rb | 2 |
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 = "" |