simulacrum 0.3.1 → 0.3.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: 592bbfaa75d268d66b5578382761a253f2d57e86
4
- data.tar.gz: 7cf962e9ca94a866cbc58ad285b001485b53e194
3
+ metadata.gz: 211bc2dd2a91489cccfe005c66a3cf017adab418
4
+ data.tar.gz: c644bbba00d3cd42ffeac25f8c1c3eb619a35be3
5
5
  SHA512:
6
- metadata.gz: fa86c43103ba1441ebe875ee03d4b01f0b361695f4e3a51c6b1ce560e5fa8f86a32533716eeb29504febaa4e318e5b935bdfa11fc254fba8f852b74e8b973d8c
7
- data.tar.gz: 3fc708310ac58f684540e712247278f44579502586af90f111bf754f4d4e84cc0eb9bcbfa68a174c9f5cf845191e81ff2f859d42b548a7a712d9fc037c01d914
6
+ metadata.gz: 2f1481b45a67c7bbc6ae155b858145b33c4519183b1e8c019956b05a93fd06be4871cf88bef2e7998323ef3bc8cdaffed12bf7d84fade79061e33606e5045360
7
+ data.tar.gz: b563e0730f676456c04c023d14ecbc5855153699a2526b1904d3f6560dde7e0e913163a57f06c5662f22f2150414773b10164b80550b5815078b2de7000aeebb
data/README.md CHANGED
@@ -14,7 +14,7 @@ Simulacrum is built around common tools in the Ruby development world, such as [
14
14
 
15
15
  **🚧 This project is still a Work In Progress™, hopefully it can still be useful for you as I work on making it better and more robust.**
16
16
 
17
- Feedback and PRs accepted and appreciated — see [Development](#Development) below for how to get up and running.
17
+ Feedback and PRs accepted and appreciated — see [Development](#development) below for how to get up and running.
18
18
 
19
19
  ## What problem is this solving?
20
20
 
@@ -80,7 +80,7 @@ $ simulacrum spec/ui/my_button_spec.rb # Run a specific spec
80
80
 
81
81
  ### Examples
82
82
 
83
- There are some examples of how Simulacrum can be used in [examples](./tree/master/examples).
83
+ There are some examples of how Simulacrum can be used in [examples](https://github.com/plasticine/simulacrum/tree/master/examples).
84
84
 
85
85
  ### Remote Selenium & Cross-device testing
86
86
 
@@ -2,5 +2,5 @@
2
2
  # Package information
3
3
  module Simulacrum
4
4
  PACKAGE = 'simulacrum'
5
- VERSION = '0.3.1'
5
+ VERSION = '0.3.2'
6
6
  end
@@ -7,6 +7,6 @@ describe Simulacrum do
7
7
  end
8
8
 
9
9
  describe 'VERSION' do
10
- it { expect(Simulacrum::VERSION).to eq('0.3.0') }
10
+ it { expect(Simulacrum::VERSION).to eq('0.3.2') }
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simulacrum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Morris