Skip to content

Commit

Permalink
Minor tweak to Rakefile to make it more consistent with coding conven…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
dkubb committed Jul 8, 2011
1 parent e829afe commit b086b43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Rakefile
Expand Up @@ -4,12 +4,12 @@ require 'jeweler'
require 'rspec/core/rake_task'

Jeweler::Tasks.new do |gem|
gem.name = "virtus"
gem.name = 'virtus'
gem.platform = Gem::Platform::RUBY
gem.authors = ["Piotr Solnica"]
gem.email = ["piotr@rubyverse.com"]
gem.homepage = "https://github.com/solnic/virtus"
gem.summary = %q{Attributes for your plain ruby objects}
gem.authors = [ 'Piotr Solnica' ]
gem.email = [ 'piotr@rubyverse.com' ]
gem.homepage = 'https://github.com/solnic/virtus'
gem.summary = 'Attributes for your plain ruby objects'
gem.description = gem.summary
end

Expand Down

0 comments on commit b086b43

Please sign in to comment.