moory 0.3.0 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 73b9daed021ae037a29e58725761a7d3cab583d3b85adf38f33eeda231f34aac
4
- data.tar.gz: c582208c25b69c71f0b10d3fea858eee59189756d79d15fea9a6b7344483293d
3
+ metadata.gz: c34702d19076259d7babb659061e0203a45a75eacdb5461026b3f1e1fa71671d
4
+ data.tar.gz: cecac35d1051e09268cff76c41308f61634d9404a4377f0cd3c2012dd2542e38
5
5
  SHA512:
6
- metadata.gz: 91a92a25f4585c8e232a7e49f07d9be7e922ba68a336a94b7ea34da1e318758a4b22f1567d7ade42ab03dbf7aafb4314428e027c1b313e68e16f9c0c819a9912
7
- data.tar.gz: b0282b7fc84c174549448fd13107136347ae7bfa5b879c49be0b0931fcdf9272602df2f2ad82813a279133742b084e7c908035b2875fe3fbf00b06119fc27aaa
6
+ metadata.gz: 70129b2d24c5b7711c34326c3181b49f416ab6559c5176a07c5bb7d4ede73426b12f6fae782464e1ca1d6fb62eeaa261e6f335f6cb29d5aa4dd082956bf82eda
7
+ data.tar.gz: a1a3fc60af446f92292418f64e990cd935260333565b23b3163c6f5c9889e6fe5dc330a8fa526eb154d01a52e0b4449744ab2fcda1bfda6aa63d198c24adcc7e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- moory (0.3.0)
4
+ moory (0.3.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/lib/moory/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Moory
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
data/moory.gemspec CHANGED
@@ -12,6 +12,8 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = %q{Use plain text to define finite machines.}
13
13
  spec.license = "MIT"
14
14
 
15
+ spec.homepage = 'https://github.com/elclavijero/moory'
16
+
15
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
16
18
  # to allow pushing to a single host or delete this section to allow pushing to any host.
17
19
  # if spec.respond_to?(:metadata)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam W. Grant
@@ -80,7 +80,7 @@ files:
80
80
  - lib/moory/parser.rb
81
81
  - lib/moory/version.rb
82
82
  - moory.gemspec
83
- homepage:
83
+ homepage: https://github.com/elclavijero/moory
84
84
  licenses:
85
85
  - MIT
86
86
  metadata: {}