Skip to content

Commit

Permalink
(break it down)
Browse files Browse the repository at this point in the history
  • Loading branch information
aanand committed Mar 4, 2010
1 parent cabd05e commit 34c1fb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions git-up.gemspec
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{git-up} s.name = %q{git-up}
s.version = "0.1.0" s.version = "0.2.0"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Aanand Prasad"] s.authors = ["Aanand Prasad"]
s.date = %q{2010-01-15} s.date = %q{2010-03-04}
s.default_executable = %q{git-up} s.default_executable = %q{git-up}
s.email = %q{aanand.prasad@gmail.com} s.email = %q{aanand.prasad@gmail.com}
s.executables = ["git-up"] s.executables = ["git-up"]
Expand All @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/aanand/git-up} s.homepage = %q{http://github.com/aanand/git-up}
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5} s.rubygems_version = %q{1.3.6}
s.summary = %q{git command to fetch and rebase all branches} s.summary = %q{git command to fetch and rebase all branches}
s.test_files = [ s.test_files = [
"test/helper.rb", "test/helper.rb",
Expand Down

0 comments on commit 34c1fb2

Please sign in to comment.