tronprint 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Tronprint
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
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
- - 14
9
- version: 0.0.14
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: -3783037144244912820
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: -3783037144244912820
189
+ hash: 2888419016461242472
190
190
  segments:
191
191
  - 0
192
192
  version: "0"