File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ language: ruby
3
3
rvm :
4
4
- 2.3.4
5
5
- 2.4.1
6
- before_install : gem install bundler -v 1.12.5
6
+ before_install : gem install bundler -v 1.15.3
Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ i'll update it here too
6
6
7
7
## 1.0.0alpha
8
8
9
- Add your changes here
9
+ * 6d8fee8 fixed a bug when ::Logger#log was not prepended
10
+
11
+ ::Logger#log is an alias for ::Logger#add, which
12
+ ruins concept of single entry point :(. Also teed
13
+ it to lamian instance
10
14
11
15
12
16
## 0.3.3
Original file line number Diff line number Diff line change @@ -28,9 +28,5 @@ You also can contact me using my email begdory4+lamian@gmail.com
28
28
29
29
## TODO
30
30
31
- - Lamian is now thread-local, but it probably should be available in threads,
32
- created inside ` .run ` context
33
- (` Thread.new ` core ext???)
34
-
35
31
- It probably should be separated to ` lamian ` and ` lamian-rails ` gems.
36
32
Rails dependency is never cool
You can’t perform that action at this time.
0 commit comments