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.
Files changed (3) hide show
  1. data/README.rdoc +2 -2
  2. data/lib/relax4/version.rb +1 -1
  3. 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
- on an x86_64-linux machine. Otherwise, you'll have to get the source
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
@@ -1,3 +1,3 @@
1
1
  module Relax4
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
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: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - John Lees-Miller