parallelpipes 1.0.1 → 1.0.1.2
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/lib/parallelpipes.rb +3 -1
- metadata +3 -2
data/lib/parallelpipes.rb
CHANGED
|
@@ -18,10 +18,12 @@
|
|
|
18
18
|
#
|
|
19
19
|
# Current status: Production/Stable
|
|
20
20
|
#
|
|
21
|
-
# Version: 0.1
|
|
21
|
+
# Version: 1.0.1
|
|
22
22
|
#
|
|
23
23
|
# This is free software released under the GNU GPL. It comes with no warranty.
|
|
24
24
|
# You are free to modify and release this software, as long as due credit is given to the authors.
|
|
25
|
+
#
|
|
26
|
+
# Please submit bugs to RubyForge: http://rubyforge.org/projects/parallelpipes/
|
|
25
27
|
#
|
|
26
28
|
#
|
|
27
29
|
# = Introduction
|
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: parallelpipes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 95
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
9
|
- 1
|
|
10
|
-
|
|
10
|
+
- 2
|
|
11
|
+
version: 1.0.1.2
|
|
11
12
|
platform: ruby
|
|
12
13
|
authors:
|
|
13
14
|
- Edmund Highcock
|