symbiont 1.1.0 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f501abc5dee4a79e9327a94d825ebc19b821636
4
- data.tar.gz: 7f3030071dfa29ec97fb617ee7038ee33870139f
3
+ metadata.gz: fdb3287f23af4a662a33dfd6351d6129b20d19b2
4
+ data.tar.gz: 6b66f2115cee8781b5773bf74d90bf362bafea9a
5
5
  SHA512:
6
- metadata.gz: 070eb7b9e03d9a070b6a82d31561f32bede1a0a17b474f19e602f2035f230e23315aabbfd47c8dc554b45842f3e1a6ada8e371c01929f1815ff5f6ceee1de0de
7
- data.tar.gz: 16f45a9497ed0d2c3f224fb1b1edb7f3788c1c9d5c49b63ba81f3fabbcc9aa1041b2efe7472ed5c99c93535f7ec832af5be21d52ea74be57c450edbad2a51e36
6
+ metadata.gz: 475bfa38a2b1dd521164320c130a87a6e6759f78265860e3741e5d957665bb37fe39254cd2bfb9836c800cfce3da38e8401a55fd665c5a6441c84018385e0a45
7
+ data.tar.gz: f6b8720a29cb164f1c2b7450f3373742962cd63b190b282c46f4462366d9dcbd5610bb80dd6f5087c7e1294cb756c1198ff435b3c6f83dc8278b6032c8e1d21b
data/.hound.yml CHANGED
@@ -25,8 +25,11 @@ Style/StringLiterals:
25
25
  Style/SignalException:
26
26
  Enabled: false
27
27
 
28
- Style/TrailingComma:
29
- EnforcedStyleForMultiline: comma
28
+ Style/TrailingInLiteralComma:
29
+ Enabled: false
30
+
31
+ Style/TrailingCommaInArguments:
32
+ Enabled: false
30
33
 
31
34
  # this never works for validations
32
35
  Style/AlignHash:
data/Rakefile CHANGED
@@ -44,4 +44,4 @@ Rake::RDocTask.new do |rdoc|
44
44
  rdoc.rdoc_files.include('README*', 'lib/**/*.rb')
45
45
  end
46
46
 
47
- task default: ['spec:all', :rubocop]
47
+ task default: ['spec:all']
@@ -1,4 +1,5 @@
1
1
  require 'capybara'
2
+ require 'capybara/dsl'
2
3
 
3
4
  require 'symbiont/capybara/element'
4
5
  require 'symbiont/capybara/ready'
@@ -1,3 +1,3 @@
1
1
  module Symbiont
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: symbiont
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Nyman
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-12-11 00:00:00.000000000 Z
11
+ date: 2016-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -235,7 +235,7 @@ licenses:
235
235
  - MIT
236
236
  metadata: {}
237
237
  post_install_message: "\n(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)\n\n
238
- \ Symbiont 1.1.0 has been installed.\n\n(::) (::) (::) (::) (::) (::) (::) (::)
238
+ \ Symbiont 1.1.2 has been installed.\n\n(::) (::) (::) (::) (::) (::) (::) (::)
239
239
  (::) (::) (::) (::)\n "
240
240
  rdoc_options: []
241
241
  require_paths:
@@ -258,3 +258,4 @@ signing_key:
258
258
  specification_version: 4
259
259
  summary: An Endosymbiotic Facultative Semantically Clean Fluent Interface Test Framework
260
260
  test_files: []
261
+ has_rdoc: