gherkin_lint 0.1.0 → 0.1.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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/gherkin_lint.gemspec +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6cdef24fc92e7521e9ca9994e41562dac5afa094
4
- data.tar.gz: 707f5a596fb69a69ab80597edc91c0cfdb017f8f
3
+ metadata.gz: 02a51af014c3217570afcb623301a99b27308f46
4
+ data.tar.gz: d3553032dd6ffa4dfaabed5fea306d1e7b8d0986
5
5
  SHA512:
6
- metadata.gz: 1ca646959b80d6112965790512885b7aeb86fd32b742d8a0245fbd502e7b6880d296a8ef5c069c7e4d705328732a232bf673c4b54631b15143af944a50c292ca
7
- data.tar.gz: fcfc1d844dfafcfa9b40960c991087df43528c7c2482c716d4241044434ddf438001dae287bc48ff43c92d03d7e3cc016108ee19448224f75a150351ef7f0a5f
6
+ metadata.gz: f8348eaf5ef2256d0c98d5648210f582aa29d99b3d601841472dd2b5d11b44fcbbbd45eb6c46e2a99b8df6da9ff6ba8e646d52a2ab0ff8bbd6705a48a95651ff
7
+ data.tar.gz: e631d0f584509c85e2a64c94834c7fc0093d53d7fd93c24d83fac31d190c34818a89ce62701f46eb066bd4bd374e0fc723451f9509cec4de661bdd5076f80bf0
data/Rakefile CHANGED
@@ -11,7 +11,7 @@ end
11
11
 
12
12
  desc 'Publishes the Gem'
13
13
  task :push do
14
- sh 'gem push gherkin_lint-0.1.0.gem'
14
+ sh 'gem push gherkin_lint-0.1.1.gem'
15
15
  end
16
16
 
17
17
  desc 'Checks ruby style'
data/gherkin_lint.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'gherkin_lint'
3
- s.version = '0.1.0'
3
+ s.version = '0.1.1'
4
4
  s.date = '2016-02-28'
5
5
  s.summary = 'Gherkin Lint'
6
6
  s.description = 'Lint Gherkin Files'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gherkin_lint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Rohe