factory_bot_instrumentation 1.1.0 → 1.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
  SHA256:
3
- metadata.gz: 4893e1b40e7d03da45c7be90714efdae1c41c10fdf03152c20725100a19ed717
4
- data.tar.gz: cb2481504a13586d664a02f0314684074938c0eb28ad910cf358482f51277301
3
+ metadata.gz: 980df5f10ae7f3f974fa1f1624f017c3565a3324d46d5aecef25820b67569d38
4
+ data.tar.gz: 0c10467b3bb1735ada0d91e89afd3ee0d0f537fb9139f71a923956654c289476
5
5
  SHA512:
6
- metadata.gz: 3ba69df7c7cc56fbe23d9758b69324938d8ef5db9080c0e6f3aa949e87e8f30f301c1382a8a56d423f8fd88c9d4741db6027f7ab95cb0c0a601919df6e417b0c
7
- data.tar.gz: d95ae1e9a2ba594536c30ead21c161ff088f33b552b16085c1cf821645dbec61f1f14841e69f7af837ebbae5674b8850a5bcab143986068759dbb200d4d47f98
6
+ metadata.gz: 1962d25e03b942b2b0f7bdda85b4739bf50be96b55a531cac7d9b6047f0bb462d29ca1a3c4827dc5e4268bd6459ab4b9c420913a979c489890077073b8cc31ba
7
+ data.tar.gz: 1604b1af7bd405b3f872380050844942b73879155803e1fa3f6b08d88e866176d609ac58728ac7f6c49fe781ad4b10c26fbc4135dc24eb25b1de965c06f32b88
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 1.1.1
6
+
7
+ * Removed double bundler/gem_tasks handling
8
+
5
9
  ### 1.1.0
6
10
 
7
11
  * Added support for Gem release automation
data/Rakefile CHANGED
@@ -11,10 +11,6 @@ require 'countless/rake_tasks'
11
11
  APP_RAKEFILE = File.expand_path('spec/dummy/Rakefile', __dir__)
12
12
  load 'rails/tasks/engine.rake'
13
13
 
14
- Bundler::GemHelper.install_tasks
15
-
16
- Dir[File.join(File.dirname(__FILE__), 'tasks/**/*.rake')].each { |f| load f }
17
-
18
14
  desc 'Run all specs in spec directory (excluding plugin specs)'
19
15
  RSpec::Core::RakeTask.new(spec: [
20
16
  'db:drop', 'db:create', 'db:migrate', 'db:setup'
@@ -4,7 +4,7 @@ module FactoryBot
4
4
  # The gem version details.
5
5
  module Instrumentation
6
6
  # The version of the +factory_bot_instrumentation+ gem
7
- VERSION = '1.1.0'
7
+ VERSION = '1.1.1'
8
8
 
9
9
  class << self
10
10
  # Returns the version of gem as a string.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factory_bot_instrumentation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer