mole 1.0.9 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
data/Manifest.txt CHANGED
@@ -8,6 +8,7 @@ config/test_database.yml
8
8
  lib/mole.rb
9
9
  lib/mole/db/migrate.rb
10
10
  lib/mole/e_mole.rb
11
+ lib/mole/e_mole_helper.rb
11
12
  lib/mole/logger.rb
12
13
  lib/mole/models/mole_feature.rb
13
14
  lib/mole/models/mole_log.rb
data/Rakefile CHANGED
@@ -42,5 +42,5 @@ end
42
42
  task 'gem:package' => 'manifest:assert'
43
43
 
44
44
 
45
- depend_on "logging" , "= 0.7.1"
45
+ depend_on "logging" , "~> 0.9.0"
46
46
  depend_on "activerecord", "= 2.0.2"
data/bin/molify CHANGED
File without changes
@@ -0,0 +1,2 @@
1
+ module Mole::EMoleHelper
2
+ end
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 = 9
5
+ TINY = 11
6
6
 
7
7
  # Returns the version string for the library.
8
8
  #
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mole
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fernand Galiana
@@ -9,20 +9,22 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-04-24 00:00:00 -06:00
12
+ date: 2008-08-25 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: logging
17
+ type: :runtime
17
18
  version_requirement:
18
19
  version_requirements: !ruby/object:Gem::Requirement
19
20
  requirements:
20
- - - "="
21
+ - - ~>
21
22
  - !ruby/object:Gem::Version
22
- version: 0.7.1
23
+ version: 0.9.0
23
24
  version:
24
25
  - !ruby/object:Gem::Dependency
25
26
  name: activerecord
27
+ type: :runtime
26
28
  version_requirement:
27
29
  version_requirements: !ruby/object:Gem::Requirement
28
30
  requirements:
@@ -53,6 +55,7 @@ files:
53
55
  - lib/mole.rb
54
56
  - lib/mole/db/migrate.rb
55
57
  - lib/mole/e_mole.rb
58
+ - lib/mole/e_mole_helper.rb
56
59
  - lib/mole/logger.rb
57
60
  - lib/mole/models/mole_feature.rb
58
61
  - lib/mole/models/mole_log.rb
@@ -204,7 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
204
207
  requirements: []
205
208
 
206
209
  rubyforge_project: mole
207
- rubygems_version: 1.0.1
210
+ rubygems_version: 1.2.0
208
211
  signing_key:
209
212
  specification_version: 2
210
213
  summary: A flexible way to track user's interactions within your ruby web applications