background_lite 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/init.rb +1 -13
- metadata +3 -3
data/init.rb
CHANGED
@@ -1,13 +1 @@
|
|
1
|
-
require File.dirname(__FILE__) + '/lib/
|
2
|
-
require File.dirname(__FILE__) + '/lib/core_ext/object'
|
3
|
-
require File.dirname(__FILE__) + '/lib/core_ext/class'
|
4
|
-
require File.dirname(__FILE__) + '/lib/core_ext/numeric'
|
5
|
-
require File.dirname(__FILE__) + '/lib/core_ext/symbol'
|
6
|
-
require File.dirname(__FILE__) + '/lib/core_ext/nil_class'
|
7
|
-
Dir.glob(File.dirname(__FILE__) + '/lib/core_ext/handlers/*.rb').each do |handler|
|
8
|
-
require handler
|
9
|
-
end
|
10
|
-
Dir.glob(File.dirname(__FILE__) + '/lib/core_ext/error_reporters/*.rb').each do |reporter|
|
11
|
-
require reporter
|
12
|
-
end
|
13
|
-
require File.dirname(__FILE__) + '/lib/rails_ext/activerecord/base'
|
1
|
+
require File.dirname(__FILE__) + '/lib/background_lite'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: background_lite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 1
|
10
|
+
version: 0.2.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Thomas Kadauke
|