fiveruns-dash-rails 0.7.7 → 0.7.8
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.
- data/lib/fiveruns/dash/rails/startup.rb +3 -1
- data/version.yml +1 -1
- metadata +2 -2
@@ -5,11 +5,13 @@ else
|
|
5
5
|
module Fiveruns
|
6
6
|
module Dash
|
7
7
|
module Rails
|
8
|
+
def self.start(*args, &block)
|
9
|
+
RAILS_DEFAULT_LOGGER.info "[FiveRuns Dash] Skipping startup (`#{$0}' not supported)"
|
10
|
+
end
|
8
11
|
|
9
12
|
def self.configure(*args, &block)
|
10
13
|
RAILS_DEFAULT_LOGGER.info "[FiveRuns Dash] Skipping configuration (`#{$0}' not supported for collection)"
|
11
14
|
end
|
12
|
-
|
13
15
|
end
|
14
16
|
end
|
15
17
|
end
|
data/version.yml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fiveruns-dash-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- FiveRuns Development Team
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-02-
|
12
|
+
date: 2009-02-11 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|