w32evol_ruby 0.0.2 → 0.0.3

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 +1 -1
  2. data/examples/example.rb +1 -1
  3. metadata +2 -2
data/README.rdoc CHANGED
@@ -41,7 +41,7 @@ You might need to use sudo.
41
41
  This example is found in the examples directory.
42
42
  #!/usr/bin/env ruby
43
43
 
44
- require 'w32evol_ruby'
44
+ require 'w32evol'
45
45
 
46
46
  ARGF.binmode
47
47
  input = ARGF.read
data/examples/example.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require 'w32evol_ruby'
3
+ require 'w32evol'
4
4
 
5
5
  ARGF.binmode
6
6
  input = ARGF.read
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Martin Velez