literal_enum 0.1.0 → 0.1.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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/literal_enum/version.rb +1 -1
  3. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4da670aa086260311dedd8f84f66850b957cd442b66a41ffb4cb2f81f63abf2e
4
- data.tar.gz: 45c944babb48f43b0d7baafffd349da06989f9f369a1a46467d049088a48cfd0
3
+ metadata.gz: df1a510d6f384ada5c22700181bd550c155dc4804b4cc06160ce8ce529505549
4
+ data.tar.gz: cf0c68cdb7cec413dc0efa910a8e8a2570225461c43daaef08826c91ebac1ddc
5
5
  SHA512:
6
- metadata.gz: c66cef636f7d009620f57684135a872789896d8261b2a908fda73480e42b55ba3d4b3b3d5e3cd4aeed1789b542e98fba0e040ba573422d7b738901450d5f8124
7
- data.tar.gz: 5074c13457bb6e00b31e0a409135bd9d235a55864af5b7e6d5902763de0d695845b8322e2b497592005becc1230aaecafbc7c3e9fdc18c772b1588720dfb66fb
6
+ metadata.gz: 389ec31e104f4e396d470cfd770f4ac5cf4e46737da287fbed6e3aea44c6b0d3caad2a2dc9cec5acd10dbb234b793069b4896536af0a94a65e44bbd27066fd59
7
+ data.tar.gz: 9e5b59a6dec4e179548554993d53c633e52d0b856bc46b6d002584665ceabc1678fd4ba94548a6d330fadf9b3839508eedd7ad484b0772960a3973cb585e58e3
@@ -1,3 +1,3 @@
1
1
  module LiteralEnum
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: literal_enum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - letItCurl
@@ -48,10 +48,12 @@ files:
48
48
  - lib/literal_enum/engine.rb
49
49
  - lib/literal_enum/version.rb
50
50
  - lib/tasks/literal_enum_tasks.rake
51
- homepage:
51
+ homepage: https://github.com/letItCurl/literal_enum
52
52
  licenses:
53
53
  - MIT
54
- metadata: {}
54
+ metadata:
55
+ homepage_uri: https://github.com/letItCurl/literal_enum
56
+ source_code_uri: https://github.com/letItCurl/literal_enum
55
57
  post_install_message:
56
58
  rdoc_options: []
57
59
  require_paths: