Skip to content

Commit

Permalink
Update gemspec (v1.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamey J. DeOrio committed Apr 9, 2014
1 parent 67c612b commit 17d3d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions honeybii.gemspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Gem::Specification.new do |s|
s.name = 'honeybii'
s.version = '1.2.0'
s.version = '1.3.0'
s.date = '2014-04-04'
s.executables << 'honeybii'
s.add_runtime_dependency 'rmagick', ['< 3.0']
s.add_runtime_dependency 'rmagick', ['~> 2.0']
s.files = ['lib/honeybii.rb', 'lib/honeybii/ascii_image.rb', 'lib/honeybii/shaded_ascii.rb']
s.summary = 'An image to ascii converter'
s.description = 'A command-line image to ascii conversion tool'
Expand Down

0 comments on commit 17d3d67

Please sign in to comment.