Skip to content

Commit

Permalink
Bump version number and required rubygems number, drop required rubyg…
Browse files Browse the repository at this point in the history
…ems version
  • Loading branch information
practicingruby committed Jan 21, 2014
1 parent 56be4cb commit 310a87e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ttfunk.gemspec
@@ -1,14 +1,13 @@
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = 'ttfunk' spec.name = 'ttfunk'
spec.version = '1.0.3' spec.version = '1.1.0'
spec.platform = Gem::Platform::RUBY spec.platform = Gem::Platform::RUBY
spec.summary = "TrueType Font Metrics Parser" spec.summary = "TrueType Font Metrics Parser"
spec.description = "Get Ya TrueType Funk On! (Font Metrics Parser for Prawn)" spec.description = "Get Ya TrueType Funk On! (Font Metrics Parser for Prawn)"


spec.files = Dir.glob("{lib,data,examples}/**/*") + spec.files = Dir.glob("{lib,data,examples}/**/*") +
['CHANGELOG', 'README.rdoc', 'COPYING', 'LICENSE', 'GPLv2', 'GPLv3'] ['CHANGELOG', 'README.rdoc', 'COPYING', 'LICENSE', 'GPLv2', 'GPLv3']
spec.required_ruby_version = '>= 1.8.7' spec.required_ruby_version = '>= 1.9.3'
spec.required_rubygems_version = ">= 1.3.6"
spec.add_development_dependency('rdoc') spec.add_development_dependency('rdoc')
spec.add_development_dependency('rspec') spec.add_development_dependency('rspec')
spec.add_development_dependency('rake') spec.add_development_dependency('rake')
Expand Down

0 comments on commit 310a87e

Please sign in to comment.