Skip to content

Commit

Permalink
Add .yardopts to manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
janfri committed Apr 11, 2012
1 parent 8d1091a commit 63f3007
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.4.2
- Add .yardopts file to gem.

v1.4.1 v1.4.1
- Update documentation for using yard. - Update documentation for using yard.


Expand Down
1 change: 1 addition & 0 deletions Manifest
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ README.rdoc
Rakefile Rakefile
TODO TODO
Tutorial.rdoc Tutorial.rdoc
.yardopts
examples/external_photo.rb examples/external_photo.rb
examples/print_portraits.rb examples/print_portraits.rb
examples/shift_time.rb examples/shift_time.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/mini_exiftool.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class MiniExiftool
attr_reader :filename attr_reader :filename
attr_accessor :numerical, :composite, :convert_encoding, :errors, :timestamps attr_accessor :numerical, :composite, :convert_encoding, :errors, :timestamps


VERSION = '1.4.1' VERSION = '1.4.2'


# +opts+ support at the moment # +opts+ support at the moment
# * <code>:numerical</code> for numerical values, default is +false+ # * <code>:numerical</code> for numerical values, default is +false+
Expand Down

0 comments on commit 63f3007

Please sign in to comment.