Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

Commit

Permalink
Update gemspec file and Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
greglu committed Feb 26, 2011
1 parent bd8f711 commit 24c621a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
hbase-stargate (1.5.2)
hbase-stargate (1.5.3)
hbase-stargate

GEM
Expand Down
10 changes: 6 additions & 4 deletions hbase-stargate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{hbase-stargate}
s.version = "1.5.2"
s.version = "1.5.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Openplaces"]
s.date = %q{2011-02-24}
s.date = %q{2011-02-26}
s.description = %q{A Ruby client used to interact with HBase through its Stargate web service front-end}
s.email = %q{greg.lu@gmail.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -71,7 +71,7 @@ Gem::Specification.new do |s|
]
s.homepage = %q{http://github.com/greglu/hbase-stargate}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.5.2}
s.summary = %q{Ruby client for HBase's Stargate web service}
s.test_files = [
"spec/hbase-stargate/model/column_descriptor_spec.rb",
Expand All @@ -97,7 +97,6 @@ Gem::Specification.new do |s|
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand All @@ -106,19 +105,22 @@ Gem::Specification.new do |s|
s.add_development_dependency(%q<json>, [">= 0"])
s.add_development_dependency(%q<jeweler>, [">= 0"])
s.add_development_dependency(%q<rspec>, [">= 0"])
s.add_development_dependency(%q<rspec>, [">= 0"])
else
s.add_dependency(%q<hbase-stargate>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<json>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
end
else
s.add_dependency(%q<hbase-stargate>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<json>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
end
end

0 comments on commit 24c621a

Please sign in to comment.