Skip to content

Commit

Permalink
Merge pull request #3 from ogawatti/develop
Browse files Browse the repository at this point in the history
📝 Upgrade v0.0.2
  • Loading branch information
ogawatti committed Jul 29, 2014
2 parents de17edc + 712ea99 commit 378572a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions facemock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
spec.version = Facemock::VERSION
spec.authors = ["ogawatti"]
spec.email = ["ogawattim@gmail.com"]
spec.description = %q{This is facebook mock application for fb_graph.}
spec.description = %q{This gem is used to mock the communication part of the facebook graph api.}
spec.summary = %q{This is facebook mock application for fb_graph.}
spec.homepage = ""
spec.homepage = "https://github.com/ogawatti/facemock"
spec.license = "MIT"

spec.files = `git ls-files`.split($/)
Expand Down
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.1"
VERSION = "0.0.2"
end
2 changes: 1 addition & 1 deletion spec/facemock_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'spec_helper'

describe Facemock do
let(:version) { "0.0.1" }
let(:version) { "0.0.2" }
let(:db_name) { ".test" }

describe 'VERSION' do
Expand Down

0 comments on commit 378572a

Please sign in to comment.