snail_trail 0.0.2 → 1.0.0.rc.pre.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 +4 -4
- data/lib/snail_trail/version_number.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: beb4e8f89eedd5d5e061bec381f3dbea57607691876670351ffc9f32dfd08072
|
4
|
+
data.tar.gz: 76e19cb33e08f2b42c62a496b297a2e7860b42c1200f2b6fdb9f9b51f4026adc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb1046237dc675bddfc38a8bdfa8be7ae2d75dacfbf862cd9c3e25ad9dfacf2f2de668e1ec8789b8c08ec9cfdebe2c4a68ef6728d6784195b14aec8aff2306ee
|
7
|
+
data.tar.gz: 3297cc34b48265d60a15413ec5b90093780110827b5ce0414987f2c0028b15d3bc27ac8b7a576a06057a2927777a8eb55f47871950d118cd2074c0ac90f06cb9
|
@@ -7,12 +7,12 @@ module SnailTrail
|
|
7
7
|
# because of this confusion, but it's not worth the breaking change.
|
8
8
|
# People are encouraged to use `SnailTrail.gem_version` instead.
|
9
9
|
module VERSION
|
10
|
-
MAJOR =
|
10
|
+
MAJOR = 1
|
11
11
|
MINOR = 0
|
12
|
-
TINY =
|
12
|
+
TINY = 0
|
13
13
|
|
14
14
|
# Set PRE to nil unless it's a pre-release (beta, rc, etc.)
|
15
|
-
PRE =
|
15
|
+
PRE = 'rc-1'
|
16
16
|
|
17
17
|
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".").freeze
|
18
18
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: snail_trail
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 1.0.0.rc.pre.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brands Insurance
|
@@ -411,9 +411,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
411
411
|
version: 3.2.0
|
412
412
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
413
413
|
requirements:
|
414
|
-
- - "
|
414
|
+
- - ">"
|
415
415
|
- !ruby/object:Gem::Version
|
416
|
-
version:
|
416
|
+
version: 1.3.1
|
417
417
|
requirements: []
|
418
418
|
rubygems_version: 3.4.10
|
419
419
|
signing_key:
|