positionrange 0.6.4 → 0.6.5

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,4 +1,4 @@
1
- *0.6.4* (May 2009)
1
+ *0.6.5* (26 May 2009)
2
2
 
3
3
  * Fixed bug in translate_to/from_view
4
4
  * Added non-'!' alternatives to methods
data/README CHANGED
@@ -101,12 +101,10 @@ This documentation can be browsed online at:
101
101
  == Copyrights
102
102
 
103
103
  Position Range and these docs are Copyright (c) 2006-2009 The LogiLogi
104
- Foundation. Position Range is licensed under the {Affero General Public
105
- License}[http://www.fsf.org/licensing/licenses/agpl-3.0.html].
104
+ Foundation. Position Range is licensed under the {GNU Lesser General
105
+ Public License}[http://www.gnu.org/licenses/lgpl-3.0-standalone.html].
106
106
  These docs are available under the {Creative Commons Attribution-Share
107
107
  Alike License}[http://creativecommons.org/licenses/by-sa/3.0/].
108
108
 
109
- If you want to use Position Range in a publicly accessable application
110
- that is not Free Software (that means not Affero GPLed), then please
111
- {contact us}[mailto:foundation@logilogi.org] for single server
112
- licenses or special arrangements.
109
+ You can use Position Range in an application that is not Free Software
110
+ but Position Range itself remains Free Software.
@@ -2,7 +2,7 @@ module PositionRange
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 6
5
- TINY = 4
5
+ TINY = 5
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.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wybo Wiersma