This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
ChangeLog
46 lines (26 loc) · 1.41 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
2011-09-29 Mike Howard <mike@clove.com>
* version 0.0.12
* lib/tasks/use_tinymce.rake: patch from https://github.com/janne: escaped curly braces in
rakefile for ruby 1.8 compatibility (and just plain correctness)
* versions 0.0.6 thru 0.0.11 - various changes to make it work with Rails 3.1.
2011-05-02 Mike Howard <mike@clove.com>
* version 0.0.5
* README.markdown: expanded and corrected. No code changes
2011-05-01 Mike Howard <mike@clove.com>
* version 0.0.4
* lib/use_tinymce/use_tinymce.rb (use_tinymce?): force all keys in class instance variables to
be symbols and convert all test strings to symbols (maybe I've finally gotten it right)
* test/use_tinymce_base_test.rb (test_use_tinymce_checks_params): added tests of use_tinymce?
which use strings as arg
* Rakefile - added provision to pass messages into commit and tag actions
2011-04-30 Mike Howard <mike@clove.com>
* version 0.0.3
* lib/use_tinymce/use_tinymce.rb (use_tinymce_link): bug - conditioning wasn't working because
defined? needed some parentheses to bind arg properly
2011-04-26 Mike Howard <mike@clove.com>
* Rakefile: corrected spelling of gem_push
2011-04-26 Mike Howard <mike@clove.com>
* version 0.0.2
* Rakefile - bugs in some of the strings which interpolated the variables gem_name & gem_version
* lib/use_tinymce/use_tinymce.rb (use_tinymce_link): added params conditional
* use_tinymce.gemspec: bumped version to 0.0.2