positionrange 0.6.6 → 0.6.7

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.
data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ *0.6.7* (4 June 2009)
2
+
3
+ * Fixed rdoc-generation bug in README
4
+
5
+
1
6
  *0.6.6* (26 May 2009)
2
7
 
3
8
  * Fixed bug in translate_to/from_view
@@ -12,7 +17,7 @@
12
17
 
13
18
  *0.6.2* (20 January 2009)
14
19
 
15
- * Updated link to docs in README.txt
20
+ * Updated link to docs in README
16
21
 
17
22
 
18
23
  *0.6.1* (31 December 2008)
data/README CHANGED
@@ -1,6 +1,5 @@
1
1
  = Position Range Gem documentation
2
-
3
- -- Ranges with attributes that can be juggled
2
+ "Ranges with attributes that can be juggled"
4
3
 
5
4
  Allows you to assign random attributes to ranges and juggle them in
6
5
  lists. Also adds parsing from string, but most intereting when used in
@@ -2,7 +2,7 @@ module PositionRange
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 6
5
- TINY = 6
5
+ TINY = 7
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: positionrange
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.6
4
+ version: 0.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wybo Wiersma
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-26 00:00:00 +02:00
12
+ date: 2009-06-06 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -59,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
59
  requirements:
60
60
  - none
61
61
  rubyforge_project: positionrange
62
- rubygems_version: 1.3.3
62
+ rubygems_version: 1.3.4
63
63
  signing_key:
64
64
  specification_version: 3
65
65
  summary: Ranges with attributes that can be juggled.