Skip to content

Commit

Permalink
Upgrade v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ogawa committed Aug 26, 2014
1 parent f8ce5b7 commit b7963cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/facemock/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Facemock
VERSION = "0.0.5"
VERSION = '0.0.5'
end
4 changes: 2 additions & 2 deletions spec/facemock_spec.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
require 'spec_helper'

describe Facemock do
let(:version) { "0.0.5" }
let(:db_name) { ".test" }
let(:version) { '0.0.5' }
let(:db_name) { '.test' }

describe 'VERSION' do
subject { Facemock::VERSION }
Expand Down

0 comments on commit b7963cf

Please sign in to comment.