We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b13a6 commit 8a30059Copy full SHA for 8a30059
factory_bot_rails.gemspec
@@ -1,6 +1,9 @@
1
+$LOAD_PATH << File.expand_path("lib", __dir__)
2
+require "factory_bot_rails/version"
3
+
4
Gem::Specification.new do |s|
5
s.name = "factory_bot_rails"
- s.version = "6.4.4"
6
+ s.version = FactoryBotRails::VERSION
7
s.authors = ["Joe Ferris"]
8
s.email = "jferris@thoughtbot.com"
9
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
lib/factory_bot_rails/version.rb
@@ -0,0 +1,3 @@
+module FactoryBotRails
+ VERSION = "6.4.4".freeze
+end
0 commit comments