irule 0.2-universal-dotnet → 0.3-universal-dotnet

Sign up to get free protection for your applications and to get access to all the features.
data/README.rst CHANGED
@@ -18,8 +18,8 @@ Installation
18
18
 
19
19
  #. ``igem install irule``, or just put ``tcl.rb`` and ``irule.dll``
20
20
  somewhere in your ``LOAD_PATH``.
21
- #. On Linux or Mac, add the following to the ``<configuration>``
22
- section of ``/etc/mono/config``::
21
+ #. On Linux or Mac, you might need to add the following to the
22
+ ``<configuration>`` section of ``/etc/mono/config``::
23
23
 
24
24
  <dllmap dll="tcl85" target="tcl8.5"/>
25
25
 
@@ -0,0 +1,3 @@
1
+ <configuration>
2
+ <dllmap dll="tcl85" target="tcl8.5" os="!windows"/>
3
+ </configuration>
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.2"
4
+ version: "0.3"
5
5
  platform: universal-dotnet
6
6
  authors:
7
7
  - Ian Dees
@@ -29,7 +29,7 @@ extensions: []
29
29
  extra_rdoc_files: []
30
30
  files:
31
31
  - lib/irule.cs
32
- - lib/irule.dll
32
+ - lib/irule.dll.config
33
33
  - lib/tcl.rb
34
34
  - LICENSE.txt
35
35
  - README.rst
data/lib/irule.dll DELETED
Binary file