From cbbeaa6130c96f6f5ade6068c64aaa205ea9dfe3 Mon Sep 17 00:00:00 2001 From: Joe Lind Date: Wed, 7 Sep 2011 05:54:27 -0400 Subject: [PATCH] Version bump to 0.0.0 --- HealthGrapher.gemspec | 59 +++++++++++++++++++++++++++++++++++++++++++ Rakefile | 6 ++--- VERSION | 1 + 3 files changed, 63 insertions(+), 3 deletions(-) create mode 100644 HealthGrapher.gemspec create mode 100644 VERSION diff --git a/HealthGrapher.gemspec b/HealthGrapher.gemspec new file mode 100644 index 0000000..993d6a4 --- /dev/null +++ b/HealthGrapher.gemspec @@ -0,0 +1,59 @@ +# Generated by jeweler +# DO NOT EDIT THIS FILE DIRECTLY +# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' +# -*- encoding: utf-8 -*- + +Gem::Specification.new do |s| + s.name = "HealthGrapher" + s.version = "0.0.0" + + s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= + s.authors = ["Joe Lind"] + s.date = "2011-09-07" + s.description = "A Ruby wrapper for the Health Graph API" + s.email = "joelind@gmail.com" + s.extra_rdoc_files = [ + "LICENSE.txt", + "README.rdoc" + ] + s.files = [ + ".document", + ".rvmrc", + "Gemfile", + "HealthGrapher.gemspec", + "LICENSE.txt", + "README.rdoc", + "Rakefile", + "VERSION", + "lib/HealthGrapher.rb", + "test/helper.rb", + "test/test_HealthGrapher.rb" + ] + s.homepage = "http://github.com/terriblelabs/HealthGrapher" + s.licenses = ["MIT"] + s.require_paths = ["lib"] + s.rubygems_version = "1.8.10" + s.summary = "A Ruby wrapper for the Health Graph API" + + if s.respond_to? :specification_version then + s.specification_version = 3 + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + s.add_development_dependency(%q, [">= 0"]) + s.add_development_dependency(%q, ["~> 1.0.0"]) + s.add_development_dependency(%q, ["~> 1.6.4"]) + s.add_development_dependency(%q, [">= 0"]) + else + s.add_dependency(%q, [">= 0"]) + s.add_dependency(%q, ["~> 1.0.0"]) + s.add_dependency(%q, ["~> 1.6.4"]) + s.add_dependency(%q, [">= 0"]) + end + else + s.add_dependency(%q, [">= 0"]) + s.add_dependency(%q, ["~> 1.0.0"]) + s.add_dependency(%q, ["~> 1.6.4"]) + s.add_dependency(%q, [">= 0"]) + end +end + diff --git a/Rakefile b/Rakefile index c9f0ff8..66be2b9 100644 --- a/Rakefile +++ b/Rakefile @@ -15,10 +15,10 @@ 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 = "HealthGrapher" - gem.homepage = "http://github.com/joelind/HealthGrapher" + gem.homepage = "http://github.com/terriblelabs/HealthGrapher" gem.license = "MIT" - gem.summary = %Q{TODO: one-line summary of your gem} - gem.description = %Q{TODO: longer description of your gem} + gem.summary = %Q{A Ruby wrapper for the Health Graph API} + gem.description = %Q{A Ruby wrapper for the Health Graph API} gem.email = "joelind@gmail.com" gem.authors = ["Joe Lind"] # dependencies defined in Gemfile diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..bd52db8 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.0 \ No newline at end of file