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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/moory/version.rb +1 -1
- data/moory.gemspec +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c34702d19076259d7babb659061e0203a45a75eacdb5461026b3f1e1fa71671d
|
|
4
|
+
data.tar.gz: cecac35d1051e09268cff76c41308f61634d9404a4377f0cd3c2012dd2542e38
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70129b2d24c5b7711c34326c3181b49f416ab6559c5176a07c5bb7d4ede73426b12f6fae782464e1ca1d6fb62eeaa261e6f335f6cb29d5aa4dd082956bf82eda
|
|
7
|
+
data.tar.gz: a1a3fc60af446f92292418f64e990cd935260333565b23b3163c6f5c9889e6fe5dc330a8fa526eb154d01a52e0b4449744ab2fcda1bfda6aa63d198c24adcc7e
|
data/Gemfile.lock
CHANGED
data/lib/moory/version.rb
CHANGED
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.
|
|
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: {}
|