capybara-reloads 0.1.0 → 0.1.2

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: 980ec37f08c81b19646193192a014368ada60f31cc52fc64b4bc03584ed40a77
4
- data.tar.gz: abca8c70caad1c2e131b22633e926aa1abd5dcc94c13b2cf587ad9fdfbeae7dd
3
+ metadata.gz: 17cc6bae28a813ca712083ba0cd70db286b915da074d39d8017ea31e64f22901
4
+ data.tar.gz: 99ac04e58b47530a4f0e096b7940525ac70770400e74757aac53813cf52bdba5
5
5
  SHA512:
6
- metadata.gz: 96d1a31f3d3a64233fd22e0d7f7bf1a2c6512823225e7fc282443f6f41cc0235c3d6ffaea1ea54dc773b4b876c0c9cc70fd6bc709822415cfe631732b7530eab
7
- data.tar.gz: 26b22dac221bf078884da1e5f6649b2d8ebc606875374609f43d99061747a4a9e50b28e1e4b3df207b98e9b4b532db23ad9cffdc23a37e4ac8f4f1baf6009d81
6
+ metadata.gz: 7f18d11ff7473992377e85be9ab47244bfa107f4f3c9d5e8da303b6534c85a343e7579a186bfb358d1a42150b0072d444fa11fa2271d574952ea4e4e6aceaf1a
7
+ data.tar.gz: 750619d9639f21383d28b913efbf0958766636f46f9920522a01c95b8e3f7db5cc7049e1c759ad220293c81818e267a58ed81e7a6c26d43ae876cbfb934ae5e7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.2] - 2022-12-25
4
+
5
+ - Changing homepage and changelog uri for rubygems.org
6
+
7
+ ## [0.1.1] - 2022-12-25
8
+
9
+ - Dummy version with a change to image to make sure rubygems is correctly setup
10
+
3
11
  ## [0.1.0] - 2022-12-25
4
12
 
5
13
  - Initial functionallity for reloading and tracking states.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- capybara-reloads (0.1.0)
4
+ capybara-reloads (0.1.2)
5
5
  capybara (~> 3.0)
6
6
  capybara-screenshot (~> 1.0)
7
7
 
@@ -6,16 +6,16 @@ Gem::Specification.new do |spec|
6
6
  spec.name = "capybara-reloads"
7
7
  spec.version = Capybara::Reloads::VERSION
8
8
  spec.authors = ["Kiril Mitov"]
9
- spec.email = ["kiril [at] retreaver [dot] com"]
9
+ spec.email = ["kiril+rubygems [ at ] retreaver [with the dot] com"]
10
10
 
11
11
  spec.summary = "Utilities for Capybara to allow us to reload the page and check if examples will then pass."
12
- spec.homepage = "https://kmitov.com"
12
+ spec.homepage = "https://github.com/thebravoman/capybara-reloads"
13
13
  spec.license = "MIT"
14
14
  spec.required_ruby_version = ">= 2.6.0"
15
15
 
16
16
  spec.metadata["homepage_uri"] = spec.homepage
17
17
  spec.metadata["source_code_uri"] = "https://github.com/thebravoman/capybara-reloads"
18
- spec.metadata["changelog_uri"] = "https://github.com/thebravoman/capybara-reloads/CHANGELOG.md"
18
+ spec.metadata["changelog_uri"] = "https://github.com/thebravoman/capybara-reloads/blob/main/CHANGELOG.md"
19
19
 
20
20
  # Specify which files should be added to the gem when it is released.
21
21
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Capybara
4
4
  module Reloads
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capybara-reloads
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kiril Mitov
@@ -40,7 +40,7 @@ dependencies:
40
40
  version: '1.0'
41
41
  description:
42
42
  email:
43
- - kiril [at] retreaver [dot] com
43
+ - kiril+rubygems [ at ] retreaver [with the dot] com
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
@@ -57,13 +57,13 @@ files:
57
57
  - lib/capybara/reloads/node/matchers.rb
58
58
  - lib/capybara/reloads/version.rb
59
59
  - sig/capybara/reloads.rbs
60
- homepage: https://kmitov.com
60
+ homepage: https://github.com/thebravoman/capybara-reloads
61
61
  licenses:
62
62
  - MIT
63
63
  metadata:
64
- homepage_uri: https://kmitov.com
64
+ homepage_uri: https://github.com/thebravoman/capybara-reloads
65
65
  source_code_uri: https://github.com/thebravoman/capybara-reloads
66
- changelog_uri: https://github.com/thebravoman/capybara-reloads/CHANGELOG.md
66
+ changelog_uri: https://github.com/thebravoman/capybara-reloads/blob/main/CHANGELOG.md
67
67
  post_install_message:
68
68
  rdoc_options: []
69
69
  require_paths: