libaaron 1.0.2 → 1.0.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 (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/libaaron.rb +2 -2
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- Version 1.0
1
+ Version 1.0.3
data/lib/libaaron.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  #! /usr/bin/env ruby
2
2
 
3
- # Version 1.0
3
+ # Version 1.0.3
4
4
 
5
5
  # Copyright 2008, 2009, 2010 Aaron Lynch
6
6
 
@@ -110,4 +110,4 @@ module Kernel
110
110
  def numform(*args)
111
111
  Numeric.format(*args)
112
112
  end
113
- end
113
+ end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 2
9
- version: 1.0.2
8
+ - 3
9
+ version: 1.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Aaron Lynch