three141 1.0.0 → 1.0.1

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/History.txt +5 -1
  2. data/lib/three141.rb +2 -2
  3. metadata +1 -1
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
1
  == 1.0.0 / 2007-06-24
2
2
 
3
- * First Version
3
+ * First Version
4
+
5
+ == 1.0.1 / 2007-06-24
6
+
7
+ * Fixed an error in the docs
data/lib/three141.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  class Three141
2
2
 
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
 
5
5
  def initialize
6
6
  @tp = Array.new
@@ -10,7 +10,7 @@ class Three141
10
10
 
11
11
  # It returns the first 10 pi digits (hex) starting from position = id
12
12
  #
13
- # eg: Bbp.new.digits(2)
13
+ # eg: Three141.new.digits(2)
14
14
  # => ["3", "F", "6", "A", "8", "8", "8", "5", "A", "3", "0", "8", "E", "0", "0", "0"]
15
15
 
16
16
  def digits(id)
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: three141
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.0
6
+ version: 1.0.1
7
7
  date: 2007-06-24 00:00:00 +02:00
8
8
  summary: A BBP Porting in Ruby
9
9
  require_paths: