spix_parser 1.6.5 → 1.6.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,3 @@
1
- require 'ruby-debug'
2
1
  module Spix
3
2
  module FeedDiscovery
4
3
  class Document
@@ -4,7 +4,7 @@ module Spix
4
4
  module Version
5
5
  MAJOR = 1
6
6
  MINOR = 6
7
- TINY = 5
7
+ TINY = 6
8
8
 
9
9
  def self.current_version
10
10
  "#{MAJOR}.#{MINOR}.#{TINY}"
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: spix_parser
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.6.5
5
+ version: 1.6.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Marcio Lopes de Faria