anadea-mailsocio-qa 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: 358f0bf77ff8f08d406dd4b7d46e7141c09b94c2
4
- data.tar.gz: f482a30a4827d7f173eb02dc6b131184feb77738
3
+ metadata.gz: bd8669cc134b3ab41940fbb0c66f58559b2bfe07
4
+ data.tar.gz: f2e2b649bc514d0fc986d3d4d1f59556784fbea3
5
5
  SHA512:
6
- metadata.gz: c63adb9ba1a8bca9fe7bd5740c0ac145311c882fdeb03ebcbb190aa21bbfd14a1c70395158fa696cbdded59588c30288ac38198b50a9c8e954bee6a07e97d855
7
- data.tar.gz: 044fd1dfeecddc8959b12192ca3cbd4900608e6d6b19bc4b54b05e4e2dcd6a17411155809064e0b6973c07e9def4d900e88a7e8aa55a09c66470fae934d6e77b
6
+ metadata.gz: 20fd8c635cc2f6e76672b4150de5f019ed416d877a70eec6f02dfb4b0ebde95eeaab13487d39c04ee18b6cc82ee0d0ea5b5518d58b29cd8888adfb9da62d8485
7
+ data.tar.gz: bab4085580ddda0f413604cd38b97649df92977b64d9de757e4639142e96ccf549b8bdd95174bf63b986fb382d68957a78ea4445169dc7791069e5147079ff8c
@@ -1,5 +1,7 @@
1
1
  require 'settingslogic'
2
2
  module MailsocioQA
3
3
  class Settings < Settingslogic
4
+ source File.expand_path('../../../settings.yml', __FILE__)
5
+ load!
4
6
  end
5
7
  end
@@ -8,8 +8,6 @@ module Minitest
8
8
  end
9
9
 
10
10
  def self.plugin_mailsocio_qa_init(options)
11
- MailsocioQA::Settings.source File.expand_path('../../../settings.yml', __FILE__)
12
- MailsocioQA::Settings.load!
13
11
  end
14
12
 
15
13
  class Test
data/mailsocio-qa.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'anadea-mailsocio-qa'
3
- s.version = '0.1.0'
3
+ s.version = '0.1.1'
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.summary = "Mailsocio Quality Assurance"
6
6
  s.description = s.summary
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anadea-mailsocio-qa
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
  - Anadea