tronprint 0.0.14 → 0.0.15
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/tronprint/version.rb +1 -1
- data/lib/tronprint.rb +3 -3
- metadata +4 -4
data/lib/tronprint/version.rb
CHANGED
data/lib/tronprint.rb
CHANGED
|
@@ -108,14 +108,14 @@ module Tronprint
|
|
|
108
108
|
def default_config
|
|
109
109
|
return @default_config unless @default_config.nil?
|
|
110
110
|
@default_config = {
|
|
111
|
-
:application_name => File.basename(Dir.pwd)
|
|
112
|
-
:collection => 'tronprint'
|
|
111
|
+
:application_name => File.basename(Dir.pwd)
|
|
113
112
|
}
|
|
114
113
|
@default_config[:brighter_planet_key] = ENV['TRONPRINT_API_KEY'] if ENV['TRONPRINT_API_KEY']
|
|
115
114
|
if ENV['MONGOHQ_URL']
|
|
116
115
|
@default_config[:aggregator_options] = {
|
|
117
116
|
:uri => ENV['MONGOHQ_URL'],
|
|
118
|
-
:adapter => :mongodb
|
|
117
|
+
:adapter => :mongodb,
|
|
118
|
+
:collection => 'tronprint'
|
|
119
119
|
}
|
|
120
120
|
end
|
|
121
121
|
@default_config[:aggregator_options] ||= {
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 15
|
|
9
|
+
version: 0.0.15
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Derek Kastner
|
|
@@ -177,7 +177,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
177
177
|
requirements:
|
|
178
178
|
- - ">="
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
|
-
hash:
|
|
180
|
+
hash: 2888419016461242472
|
|
181
181
|
segments:
|
|
182
182
|
- 0
|
|
183
183
|
version: "0"
|
|
@@ -186,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
186
186
|
requirements:
|
|
187
187
|
- - ">="
|
|
188
188
|
- !ruby/object:Gem::Version
|
|
189
|
-
hash:
|
|
189
|
+
hash: 2888419016461242472
|
|
190
190
|
segments:
|
|
191
191
|
- 0
|
|
192
192
|
version: "0"
|