panmind-rtf 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +5 -4
  2. data/VERSION.yml +1 -1
  3. data/lib/rtf/style.rb +1 -1
  4. metadata +2 -2
@@ -1,9 +1,10 @@
1
1
  == Purpose of this fork
2
2
 
3
- * Add support for ordered and unordered lists [done]
4
- * Write comprehensive tests for OL and UL [TODO]
5
- * Clean up the API [TODO]
6
- * DRY the code [TODO]
3
+ * [DONE] Add support for ordered and unordered lists
4
+ * [DONE] Add support for hyperlinks
5
+ * [TODO] Write comprehensive tests for OL and UL
6
+ * [TODO] Clean up the API
7
+ * [TODO] DRY the code
7
8
 
8
9
  Please, please, please: if you come along this library and would lend me an
9
10
  hand to complete tests, please help. Thank you!
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 4
4
- :patch: 0
4
+ :patch: 1
5
5
  :build:
@@ -302,4 +302,4 @@ module RTF
302
302
  end
303
303
  end
304
304
  end # End of the DocumentStyle class.
305
- end # End of the RTF module.
305
+ end # End of the RTF module.
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 0
9
- version: 0.4.0
8
+ - 1
9
+ version: 0.4.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Peter Wood