Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Dec 16, 2011
1 parent febfaac commit bc1d17d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions gorgeous.gemspec
Expand Up @@ -2,23 +2,19 @@

Gem::Specification.new do |gem|
gem.name = 'gorgeous'
gem.version = '0.1.1'
gem.date = Time.now.strftime('%Y-%m-%d')
gem.version = '0.1.2'

# gem.add_dependency 'hpricot', '~> 0.8.2'
# gem.add_development_dependency 'rspec', '~> 1.2.9'

gem.summary = "Convert between different data formats"
gem.summary = "Convert between different data formats; prettify JSON, HTML and XML"
# gem.description = "Longer description."

gem.authors = ['Mislav Marohnić']
gem.email = 'mislav.marohnic@gmail.com'
gem.homepage = 'http://github.com/mislav/gorgeous'
gem.homepage = 'https://github.com/mislav/gorgeous'

gem.rubyforge_project = nil
gem.has_rdoc = false
# gem.rdoc_options = ['--main', 'README.rdoc', '--charset=UTF-8']
# gem.extra_rdoc_files = ['README.rdoc', 'LICENSE', 'CHANGELOG.rdoc']

gem.executables = %w( gorgeous )
gem.files = Dir['Rakefile', '{bin,lib,man,test,spec}/**/*', 'README*', 'LICENSE*'] & `git ls-files -z`.split("\0")
Expand Down

0 comments on commit bc1d17d

Please sign in to comment.