mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
Bump for release v1.0.5
This commit is contained in:
parent
0918f1e792
commit
d15d687090
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
# HISTORY
|
# HISTORY
|
||||||
|
|
||||||
|
## [v1.0.5 (Jul 28, 2013)](http://github.com/ms-ati/docile/compare/v1.0.4...v1.0.5)
|
||||||
|
|
||||||
|
- achieve 100% yard docs coverage
|
||||||
|
- fix rendering of docs at http://rubydoc.info/gems/docile
|
||||||
|
|
||||||
## [v1.0.4 (Jul 25, 2013)](http://github.com/ms-ati/docile/compare/v1.0.3...v1.0.4)
|
## [v1.0.4 (Jul 25, 2013)](http://github.com/ms-ati/docile/compare/v1.0.3...v1.0.4)
|
||||||
|
|
||||||
- simplify and clarify code
|
- simplify and clarify code
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module Docile
|
module Docile
|
||||||
# The current version of this library
|
# The current version of this library
|
||||||
VERSION = "1.0.4"
|
VERSION = "1.0.5"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue