Skip to content

Commit d81d1ae

Browse files
olleolleolleioquatix
authored andcommitted
YARD: Render History.txt as RDoc
- drop bad whitespace in README - add a yardopts file
1 parent 64d2da7 commit d81d1ae

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

.yardopts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
--no-private
2+
lib/**/.rb
3+
-
4+
History.txt
5+
LICENSE
6+
README.md

History.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!--
2+
# @markup rdoc
3+
# @title CHANGELOG
4+
-->
5+
16
=== 2.0.0 / 2013-12-21
27

38
- Drop Ruby 1.8 compatibility
@@ -57,4 +62,3 @@
5762
* 1 major enhancement
5863

5964
* Birthday!
60-

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ methods besides `POST`.
88
## Features/Problems
99

1010
* Appears to actually work. A good feature to have.
11-
* Encapsulates posting of file/binary parts and name/value parameter parts, similar to
11+
* Encapsulates posting of file/binary parts and name/value parameter parts, similar to
1212
most browsers' file upload forms.
1313
* Provides an `UploadIO` helper class to prepare IO objects for inclusion in the params
1414
hash of the multipart post object.
1515

1616
## Installation
1717

18-
gem install multipart-post
19-
18+
gem install multipart-post
19+
2020
or in your Gemfile
2121

2222
gem 'multipart-post'
@@ -51,7 +51,7 @@ res = Net::HTTP.start(url.host, url.port) do |http|
5151
end
5252
```
5353

54-
To post files with other normal, non-file params such as input values, you need to pass hashes to the `Multipart.new` method.
54+
To post files with other normal, non-file params such as input values, you need to pass hashes to the `Multipart.new` method.
5555

5656
In Rails 4 for example:
5757

0 commit comments

Comments
 (0)