summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bleigh <michael@intridea.com>2011-10-15 03:03:45 -0500
committerMichael Bleigh <michael@intridea.com>2011-10-15 03:03:45 -0500
commit0a8e3b52b50328770e188818f4708dfd2f32d6ff (patch)
tree4f19d8ea4daba4e875473a62ec8542ed6d7480ae
parente3799471597da797fa1473d28ebf96c1f7361740 (diff)
downloadhashie-1-1-stable.tar.gz
Bump version to 1.2.0v1.2.01-1-stable
-rw-r--r--Gemfile.lock2
-rw-r--r--VERSION1
-rw-r--r--lib/hashie/version.rb2
3 files changed, 2 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 08b0da9..72cca8c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- hashie (1.1.0)
+ hashie (1.2.0)
GEM
remote: http://rubygems.org/
diff --git a/VERSION b/VERSION
deleted file mode 100644
index 3eefcb9..0000000
--- a/VERSION
+++ /dev/null
@@ -1 +0,0 @@
-1.0.0
diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb
index 5583ebe..f9cc4e1 100644
--- a/lib/hashie/version.rb
+++ b/lib/hashie/version.rb
@@ -1,3 +1,3 @@
module Hashie
- VERSION = '1.1.0'
+ VERSION = '1.2.0'
end