Skip to content

Commit

Permalink
Merge branch 'release/v0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
omarriott committed Mar 2, 2013
2 parents 0e67e1c + 38196ca commit 2a2a53c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Tile Up
=======

*Tile Up* is a ruby Ruby gem that splits a large image into a set of tiles to use with javascript mapping libraries such as [Leaflet.js](http://leafletjs.com) or [Modest Maps](http://modestmaps.com/).
*Tile Up* is a ruby Ruby gem that splits a large image into a set of tiles to use with javascript mapping libraries such as [Leaflet.js](http://leafletjs.com) or [Modest Maps](http://modestmaps.com/). You can also use *Tile Up* to make tiles for `CATiledLayer` (or anything else really...).

Installation
------------
Expand Down
4 changes: 2 additions & 2 deletions tileup.gemspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Gem::Specification.new do |s|
s.name = 'tileup'
s.version = '0.1.0'
s.version = '0.1.1'
s.date = '2013-02-23'
s.summary = "Turn an image into an X,Y tile set for use with JS mapping libraries"
s.description = s.summary
s.authors = ["Oliver Marriott"]
s.email = 'hello@omarriott.com'
s.files = ["lib/tileup.rb"]
s.homepage =
'http://rubygems.org/gems/tileup'
'http://github.com/rktjmp/tileup'
s.executables << 'tileup'
s.add_runtime_dependency "rmagick", ["~> 2.13.2"]
end

0 comments on commit 2a2a53c

Please sign in to comment.