ric 0.10.7 → 0.10.8

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.
Files changed (5) hide show
  1. data/HISTORY.yml +8 -6
  2. data/VERSION +1 -1
  3. data/lib/ric.rb +1 -0
  4. data/ric.gemspec +1 -1
  5. 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.7:
4
- - Added Ric::Debug with deb and debug_on (and merged)
5
- 2011-01-16 v0.10.1:
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 v0.9.7:
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 v0.9.6:
12
+ 2011-01-16 v0.9.6:
11
13
  - colors are broken, I implemnent a small test script in bin/
12
- 2011-01-16 v0.9.2:
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.7
1
+ 0.10.8
data/lib/ric.rb CHANGED
@@ -1,6 +1,7 @@
1
1
 
2
2
  # Riccardo New Stuff
3
3
  require 'ric/colors'
4
+ require 'ric/debug'
4
5
  require 'ric/html'
5
6
  require 'ric/zibaldone'
6
7
 
data/ric.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ric}
5
- s.version = "0.10.7"
5
+ s.version = "0.10.8"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Riccardo Carlesso"]
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: 57
4
+ hash: 39
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 10
9
- - 7
10
- version: 0.10.7
9
+ - 8
10
+ version: 0.10.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Riccardo Carlesso