ric 0.10.7 → 0.10.8
Sign up to get free protection for your applications and to get access to all the features.
- data/HISTORY.yml +8 -6
- data/VERSION +1 -1
- data/lib/ric.rb +1 -0
- data/ric.gemspec +1 -1
- metadata +3 -3
data/HISTORY.yml
CHANGED
@@ -1,13 +1,15 @@
|
|
1
1
|
# would like to have this in YML format :)
|
2
2
|
|
3
|
-
2011-01-24 v0.10.
|
4
|
-
-
|
5
|
-
2011-01-
|
3
|
+
2011-01-24 10:03 v0.10.8:
|
4
|
+
- lib typo..
|
5
|
+
2011-01-24 v0.10.7:
|
6
|
+
- Added Ric::Debug with deb and debug_on (and merged)
|
7
|
+
2011-01-16 v0.10.1:
|
6
8
|
- moving everything! Its a miracle if it still works.. in fact it doesnt
|
7
|
-
2011-01-16
|
9
|
+
2011-01-16 v0.9.7:
|
8
10
|
- ric_help fixed
|
9
11
|
- VERSION made DRY! (same in module Ric.version and into gem! Its extremely unefficient but thats the price for dryness!)
|
10
|
-
2011-01-16
|
12
|
+
2011-01-16 v0.9.6:
|
11
13
|
- colors are broken, I implemnent a small test script in bin/
|
12
|
-
2011-01-16
|
14
|
+
2011-01-16 v0.9.2:
|
13
15
|
- Added uniquify from rbates just to copy it.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.10.
|
1
|
+
0.10.8
|
data/lib/ric.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: 39
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 10
|
9
|
-
-
|
10
|
-
version: 0.10.
|
9
|
+
- 8
|
10
|
+
version: 0.10.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Riccardo Carlesso
|