Skip to content

Commit

Permalink
Merge pull request #2 from hidakatsuya/release-1.0
Browse files Browse the repository at this point in the history
Release 1.0
  • Loading branch information
hidakatsuya committed Jan 4, 2016
2 parents 9a29c7a + 8c41b68 commit 8299dd8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: ruby
sudo: false

rvm:
- 2.1.8
- 2.2.4
- 2.3.0

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ In order to draw emoji, you will need to use a TTF - True Type Font. I strongly
* Alignment support
* Font size support

## Supported versions

* Ruby 2.1, 2.2, 2.3
* Prawn 1.3, 2.0.2

See https://travis-ci.org/hidakatsuya/prawn-emoji.

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/hidakatsuya/prawn-emoji.
Expand Down
2 changes: 1 addition & 1 deletion lib/prawn/emoji/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Prawn
module Emoji
VERSION = '0.1.0'.freeze
VERSION = '1.0.0'.freeze
end
end

0 comments on commit 8299dd8

Please sign in to comment.