set_things_yml_engine_test 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: 139acacb59556ffa53264a92267d4d20add06402
4
- data.tar.gz: 6687307d3a8bdbc9cae2ba24d84b27bd5c0abbb4
3
+ metadata.gz: f759d4bd4db8c49d310551fd7e3e8a3fe686b7c8
4
+ data.tar.gz: f098d2cdaaf4f6cce0e198f7b7116345dfe4b767
5
5
  SHA512:
6
- metadata.gz: 36ce078f3f5162c284693d9904f3a87a3692bf5b42ff486239cd298dd3849fe6ea8231ce73d9a388fc7ad112265962222db153e9ab3ee6caec7d6a38478ed866
7
- data.tar.gz: 337854eb7cee98e319fe1860597bbcfd001fccd855f30c7d699c5053811e118a105e13389204494dc070461cafa64e615371075436702ea15e4bb8871319d719
6
+ metadata.gz: 0ba04f9a1ad33201a1acc5384b95488280f98f2cbdd4131829cdfd781eb14b9f7789125dffa18c5a3267cee3bd856ca94f37c89aabf08dc720faa72e25fae65b
7
+ data.tar.gz: fbb74359fc4afb040278711efef783ef74e5a333a222e54e18f1acde236c3e5bbe8a4f95da99d59122dd715649fffd7074c9e6724e761728fc10bf4022800c8d
@@ -1,3 +1,3 @@
1
1
  module SetThingsYmlEngineTest
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: set_things_yml_engine_test
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
  - Patrice Lebel
@@ -34,10 +34,10 @@ files:
34
34
  - MIT-LICENSE
35
35
  - README.md
36
36
  - Rakefile
37
- - config/settings.yml
38
37
  - lib/set_things_yml_engine_test.rb
39
38
  - lib/set_things_yml_engine_test/engine.rb
40
39
  - lib/set_things_yml_engine_test/version.rb
40
+ - spec/dummy/config/settings.yml
41
41
  homepage: https://github.com/patleb/set-things-yml-engine-test
42
42
  licenses:
43
43
  - MIT
@@ -62,5 +62,6 @@ rubygems_version: 2.5.1
62
62
  signing_key:
63
63
  specification_version: 4
64
64
  summary: SetThingsYmlEngineTest
65
- test_files: []
65
+ test_files:
66
+ - spec/dummy/config/settings.yml
66
67
  has_rdoc: