abstractor 4.1.5 → 4.2.0
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.
- checksums.yaml +4 -4
- data/lib/abstractor/version.rb +1 -1
- data/lib/tasks/cucumber.rake +7 -7
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1cba7cb98c2b55ede3c3048c6783cfabbf8e58fd
|
|
4
|
+
data.tar.gz: ab494b83bc6cc1d25359bfe85439039ee99cdb50
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca20ecbf26e9dd3f24a0e9a1aa8a6c46e2849d261287ecb8bf3d1f17fd5590398a194a0b3a946c58c294df64b1cb6d0e68089be5ecc1a25adc91fb26b7830b1e
|
|
7
|
+
data.tar.gz: e1d49aaec5e67159d42eb3ebf98091deaec65fc6ab20598268ddfd3756a41d7650963f1235d7934e4311f392af8bbbd67b6380d6350eca516ca9ebc666bbb1c7
|
data/lib/abstractor/version.rb
CHANGED
data/lib/tasks/cucumber.rake
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# IMPORTANT: This file is generated by cucumber-rails - edit at your own peril.
|
|
2
|
-
# It is recommended to regenerate this file in the future when you upgrade to a
|
|
3
|
-
# newer version of cucumber-rails. Consider adding your own code to a new file
|
|
2
|
+
# It is recommended to regenerate this file in the future when you upgrade to a
|
|
3
|
+
# newer version of cucumber-rails. Consider adding your own code to a new file
|
|
4
4
|
# instead of editing this one. Cucumber will automatically load all features/**/*.rb
|
|
5
5
|
# files.
|
|
6
6
|
|
|
@@ -14,19 +14,19 @@ begin
|
|
|
14
14
|
require 'cucumber/rake/task'
|
|
15
15
|
|
|
16
16
|
namespace :cucumber do
|
|
17
|
-
Cucumber::Rake::Task.new({:ok => '
|
|
17
|
+
Cucumber::Rake::Task.new({:ok => 'test:prepare'}, 'Run features that should pass') do |t|
|
|
18
18
|
t.binary = vendored_cucumber_bin # If nil, the gem's binary is used.
|
|
19
19
|
t.fork = true # You may get faster startup if you set this to false
|
|
20
20
|
t.profile = 'default'
|
|
21
21
|
end
|
|
22
22
|
|
|
23
|
-
Cucumber::Rake::Task.new({:wip => '
|
|
23
|
+
Cucumber::Rake::Task.new({:wip => 'test:prepare'}, 'Run features that are being worked on') do |t|
|
|
24
24
|
t.binary = vendored_cucumber_bin
|
|
25
25
|
t.fork = true # You may get faster startup if you set this to false
|
|
26
26
|
t.profile = 'wip'
|
|
27
27
|
end
|
|
28
28
|
|
|
29
|
-
Cucumber::Rake::Task.new({:rerun => '
|
|
29
|
+
Cucumber::Rake::Task.new({:rerun => 'test:prepare'}, 'Record failing features and run only them if any exist') do |t|
|
|
30
30
|
t.binary = vendored_cucumber_bin
|
|
31
31
|
t.fork = true # You may get faster startup if you set this to false
|
|
32
32
|
t.profile = 'rerun'
|
|
@@ -50,8 +50,8 @@ begin
|
|
|
50
50
|
STDERR.puts "*** The 'features' task is deprecated. See rake -T cucumber ***"
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
-
# In case we don't have
|
|
54
|
-
task '
|
|
53
|
+
# In case we don't have the generic Rails test:prepare hook, append a no-op task that we can depend upon.
|
|
54
|
+
task 'test:prepare' do
|
|
55
55
|
end
|
|
56
56
|
|
|
57
57
|
task :stats => 'cucumber:statsetup'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: abstractor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Gurley, Yulia Bushmanova
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-02-
|
|
11
|
+
date: 2015-02-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -800,7 +800,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
800
800
|
version: '0'
|
|
801
801
|
requirements: []
|
|
802
802
|
rubyforge_project:
|
|
803
|
-
rubygems_version: 2.
|
|
803
|
+
rubygems_version: 2.4.3
|
|
804
804
|
signing_key:
|
|
805
805
|
specification_version: 4
|
|
806
806
|
summary: A Rails engine gem for deriving discrete data points from narrative text
|