stashify-contract 1.0.0 → 1.0.1

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
  SHA256:
3
- metadata.gz: 14b5494ed64615ad05acd1444befa0bc69ae00c6891e3313b47709c84fde72cd
4
- data.tar.gz: '09c574d6219aaca19b7654c418247303e8337e656fbbb76613138149412a0b68'
3
+ metadata.gz: 40806bd98d3e8677adcb34a28725db5081dd69e279bdcddc8751064037d4a727
4
+ data.tar.gz: '09ac880778be854e07c35be1f8ad942225c2179e29c5bf559286d569a54205b8'
5
5
  SHA512:
6
- metadata.gz: 29ddc99f70315db1eabdb501b16b1d15a42e5c319816e476a8722d3af216f240c16a1c69eb0ceba21ae11f07d6e83ec55557b2fae14395a6385eab91502f919a
7
- data.tar.gz: 147b1d36da32d0ed06d7d31d524cb7f23a3089c777fef80e0cbb5f80ab2db6367e014fbae4164a58e824342008df64a20d8e2bae132511df18480fc2d5ab83a7
6
+ metadata.gz: d415c4ece1c9532dccdb6703f411c4618a442097aa4791ee8bec9b4b8832e103ae3c75922723144da918edb9c6da60f9a2b83dad2c0bc285b1601f192632f495
7
+ data.tar.gz: 9e42ace4017b7665b0a63c1f16a966cd51112b98dc500e6315862adfa4de44960214e419337070fb0d3928a1fd0502cfd89f70849b451cab95e5ec251cc779f9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stashify-contract (0.1.0)
4
+ stashify-contract (1.0.0)
5
5
  rantly (~> 2.0.0)
6
6
  rspec (~> 3.0)
7
7
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "stashify/properties"
3
+ require "stashify/contract/properties"
4
4
 
5
5
  RSpec.shared_context "directory setup" do |property_count|
6
6
  around(:each) do |s|
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "stashify/properties"
3
+ require "stashify/contract/properties"
4
4
 
5
5
  RSpec.shared_context "file setup" do |property_count|
6
6
  around(:each) do |s|
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Stashify
4
4
  module Contract
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stashify-contract
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lambda Null