activerecord_defer_persist 0.1.0 → 0.2.0

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: 7db83dbd1d88f1c7f7056bc9b459eb1e212712abc09d868fc0d914c0afbaf8d1
4
- data.tar.gz: cb352fcb2375e5f018a4299efb3f56557ff2cfa4c257c9ae80a512225dba14a1
3
+ metadata.gz: 62b2098541b780cdee8c7ccf0d62476503c19d4cb179f62a2736ec89e0750d71
4
+ data.tar.gz: c9c43a9bc9454ebb572d06f4210073e5f4d721ad292aff8beb1f519c6e06deb9
5
5
  SHA512:
6
- metadata.gz: dce63024a78abeefe8851095c72daceac3236f3a466dccf1853ccacc1b70317ff7fdb5e002ca361d031574ef48acc08f10a7006d45edfd2564dc421210c292f7
7
- data.tar.gz: bb8d7a68d2acb158c471e7cfee9749c3432aa67f6fecddc2faea263c76740345c63fc92a93ff00d86abbee76471c9792a8faee021cb559e778cf24be7bef90d0
6
+ metadata.gz: 1e59eed85dd008b76e0266c4f4184d18069b7136e3c6c68e6d31cd75020806e334bf013df3622b3dac908d8aae1d653459500715653020e78c80fd9c392c2a12
7
+ data.tar.gz: 68dfe124c8d8bb25221b39624f2706234535b2feeb4444748c4664ab17c15026fd467eaa32f7268995478c46e490843f7d542e77389bdfa2e2b05aeca758bec6
data/README.md CHANGED
@@ -53,6 +53,12 @@ After checking out the repo, run `bin/setup` to install dependencies. You can al
53
53
 
54
54
  To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
55
55
 
56
+ ### Deploy to rubygems
57
+
58
+ ```sh
59
+ VERSION=0.2.0 make deploy_gem
60
+ ```
61
+
56
62
  ## Contributing
57
63
 
58
64
  Bug reports and pull requests are welcome on GitHub at https://github.com/betagouv/activerecord_defer_persist.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiverecordDeferPersist
4
- VERSION = "0.1.0"
4
+ VERSION = "0.2.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord_defer_persist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BetaGouv developers