relax4 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.
- data/README.rdoc +2 -2
- data/lib/relax4/version.rb +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
|
@@ -85,10 +85,10 @@ You should be able to install with
|
|
|
85
85
|
|
|
86
86
|
gem install relax4
|
|
87
87
|
|
|
88
|
-
|
|
88
|
+
Alternatively, you can get the source with
|
|
89
89
|
|
|
90
90
|
git clone http://github.com/jdleesmiller/relax4_ruby.git
|
|
91
|
-
|
|
91
|
+
|
|
92
92
|
and run
|
|
93
93
|
|
|
94
94
|
gem build relax4.gemspec
|
data/lib/relax4/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: relax4
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.0.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- John Lees-Miller
|