quicksync 0.0.6 → 0.0.7

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.
@@ -8,7 +8,7 @@ module QuickSync
8
8
 
9
9
  def initialize
10
10
  @logger = QuickSync.Logger
11
- @logger.level = QuickSync::Logger::TRACE
11
+ @logger.level = QuickSync::Logger::INFO
12
12
  @default_options = $default_options
13
13
 
14
14
  end
@@ -1,3 +1,3 @@
1
1
  module QuickSync
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quicksync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -226,12 +226,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
226
226
  - - ! '>='
227
227
  - !ruby/object:Gem::Version
228
228
  version: '0'
229
+ segments:
230
+ - 0
231
+ hash: -1428722002811476590
229
232
  required_rubygems_version: !ruby/object:Gem::Requirement
230
233
  none: false
231
234
  requirements:
232
235
  - - ! '>='
233
236
  - !ruby/object:Gem::Version
234
237
  version: '0'
238
+ segments:
239
+ - 0
240
+ hash: -1428722002811476590
235
241
  requirements: []
236
242
  rubyforge_project:
237
243
  rubygems_version: 1.8.24