From a48c70f49d49f094f31bea2230ad22e40e7e1c7c Mon Sep 17 00:00:00 2001 From: Joe Lind Date: Fri, 9 Sep 2011 09:17:43 -0400 Subject: [PATCH] Fix gem name --- Rakefile | 2 +- BabyTooth.gemspec => baby_tooth.gemspec | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) rename BabyTooth.gemspec => baby_tooth.gemspec (96%) diff --git a/Rakefile b/Rakefile index 909ab72..c477529 100644 --- a/Rakefile +++ b/Rakefile @@ -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} diff --git a/BabyTooth.gemspec b/baby_tooth.gemspec similarity index 96% rename from BabyTooth.gemspec rename to baby_tooth.gemspec index 7b7ddcb..bf381d3 100644 --- a/BabyTooth.gemspec +++ b/baby_tooth.gemspec @@ -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= @@ -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"]