timelines 0.1.0 → 0.1.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/timelines/version.rb +1 -1
  3. metadata +12 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 339ae3e7d0c51c23d89e50623e47968edeea76e05f712450b8239dce582a40d9
4
- data.tar.gz: 10a248044ed773b787dd9a0520c4198e5742fab92e0635b715dfe13fe5d23dec
3
+ metadata.gz: 8cafb7917c5de0767aa5c56cfc8b0888369c8b7269e29b1acdad153466cae36e
4
+ data.tar.gz: 6cf81beee062e3860cd0575f88f7ed7bba0252a422cc0e5333db38e4166cd3f5
5
5
  SHA512:
6
- metadata.gz: 216d2927c9597196a0978234f6745d41ba4b0f9f545b51ad7dd74acdf0fdf0aa49097809f17281969675680e7767b4eb73caa887e16d0f75707739023996cebd
7
- data.tar.gz: 03f80b16d2d44a06086f0adb3a8c8a26cf10f549297cf4a786d7115045cb4550928f0c778a7de64fb451b219457808f7291c12ba903cb315e35ba83c8d739974
6
+ metadata.gz: ce8e9743ddda620638237736225e7481045f85252aa784d57ffbdfa9754fb78a8e6a77046cdc965f0379eb8a8c717ed738a8924975c0445067b253422784abce
7
+ data.tar.gz: 746ddcaa83b321f511e65236ee3e76f0a2099950a95f322b09bcf124a0c7498c8baeefb7256a8f863010bc42abd48b7bc5c78fe3616683d7e27034c95006dc87
@@ -1,3 +1,3 @@
1
1
  module Timelines
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timelines
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Craig Gilchrist
@@ -14,17 +14,25 @@ dependencies:
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '7'
17
20
  - - ">="
18
21
  - !ruby/object:Gem::Version
19
- version: 7.1.0
22
+ version: 7.0.0
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '7'
24
30
  - - ">="
25
31
  - !ruby/object:Gem::Version
26
- version: 7.1.0
27
- description: Library for managing historical records.
32
+ version: 7.0.0
33
+ description: |2
34
+ Provides an Ephemeral module that can be included in any ActiveRecord model to
35
+ provide a simple way to track active/historical/past records.
28
36
  email:
29
37
  - craig.a.gilchrist@gmail.com
30
38
  executables: []
@@ -43,7 +51,6 @@ licenses:
43
51
  - MIT
44
52
  metadata:
45
53
  homepage_uri: https://github.com/Craggar/timelines
46
- github_repo: git@github.com:Craggar/timelines.git
47
54
  source_code_uri: https://github.com/Craggar/timelines
48
55
  changelog_uri: https://github.com/Craggar/timelines/CHANGELOG.md
49
56
  post_install_message: