mole 1.0.3 → 1.0.4

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.txt +6 -3
  2. data/lib/mole/version.rb +1 -1
  3. metadata +1 -1
data/README.txt CHANGED
@@ -22,9 +22,12 @@ instead.
22
22
 
23
23
  == PROJECT INFORMATION
24
24
 
25
- * Developer: Fernand Galiana [liquidrail.com]
26
- * Forum: http://groups.google.com/group/mole-plugin
27
- * Home: mole.rubyforge.org
25
+ * Developer: Fernand Galiana [liquidrail.com]
26
+ * Forum: http://groups.google.com/group/mole-plugin
27
+ * Home: mole.rubyforge.org
28
+ * Svn: svn://rubyforge.org/var/svn/mole/mole/trunk
29
+ * Snitch Svn: svn://rubyforge.org/var/svn/mole/snitch/trunk
30
+ * Examples: svn://rubyforge.org/var/svn/mole/samples
28
31
 
29
32
  == FEATURES:
30
33
 
data/lib/mole/version.rb CHANGED
@@ -2,7 +2,7 @@ module Mole
2
2
  module Version
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- TINY = 3
5
+ TINY = 4
6
6
 
7
7
  # Returns the version string for the library.
8
8
  #
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: mole
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.3
6
+ version: 1.0.4
7
7
  date: 2008-03-06 00:00:00 -07:00
8
8
  summary: A flexible way to track user's interactions within your ruby web applications
9
9
  require_paths: