gherkin_jruby 0.3.1.pre.jruby → 0.3.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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/gherkin_ruby/version.rb +1 -1
  3. metadata +26 -25
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 38b437fd9881eff6dfbe7bd8d3c3b7fae7635ab2
4
- data.tar.gz: 6c7f61a399113bfeac0ae3115029a1974e8a9f90
3
+ metadata.gz: a2fc0c2419c89e300bdaa12e9ae4ddc14b3ffe1c
4
+ data.tar.gz: 177c85c034ce1d601b086b3c04892832c3315ed2
5
5
  SHA512:
6
- metadata.gz: 068fb7ebc94d293c51a52734d13cfea9d14b66cd79ecf5b40064735511db9736471f7dbdedaa9317921bb96e53e9e15a06e7771f201c4a70bd0ea0e5333abd7c
7
- data.tar.gz: 57137563b34f849e71ed29278983991488e2f87e7d7b78b28568a1028963c7c2572c90584c2f5d0dd4ec1025ea0db4a4d151cd05a464434b61f46af4d4a5d523
6
+ metadata.gz: 6543998b28635adc97d450657e12e4d9235be41621373d033492b46fcb3357572a29d023227218b4ee5581d5f3ca437f244f804ac5d25ce623c3a6628889257a
7
+ data.tar.gz: 5191eaf34386dd8f4764892e1bd6c4861fd9d18a4a302e099dc287b415ef3e97741c03284ecf3129be615e219843e997cc0ca00650862ea2b6e0fd8f4dc2725a
@@ -1,3 +1,3 @@
1
1
  module GherkinRuby
2
- VERSION = "0.3.1-jruby"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,46 +1,47 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gherkin_jruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1.pre.jruby
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc Divins
8
8
  - Josep M. Bach
9
9
  - Rodrigo Alvarez
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
  date: 2014-06-30 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: minitest
17
- version_requirements: !ruby/object:Gem::Requirement
18
- requirements:
19
- - - '>='
20
- - !ruby/object:Gem::Version
21
- version: '0'
22
17
  requirement: !ruby/object:Gem::Requirement
23
18
  requirements:
24
- - - '>='
19
+ - - ">="
25
20
  - !ruby/object:Gem::Version
26
21
  version: '0'
27
- prerelease: false
28
22
  type: :development
29
- - !ruby/object:Gem::Dependency
30
- name: rexical
23
+ prerelease: false
31
24
  version_requirements: !ruby/object:Gem::Requirement
32
25
  requirements:
33
- - - '>='
26
+ - - ">="
34
27
  - !ruby/object:Gem::Version
35
28
  version: '0'
29
+ - !ruby/object:Gem::Dependency
30
+ name: rexical
36
31
  requirement: !ruby/object:Gem::Requirement
37
32
  requirements:
38
- - - '>='
33
+ - - ">="
39
34
  - !ruby/object:Gem::Version
40
35
  version: '0'
41
- prerelease: false
42
36
  type: :development
43
- description: Gherkin-ruby is a Gherkin parser in pure Ruby using Rexical and Racc that works on jruby
37
+ prerelease: false
38
+ version_requirements: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ description: Gherkin-ruby is a Gherkin parser in pure Ruby using Rexical and Racc
44
+ that works on jruby
44
45
  email:
45
46
  - marcdivc@gmail.com
46
47
  - josep.m.bach@gmail.com
@@ -49,8 +50,8 @@ executables: []
49
50
  extensions: []
50
51
  extra_rdoc_files: []
51
52
  files:
52
- - .gitignore
53
- - .travis.yml
53
+ - ".gitignore"
54
+ - ".travis.yml"
54
55
  - Gemfile
55
56
  - Rakefile
56
57
  - Readme.md
@@ -71,30 +72,30 @@ files:
71
72
  homepage: http://github.com/Papipo/gherkin-jruby
72
73
  licenses: []
73
74
  metadata: {}
74
- post_install_message:
75
+ post_install_message:
75
76
  rdoc_options: []
76
77
  require_paths:
77
78
  - lib
78
79
  required_ruby_version: !ruby/object:Gem::Requirement
79
80
  requirements:
80
- - - '>='
81
+ - - ">="
81
82
  - !ruby/object:Gem::Version
82
83
  version: '0'
83
84
  required_rubygems_version: !ruby/object:Gem::Requirement
84
85
  requirements:
85
- - - '>'
86
+ - - ">="
86
87
  - !ruby/object:Gem::Version
87
- version: 1.3.1
88
+ version: '0'
88
89
  requirements: []
89
- rubyforge_project:
90
+ rubyforge_project:
90
91
  rubygems_version: 2.2.2
91
- signing_key:
92
+ signing_key:
92
93
  specification_version: 4
93
- summary: Gherkin-ruby is a Gherkin parser in pure Ruby using Rexical and Racc that works on jruby
94
+ summary: Gherkin-ruby is a Gherkin parser in pure Ruby using Rexical and Racc that
95
+ works on jruby
94
96
  test_files:
95
97
  - test/gherkin/ast_test.rb
96
98
  - test/gherkin/parser/lexer_test.rb
97
99
  - test/gherkin/parser/parser_test.rb
98
100
  - test/gherkin/parser_test.rb
99
101
  - test/test_helper.rb
100
- has_rdoc: