time-travel 1.0.1 → 1.0.2

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
  SHA256:
3
- metadata.gz: 19cd56a8f0e410efac3926df043b678a6f803f737ada0aa08d0160855fa1b717
4
- data.tar.gz: 6ad31a820ebdaaa37439026907e4553bf83f5f821b730872b9bd31126bf6b82e
3
+ metadata.gz: c275aa341d4e036d21aab6f474c47c461204dd5a5da1eb9a671ff56bd63eff70
4
+ data.tar.gz: 046ee8d0da49f7ff90274442f8df1491f2cdcaf0aee706d02490917f922e49d2
5
5
  SHA512:
6
- metadata.gz: cbc373942f58272f22832323a8c03441c62a31107e59aa0afc4099e95dbc855836d6b6cc6fe5228475d8f600e2ac6bf0142c3edd9b2f107a2e34d66ba9f0d9ef
7
- data.tar.gz: 538722f04acf8b71a9543447b30e3dcf112a47871ef4bdb9d9a34e284cc5b5b684aa4292871d603b225ce7d9de2725c6aefefbb1b964ddc655f141f5c47714ae
6
+ metadata.gz: 5d3edb7e314dc7f8c33d15bf02591ce322f630d7adc6dedb07e50519b45ca7285c21a0589087cac79b86cfdbca35097bc1e370ebe5e24323555df670262ef57a
7
+ data.tar.gz: 81fbf1d233463ccc2737668a4dfb4413d4899eac1cfac6f9ff262e14ce73d9bbed8ae41363b306e6db26ed5ec56ff0bc4c654d184e0e0eae88ebd9ad94e6faee
data/README.md CHANGED
@@ -163,11 +163,9 @@ The customer feels satisfied that all the changes were tracked accurately, thank
163
163
 
164
164
  ## Installation
165
165
 
166
- To install the gem, reference this git repository in your `Gemfile`
166
+ Install the gem with
167
167
 
168
- git "https://<your-personal-access-token>:x-oauth-basic@github.com/planarinv/elder-wand.git" do
169
- gem 'time_travel'
170
- end
168
+ gem 'time-travel'
171
169
 
172
170
  Then run:
173
171
 
@@ -269,11 +267,11 @@ You might want to do this for fields which you don't want to track on the timeli
269
267
 
270
268
  Avoid updating the time ranges directly though, unless you really know what you're doing.
271
269
 
272
- We allow updates to the time ranges since you might need to migrate an existing model to add `time_travel` functionality.
270
+ We allow updates to the time ranges since you might need to migrate an existing model to support `time_travel` functionality.
273
271
 
274
272
  ### SQL and Native modes
275
273
 
276
- By default time_travel applies updates using native ruby logic.
274
+ By default time travel applies updates using native ruby logic.
277
275
 
278
276
  For performance, the sql mode is also available with support for Postgres.
279
277
 
@@ -1,3 +1,3 @@
1
1
  module TimeTravel
2
- VERSION = '1.0.1' # Placwholder version
2
+ VERSION = '1.0.2' # Placwholder version
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: time-travel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''