bulk_api 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/bulk/engine.rb +4 -2
- metadata +3 -5
data/lib/bulk/engine.rb
CHANGED
@@ -16,7 +16,9 @@ module Bulk
|
|
16
16
|
require 'bulk/sproutcore'
|
17
17
|
end
|
18
18
|
|
19
|
-
config
|
20
|
-
|
19
|
+
initializer "config paths" do |app|
|
20
|
+
app.config.paths.add "app/bulk", :eager_load => true
|
21
|
+
app.config.paths.add "app/sproutcore"
|
22
|
+
end
|
21
23
|
end
|
22
24
|
end
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: bulk_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.8
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Piotr Sarnacki
|
@@ -10,8 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-05-
|
14
|
-
default_executable:
|
13
|
+
date: 2011-05-19 00:00:00 Z
|
15
14
|
dependencies:
|
16
15
|
- !ruby/object:Gem::Dependency
|
17
16
|
name: rails
|
@@ -61,7 +60,6 @@ files:
|
|
61
60
|
- Rakefile
|
62
61
|
- Gemfile
|
63
62
|
- README.markdown
|
64
|
-
has_rdoc: true
|
65
63
|
homepage:
|
66
64
|
licenses: []
|
67
65
|
|
@@ -85,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
85
83
|
requirements: []
|
86
84
|
|
87
85
|
rubyforge_project:
|
88
|
-
rubygems_version: 1.
|
86
|
+
rubygems_version: 1.7.1
|
89
87
|
signing_key:
|
90
88
|
specification_version: 3
|
91
89
|
summary: Easy integration of rails apps with sproutcore.
|