adhearsion 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/.version +1 -1
  2. data/ahn +1 -1
  3. data/lib/core_extensions.rb +1 -1
  4. metadata +1 -1
data/.version CHANGED
@@ -1 +1 @@
1
- 0.7.2
1
+ 0.7.3
data/ahn CHANGED
@@ -156,11 +156,11 @@ when 'start'
156
156
  class << Object
157
157
  aliens = Dir[File.join('helpers', '*.alien.*')]
158
158
  aliens.each do |f|
159
- require 'inline'
160
159
  f = File.basename f
161
160
  config_file = File.join %W(config helpers #{f}.yml)
162
161
  config = File.readable?(config_file) ? YAML.load_file(config_file) : {}
163
162
  if config.delete('enabled') != false
163
+ require 'inline'
164
164
  lang = f[f.rindex('.')+1..-1]
165
165
  puts "Loading helper #{f} as #{lang.upcase}"
166
166
 
@@ -124,7 +124,7 @@ end
124
124
  # end
125
125
  #end
126
126
 
127
- class Module
127
+ class Numeric
128
128
 
129
129
  # One ring is approximately six seconds.
130
130
  def rings() self*6 end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: adhearsion
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.7.2
6
+ version: 0.7.3
7
7
  date: 2006-12-29 00:00:00 -06:00
8
8
  summary: Adhearsion is a professional integration system for integrating anything and everything.
9
9
  require_paths: