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.
Files changed (5) hide show
  1. data/HISTORY.yml +3 -1
  2. data/VERSION +1 -1
  3. data/lib/ric/debug.rb +1 -1
  4. data/ric.gemspec +1 -1
  5. metadata +3 -3
@@ -1,6 +1,8 @@
1
1
  # would like to have this in YML format :)
2
- 2011-01-24 v0.11.2:
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.2
1
+ 0.11.3
@@ -28,7 +28,7 @@ module Ric
28
28
  puts( final_str ) if ((really_write && $DEBUG) || write_always) && ! opts[:tag]
29
29
  end
30
30
  end #/debug2()
31
- alias :deb :debug
31
+ alias :debug :deb
32
32
 
33
33
  class RicDebug
34
34
  def self.help
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ric}
5
- s.version = "0.11.2"
5
+ s.version = "0.11.3"
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: 55
4
+ hash: 53
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 11
9
- - 2
10
- version: 0.11.2
9
+ - 3
10
+ version: 0.11.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Riccardo Carlesso