page_object_on_demand 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 49ecbb52de8b45e79251b30dbefd89d6b9a030d4
4
- data.tar.gz: b40557ff298cb43121e048adeaf8de9e6bd0fef0
3
+ metadata.gz: 03a0c030e5b61c2d3f46bf1acfb143cecd15e066
4
+ data.tar.gz: 495693163a873f338af894dd6120d7557e1e31e7
5
5
  SHA512:
6
- metadata.gz: e07ed4a2753e4adc223d2d9654081ef554562e746422c2d5afe6684d06b67bfacae7e660319d88f55c0a73d69317283d7cfd353bfa2bd7be02213773fbc68272
7
- data.tar.gz: c7b819b3c165c5f41f3c7c3cd6205a4f6aa4fc029986c833a7c5e90c3ce5ff5efb1388bc80815b72720a1391c561972bb290895bc79c23d1a0732759ce624984
6
+ metadata.gz: 3d2e9809807203c1f5d36a4a6e10c8be0359cca7227290a8092efeabbbd777d4a2aefd85e153d573414ab22bcdb37c87b9f5dde173074a9aef3d3bf25decadb9
7
+ data.tar.gz: 18301dfe1c29c0e6f78b6d74b08249213544468fcb7ec7a10db9d41ae7b1394276e46a12df521442e8b21c92ca4fd971b2fd6b371e818016d6acc78b7d345e45
data/README.md CHANGED
@@ -20,18 +20,18 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- ### Rails with Rspec and Capybara
23
+ ### Rails with RSpec and Capybara
24
24
 
25
25
  Follow following convention:
26
26
 
27
27
  1. Put your page object files in one of the following directories:
28
28
 
29
- * `spec/features/pages/`
30
- * `spec/features/support/pages/`
31
- * `spec/pages/`
29
+ * `spec/features/pages/`
30
+ * `spec/features/support/pages/`
31
+ * `spec/pages/`
32
32
 
33
- 1. Keep one page object per file
34
- 1. `HomePage` class should be defined in `home_page.rb` file
33
+ 2. Keep one page object per file
34
+ 3. `HomePage` class should be defined in `home_page.rb` file
35
35
 
36
36
  ```ruby
37
37
  # spec/features/pages/home_page.rb
@@ -59,7 +59,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
59
59
 
60
60
  ## Contributing
61
61
 
62
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/page_object_on_demand. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
62
+ Bug reports and pull requests are welcome on GitHub at https://github.com/tomazy/page_object_on_demand. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
63
63
 
64
64
 
65
65
  ## License
@@ -1,3 +1,3 @@
1
1
  module PageObjectOnDemand
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: page_object_on_demand
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
  - tomek