Skip to content

Commit

Permalink
Version bump to 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joelind committed Sep 7, 2011
1 parent 56c1f37 commit cbbeaa6
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 3 deletions.
59 changes: 59 additions & 0 deletions HealthGrapher.gemspec
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"
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<shoulda>, [">= 0"])
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.6.4"])
s.add_development_dependency(%q<rcov>, [">= 0"])
else
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
s.add_dependency(%q<rcov>, [">= 0"])
end
else
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
s.add_dependency(%q<rcov>, [">= 0"])
end
end

6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
gem.authors = ["Joe Lind"]
# dependencies defined in Gemfile
Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.0

0 comments on commit cbbeaa6

Please sign in to comment.