side_to_capybara 0.1.2 → 0.1.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a52b89ddaff4e123351e90015c5e18829310efd033a382cb8b5a6986675d283
4
- data.tar.gz: 2a339a4ad3707318d107b13b0052110e4d12b774aa1095c1c351b1352f5515fe
3
+ metadata.gz: f596362adbb25abad1d07fa4646e8afa34f0be3e5461a58ce725bf5475b91960
4
+ data.tar.gz: 56dfb52b17b97378aaebdc2a5f1899d36288442e50f78fd6ebfe35eea5567d67
5
5
  SHA512:
6
- metadata.gz: 7d786fd9793ddf43a51aee232c8352eace2fc798ca25747b18c2c86935cad95ddb4953b785da5de747a17eea2ae108dfcf4d7c2a5394dd711926fe9369d7186b
7
- data.tar.gz: dfa78373ea259b760ce1d89c8c9d04dfb7d907ebc97e7d45f1275214d12666deaada57f02feb750ee2f34f618fc51b85fc162ed18a90cf881befbc195f67ad98
6
+ metadata.gz: 25521eab5cdad15ca2f7bac1d182522fc3f041e3d67bb16a688de1ab871c1f918adc8bcaffb5a6be5268ad8ea3dfee65736213cc2f4374e0d763357ebef40921
7
+ data.tar.gz: 4de6ce87d4bfc2d73f96fc4fa30a8d5cdec84c78cb2f4cfb4ec5b60532b3af37dc287d55bf56c4b667781233fc27a3b9a9a229d4a7b062ad8915c4a7d177c552
@@ -2,6 +2,8 @@ require "side_to_capybara/version"
2
2
  require 'side_to_capybara/base'
3
3
  require 'side_to_capybara/minitest'
4
4
 
5
+ warn "[DEPRECATION] This gem has been renamed to selenium_to_capybara and will no longer be supported. Please switch to selenium_to_capybara as soon as possible."
6
+
5
7
  module SideToCapybara
6
8
 
7
9
  def self.to_minitest(name, commands)
@@ -1,3 +1,3 @@
1
1
  module SideToCapybara
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Benjamin Behr"]
9
9
  spec.email = ["benny@digitalbehr.de"]
10
10
 
11
- spec.summary = %q{Translate .side files to capybara tests}
12
- spec.homepage = "https://github.com/DarkSwoop/side_to_capybara"
11
+ spec.summary = %q{This gem has been renamed to selenium_to_capybara and will no longer be updated.}
12
+ spec.homepage = "https://github.com/DarkSwoop/selenium_to_capybara"
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
@@ -21,4 +21,10 @@ Gem::Specification.new do |spec|
21
21
 
22
22
  spec.add_development_dependency "bundler", "~> 1.16"
23
23
  spec.add_development_dependency "rake", "~> 10.0"
24
+
25
+ spec.post_install_message = <<-MESSAGE
26
+ ! The 'side_to_capybara' gem has been deprecated and has been replaced by 'selenium_to_capybara'.
27
+ ! See: https://rubygems.org/gems/selenium_to_capybara
28
+ ! And: https://github.com/DarkSwoop/selenium_to_capybara
29
+ MESSAGE
24
30
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: side_to_capybara
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Behr
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-12-14 00:00:00.000000000 Z
11
+ date: 2018-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -60,11 +60,14 @@ files:
60
60
  - lib/side_to_capybara/minitest.rb
61
61
  - lib/side_to_capybara/version.rb
62
62
  - side_to_capybara.gemspec
63
- homepage: https://github.com/DarkSwoop/side_to_capybara
63
+ homepage: https://github.com/DarkSwoop/selenium_to_capybara
64
64
  licenses:
65
65
  - MIT
66
66
  metadata: {}
67
- post_install_message:
67
+ post_install_message: |2
68
+ ! The 'side_to_capybara' gem has been deprecated and has been replaced by 'selenium_to_capybara'.
69
+ ! See: https://rubygems.org/gems/selenium_to_capybara
70
+ ! And: https://github.com/DarkSwoop/selenium_to_capybara
68
71
  rdoc_options: []
69
72
  require_paths:
70
73
  - lib
@@ -83,5 +86,5 @@ rubyforge_project:
83
86
  rubygems_version: 2.7.6
84
87
  signing_key:
85
88
  specification_version: 4
86
- summary: Translate .side files to capybara tests
89
+ summary: This gem has been renamed to selenium_to_capybara and will no longer be updated.
87
90
  test_files: []