summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-06-13 00:34:07 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-06-13 00:34:07 +0200
commit9ba1fd981e054da76acea40e5e0ea36d20721421 (patch)
tree8714096ace588fc95734fbf58ebcf2407b504988
parent0721a8d0c68d51057898d7b8a467be556913b797 (diff)
downloadedoors-ruby-0.0.6.zip
edoors-ruby-0.0.6.tar.gz
release 0.0.6v0.0.6
-rw-r--r--Gemfile.lock4
-rw-r--r--lib/version.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 56209f7..a46bfa8 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- edoors-ruby (0.0.1)
+ edoors-ruby (0.0.6)
json
GEM
@@ -14,7 +14,7 @@ GEM
rspec-core (~> 2.10.0)
rspec-expectations (~> 2.10.0)
rspec-mocks (~> 2.10.0)
- rspec-core (2.10.0)
+ rspec-core (2.10.1)
rspec-expectations (2.10.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.10.1)
diff --git a/lib/version.rb b/lib/version.rb
index 3430fcb..9ad2e32 100644
--- a/lib/version.rb
+++ b/lib/version.rb
@@ -21,7 +21,7 @@
#
module Edoors
#
- VERSION = "0.0.4"
+ VERSION = "0.0.6"
#
end
#