positionrange 0.6.2 → 0.6.4

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.
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.2
4
+ version: 0.6.4
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-01-20 00:00:00 +01:00
12
+ date: 2009-05-26 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -24,11 +24,10 @@ extra_rdoc_files: []
24
24
  files:
25
25
  - Rakefile
26
26
  - install.rb
27
- - README.txt
28
- - CHANGELOG.txt
29
- - LICENSE.txt
27
+ - README
28
+ - CHANGELOG
29
+ - LICENSE
30
30
  - lib/position_range.rb
31
- - lib/position_range
32
31
  - lib/position_range/version.rb
33
32
  - lib/position_range/error.rb
34
33
  - lib/position_range/list.rb
@@ -38,6 +37,8 @@ files:
38
37
  - test/test_helper.rb
39
38
  has_rdoc: true
40
39
  homepage: http://positionrange.rubyforge.org
40
+ licenses: []
41
+
41
42
  post_install_message:
42
43
  rdoc_options: []
43
44
 
@@ -58,9 +59,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
59
  requirements:
59
60
  - none
60
61
  rubyforge_project: positionrange
61
- rubygems_version: 1.3.1
62
+ rubygems_version: 1.3.3
62
63
  signing_key:
63
- specification_version: 2
64
+ specification_version: 3
64
65
  summary: Ranges with attributes that can be juggled.
65
66
  test_files: []
66
67
 
data/CHANGELOG.txt DELETED
@@ -1,8 +0,0 @@
1
- *0.6.0* (28 December 2008)
2
-
3
- * First release as a gem
4
-
5
-
6
- *0.6.1* (31 December 2008)
7
-
8
- * Updated README.txt