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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/ex.gemspec +1 -7
  3. data/lib/ex/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41d8743c3322fc70e78f190651ebf1a530d5b4c1be1b1a4ff119a88e96123e52
4
- data.tar.gz: 3748f9bdf62a2dc104b23248cea6717104d68c1a8011485368272bed58b2eebf
3
+ metadata.gz: 88070300956cb38a8153670aee30c64a7ea577f02eaa215f2b4efa3d6162f723
4
+ data.tar.gz: d4bd4fef5c041991bbd564979b6f0df2cdc9edbd5a49c1b60f6850e4c147fa94
5
5
  SHA512:
6
- metadata.gz: 9e3a26414b1079eb617d561d71d667d1f3d9db54263b4defa621f2bb0e7a0c4d0b0f566667f011aced76f06e295f7ee42738da308b748f2d541748333569115e
7
- data.tar.gz: 547a75ed5f8d82f2855ee2429fa39d404845143339efc23f67d73507c17768b934d9a20d086af27e7cd720b8967ca14ef8b626ff111e4f9dc6c5f4ed948b8e12
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
 
@@ -1,3 +1,3 @@
1
1
  module Ex
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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.0
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: "\n Q: Why?\n A: No reason.\n\n Q: What practical application
56
- does this have?\n A: None.\n "
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: []