Skip to content

Commit

Permalink
Fix gem name
Browse files Browse the repository at this point in the history
  • Loading branch information
joelind committed Sep 9, 2011
1 parent 63dbd3a commit a48c70f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require 'rake'
require 'jeweler'
Jeweler::Tasks.new do |gem|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
gem.name = "BabyTooth"
gem.name = "baby_tooth"
gem.homepage = "http://github.com/terriblelabs/BabyTooth"
gem.license = "MIT"
gem.summary = %Q{A Ruby wrapper for the Health Graph API}
Expand Down
6 changes: 4 additions & 2 deletions BabyTooth.gemspec → baby_tooth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = "BabyTooth"
s.name = "baby_tooth"
s.version = "0.0.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
Expand All @@ -24,8 +24,10 @@ Gem::Specification.new do |s|
"README.rdoc",
"Rakefile",
"VERSION",
"lib/baby_tooth.rb",
"test/fixtures/vcr_cassettes/oauth/token_success.yml",
"test/helper.rb"
"test/helper.rb",
"test/test_baby_tooth.rb"
]
s.homepage = "http://github.com/terriblelabs/BabyTooth"
s.licenses = ["MIT"]
Expand Down

0 comments on commit a48c70f

Please sign in to comment.