ric 0.11.2 → 0.11.3
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/HISTORY.yml +3 -1
- data/VERSION +1 -1
- data/lib/ric/debug.rb +1 -1
- data/ric.gemspec +1 -1
- metadata +3 -3
data/HISTORY.yml
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# would like to have this in YML format :)
|
|
2
|
-
2011-01-24 v0.11.
|
|
2
|
+
2011-01-24 v0.11.3:
|
|
3
3
|
- Added debug() alias
|
|
4
|
+
2011-01-24 v0.11.2:
|
|
5
|
+
- Added debug() alias WITH A BUG!!!
|
|
4
6
|
2011-01-24 v0.11.1:
|
|
5
7
|
- 'trying to better link ric/debug, I hope God wants its the good one!!'
|
|
6
8
|
2011-01-24 v0.11.0:
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.11.
|
|
1
|
+
0.11.3
|
data/lib/ric/debug.rb
CHANGED
data/ric.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ric
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 53
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 11
|
|
9
|
-
-
|
|
10
|
-
version: 0.11.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.11.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Riccardo Carlesso
|