rmtools 1.1.9 → 1.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.txt +4 -0
- data/Rakefile +1 -1
- data/lib/rmtools/core/object.rb +1 -1
- data/lib/rmtools/core/proc.rb +1 -1
- data/lib/rmtools/debug_notrace.rb +1 -1
- metadata +4 -4
data/README.txt
CHANGED
|
@@ -8,6 +8,10 @@ Methods for basic classes addon collection.
|
|
|
8
8
|
|
|
9
9
|
== CHANGES
|
|
10
10
|
|
|
11
|
+
=== Version 1.1.10
|
|
12
|
+
|
|
13
|
+
* Some bugfixes for previous updates
|
|
14
|
+
|
|
11
15
|
=== Version 1.1.8
|
|
12
16
|
|
|
13
17
|
* Deleted String#to_proc. It's anyway inconsistent and causes bug in ActiveRecord 3.0.5 Base#interpolate_and_sanitize_sql and potentially somewhere else
|
data/Rakefile
CHANGED
data/lib/rmtools/core/object.rb
CHANGED
data/lib/rmtools/core/proc.rb
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
|
-
RMTools::require 'debug/{observing,timer}'
|
|
2
|
+
RMTools::require 'debug/{observing,timer,trace_format}'
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rmtools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 7
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 1.1.
|
|
9
|
+
- 10
|
|
10
|
+
version: 1.1.10
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Shinku
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-03-
|
|
18
|
+
date: 2011-03-24 00:00:00 +03:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|