ric 0.10.6 → 0.10.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. data/HISTORY.yml +2 -0
  2. data/README.md +4 -1
  3. data/VERSION +1 -1
  4. data/lib/ric.rb +2 -1
  5. data/ric.gemspec +2 -2
  6. metadata +4 -4
data/HISTORY.yml CHANGED
@@ -1,5 +1,7 @@
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)
3
5
  2011-01-16 v0.10.1:
4
6
  - moving everything! Its a miracle if it still works.. in fact it doesnt
5
7
  2011-01-16 v0.9.7:
data/README.md CHANGED
@@ -1,7 +1,10 @@
1
1
 
2
- # Ric (Lib)
2
+ # Ric
3
+
3
4
  <img src="https://github.com/palladius/riclib/raw/master/images/photos/Riccardo/Riccardo%20OnBedWithPenguin.jpg" width="300" alt="Sleeping with my Penguin" align='right' />
4
5
 
6
+ Welcome to ''ric'' (formerly known as 'riclib').
7
+
5
8
  This is [my](http://www.palladius.it/) first public repository with icons code and stuff.
6
9
 
7
10
  Modern life is RUBYish, so am I ;-)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.6
1
+ 0.10.7
data/lib/ric.rb CHANGED
@@ -22,4 +22,5 @@ module Ric
22
22
 
23
23
  end
24
24
 
25
- include Ric::Colors
25
+ include Ric::Colors
26
+ include Ric::Debug
data/ric.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ric}
5
- s.version = "0.10.6"
5
+ s.version = "0.10.7"
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"]
9
- s.date = %q{2011-01-21}
9
+ s.date = %q{2011-01-24}
10
10
  s.description = %q{My first gem with various utilities (colors and tests now).
11
11
  My name is Riccardo, hence 'ric' (ok I admit it, this was just ot prove Im able to build a sentence
12
12
  with hence!)}
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: 59
4
+ hash: 57
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 10
9
- - 6
10
- version: 0.10.6
9
+ - 7
10
+ version: 0.10.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Riccardo Carlesso
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-21 00:00:00 +00:00
18
+ date: 2011-01-24 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies: []
21
21