spix_parser 1.7.0 → 1.7.1

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.
Files changed (2) hide show
  1. data/lib/spix_parser/version.rb +2 -2
  2. metadata +4 -7
@@ -4,14 +4,14 @@ module Spix
4
4
  module Version
5
5
  MAJOR = 1
6
6
  MINOR = 7
7
- TINY = 0
7
+ TINY = 1
8
8
 
9
9
  def self.current_version
10
10
  "#{MAJOR}.#{MINOR}.#{TINY}"
11
11
  end
12
12
 
13
13
  def self.date
14
- "2011-04-25"
14
+ "2011-07-01"
15
15
  end
16
16
  end
17
17
  end
metadata CHANGED
@@ -2,19 +2,16 @@
2
2
  name: spix_parser
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.7.0
5
+ version: 1.7.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Marcio Lopes de Faria
9
9
  - Marcelo Eden
10
- - Fabio Mont'Alegre
11
- - "Lucas H\xC3\xBAngaro"
12
- - Luiz Rocha
13
10
  autorequire:
14
11
  bindir: bin
15
12
  cert_chain: []
16
13
 
17
- date: 2011-06-21 00:00:00 -03:00
14
+ date: 2011-07-01 00:00:00 -03:00
18
15
  default_executable:
19
16
  dependencies:
20
17
  - !ruby/object:Gem::Dependency
@@ -45,9 +42,9 @@ dependencies:
45
42
  requirement: &id003 !ruby/object:Gem::Requirement
46
43
  none: false
47
44
  requirements:
48
- - - ">="
45
+ - - "="
49
46
  - !ruby/object:Gem::Version
50
- version: 0.1.7
47
+ version: 0.2.0
51
48
  type: :runtime
52
49
  version_requirements: *id003
53
50
  - !ruby/object:Gem::Dependency