README.rdoc in assembly-objectfile-1.6.3 vs README.rdoc in assembly-objectfile-1.6.4

- old
+ new

@@ -63,10 +63,11 @@ - 1.5.6 do a further check for alternate existence of color profile in exif - 1.5.7 include Gemfile.lock, pin Nokogiri to 1.5.x and ActiveSupport to 3.2.x - 1.6.1 remove dependencies on sulgems - 1.6.2 Added APLv2 artifacts - 1.6.3 Integrate with TravisCI +- 1.6.4 Try and solve UTF-8 encoding issues with exif data in images ==Usage The gem currently has methods for: - filesize @@ -75,9 +76,14 @@ ==Running tests bundle exec rspec spec +==Releasing the gem + +gem build assembly-objectfile.gemspec +gem push assembly-objectfile-x.y.z.gem # replace x-y-z with the version number + ==Generate documentation To generate documentation into the "doc" folder: yard