Skip to content

Commit

Permalink
Edited sproutcore.gemspec via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellity committed Jul 27, 2011
1 parent 29dfaa6 commit fc2e864
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions sproutcore.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ $:.push File.expand_path("../lib", __FILE__)
require "sproutcore/version"

Gem::Specification.new do |s|
s.name = "sproutcore"
s.name = "abbot-from-scratch"
s.version = SproutCore::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["TODO: Write your name"]
s.email = ["TODO: Write your email address"]
s.authors = ["Strobe"]
s.homepage = "http://rubygems.org/gems/sproutcore"
s.summary = %q{TODO: Write a gem summary}
s.description = %q{TODO: Write a gem description}
s.summary = %q{Sproutcore Build tools}
s.description = %q{Sproutcore Build tools}

s.rubyforge_project = "sproutcore"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit fc2e864

Please sign in to comment.