snail_trail 0.0.2 → 1.0.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 +4 -4
- data/lib/snail_trail/version_number.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39efcc6e2abb6e5e4b2b6ec7db282ee45e1f3532774bee5ce6a02ed877552fdd
|
4
|
+
data.tar.gz: 2b99c3c9ee205071668045cf89f25afa30c7c143d090a1ae59304cd4a7951a99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd558bd7231683b7a20a8536be9b823137001011b3665f6ef50d5ab3f1cee0370624a97547a64679470e5f66f1697fc6800a55df23f4c8797caf0b682b0c60f2
|
7
|
+
data.tar.gz: adefeb14072c54f5b8e629c8ae8d50b5d87dd78f6e8adc2ad061e7d8e51077c224fed26c28cec37a0a6668123c1e23e406bd1913fc6632879a745959fcce8848
|
@@ -7,9 +7,9 @@ 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
15
|
PRE = nil
|