ex 0.2.0 → 0.2.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/ex.gemspec +1 -7
- data/lib/ex/version.rb +1 -1
- 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: 88070300956cb38a8153670aee30c64a7ea577f02eaa215f2b4efa3d6162f723
|
|
4
|
+
data.tar.gz: d4bd4fef5c041991bbd564979b6f0df2cdc9edbd5a49c1b60f6850e4c147fa94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8c280bf686e123035b841b86649d71789bad2bff2da3532b020f38f9280e3ba65aea382c3ad55400433cb120bf30efea25387b1c4dde544f3831e253cba29ef
|
|
7
|
+
data.tar.gz: 4837e464000631f0dacfa070871437b5c741d19c03df14944211cf41d2fb383613ab292d765a6c7a3e9b9e0e3f33f642778480cddc8e12e188f33498c9b7bf25
|
data/ex.gemspec
CHANGED
|
@@ -10,13 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["elliott.hilaire@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = "An experiment to make Ruby look like Elixir without abiding by any rules."
|
|
13
|
-
spec.description = "
|
|
14
|
-
Q: Why?
|
|
15
|
-
A: No reason.
|
|
16
|
-
|
|
17
|
-
Q: What practical application does this have?
|
|
18
|
-
A: None.
|
|
19
|
-
"
|
|
13
|
+
spec.description = "An experiment to make Ruby look like Elixir without abiding by any rules. Why? No reason. What practical application does this have? None."
|
|
20
14
|
spec.homepage = "https://github.com/elliotthilaire/ex"
|
|
21
15
|
spec.license = "MIT"
|
|
22
16
|
|
data/lib/ex/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elliott Hilaire
|
|
@@ -52,8 +52,8 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '5.0'
|
|
55
|
-
description:
|
|
56
|
-
does this have
|
|
55
|
+
description: An experiment to make Ruby look like Elixir without abiding by any rules.
|
|
56
|
+
Why? No reason. What practical application does this have? None.
|
|
57
57
|
email:
|
|
58
58
|
- elliott.hilaire@gmail.com
|
|
59
59
|
executables: []
|