easy_ab 0.6.0 → 0.6.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
  SHA1:
3
- metadata.gz: 8cd5663800f95a25d8b2f0f2d99b8508ecd6d6bc
4
- data.tar.gz: ea5e1e9ff71f6cda662273f46e8ef2e5508fe8fa
3
+ metadata.gz: 7997789a1d8a6b891bd1a41b5c048eaac8b84de0
4
+ data.tar.gz: b807d1b355561d6855840e53fb5db407edba3028
5
5
  SHA512:
6
- metadata.gz: 778ccea1ce66bcb4471af2484eaa86017dce4359816c5c22229ac0fb4018aeda2d00a96661c80a969ad0c4977c6bbc2c90c56b42b36b5c628c532bfd9df6e2a5
7
- data.tar.gz: dc67c24dadb423e971e49d4ddcdc77dbe03aed2feedaf46d04c897434ccaf94e696496eb6dae66ef1ebd70dd6770915d8361e547bce5f794549b6952e76b16e8
6
+ metadata.gz: 5c1c971d134cb5ab3281a0a715276a906c5850bc2292f536e5032cdbd1ad97310b6053a32ff5c121854fd40af0d4fdb244af4c8afe8342931ef40e468214b7b5
7
+ data.tar.gz: 2294fb66394dd857ef0938ccd09dc9a141d4c9e66905aa58ebc73e85a3a8bd1d2a8515104865207c50af4f4a8a58d37c59255f221f81e7f1d0af1187303eda60
data/lib/easy_ab/rspec.rb CHANGED
@@ -5,4 +5,5 @@ RSpec.configure do |config|
5
5
  config.include EasyAb::RSpec::SpecHelper, type: :helper
6
6
  config.include EasyAb::RSpec::SpecHelper, type: :request
7
7
  config.include EasyAb::RSpec::SpecHelper, type: :feature
8
+ config.include EasyAb::RSpec::SpecHelper, type: :mailer
8
9
  end
@@ -1,3 +1,3 @@
1
1
  module EasyAb
2
- VERSION = '0.6.0'
2
+ VERSION = '0.6.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_ab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Chu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-25 00:00:00.000000000 Z
11
+ date: 2017-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec-core
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  version: '0'
111
111
  requirements: []
112
112
  rubyforge_project:
113
- rubygems_version: 2.6.12
113
+ rubygems_version: 2.6.13
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: Easy, flexible A/B testing and feature toggle for Rails