irule 0.3-universal-dotnet → 0.3.1-universal-dotnet

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rst +6 -5
  2. data/lib/irule.dll +0 -0
  3. metadata +2 -1
data/README.rst CHANGED
@@ -9,16 +9,17 @@ its more full-featured cousin, the tcl_ Ruby library.
9
9
 
10
10
  Prerequisites
11
11
  -------------
12
- #. IronRuby.
13
- #. Tcl 8.5.
14
- #. Mono or .NET.
12
+ 1. IronRuby.
13
+ 2. Tcl 8.5.
14
+ 3. Mono or .NET.
15
15
 
16
16
  Installation
17
17
  ------------
18
18
 
19
- #. ``igem install irule``, or just put ``tcl.rb`` and ``irule.dll``
19
+ 1. ``igem install irule``, or just put ``tcl.rb`` and ``irule.dll``
20
20
  somewhere in your ``LOAD_PATH``.
21
- #. On Linux or Mac, you might need to add the following to the
21
+
22
+ 2. On Linux or Mac, you might need to add the following to the
22
23
  ``<configuration>`` section of ``/etc/mono/config``::
23
24
 
24
25
  <dllmap dll="tcl85" target="tcl8.5"/>
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: irule
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.3"
4
+ version: 0.3.1
5
5
  platform: universal-dotnet
6
6
  authors:
7
7
  - Ian Dees
@@ -29,6 +29,7 @@ extensions: []
29
29
  extra_rdoc_files: []
30
30
  files:
31
31
  - lib/irule.cs
32
+ - lib/irule.dll
32
33
  - lib/irule.dll.config
33
34
  - lib/tcl.rb
34
35
  - LICENSE.txt