Skip to content

Commit

Permalink
Aligned code in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Dec 10, 2013
1 parent bf7d719 commit a986587
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions jbuilder.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Gem::Specification.new do |s|
s.name = 'jbuilder'
s.version = '2.0.0.beta2'
s.author = 'David Heinemeier Hansson'
s.email = '[email protected]'
s.summary = 'Create JSON structures via a Builder-style DSL'
s.name = 'jbuilder'
s.version = '2.0.0.beta2'
s.author = 'David Heinemeier Hansson'
s.email = '[email protected]'
s.summary = 'Create JSON structures via a Builder-style DSL'
s.homepage = 'https://github.com/rails/jbuilder'
s.license = 'MIT'
s.license = 'MIT'

s.required_ruby_version = '>= 1.9.3'

Expand Down

0 comments on commit a986587

Please sign in to comment.