cofgratx 0.0.1 → 0.0.2
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 +8 -8
- data/cofgratx.gemspec +1 -1
- data/lib/cofgratx/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MTkwODkwMzQyMTQyYWM4Y2Y4MzJlODc4MzM0NzNkMjM4ZWQ4OTYzOA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YTJhODg0YzA3MzY0NWQ3ZTk4NTc1NmQwYjQzZTNhNGY2ODI2NTg1ZA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MzQzNzcwYjk4YTc3MWQ5Y2VmMTYwYjdhMWExODQzYTVlYzRiMzNlZjBlYjE0
|
|
10
|
+
MTgwMzQ4ZjM0MTAyOTc3NjIwYTE4ZGMwOTU4Zjk5MGZlOTNmNWExZWNmYmY3
|
|
11
|
+
M2IyZDBmOTc5Y2NlMTU2ZDVlYWVjMWRhZDBiNDIxMGFlNGZhNzM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NmY3NTdlOThiNDQ3YzVlMTNkMDlkNGViNzA3MDU5ODdjNDgyMDdjNTZjODc4
|
|
14
|
+
YThlZTgzMzM2OTcwNGFkY2M4OWI3NDVjNjE0ZmY1OTExNWVmNjc4YmRmMDJi
|
|
15
|
+
MDMyNmVjMjdiMjQyNTdhNDNlYmI4NWQ0ZGM1MDA2ZGVmNDFmZTQ=
|
data/cofgratx.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["tim.callahan25@yahoo.com"]
|
|
11
11
|
spec.summary = "A context free grammar validator and translator"
|
|
12
12
|
spec.description = "The CFG class can be used to create a specification for a context free grammar and define translations for it"
|
|
13
|
-
spec.homepage = ""
|
|
13
|
+
spec.homepage = "https://github.com/callahat/cofgratx"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
data/lib/cofgratx/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cofgratx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- callahat
|
|
@@ -85,7 +85,7 @@ files:
|
|
|
85
85
|
- spec/spec_helper.rb
|
|
86
86
|
- spec/terminal_spec.rb
|
|
87
87
|
- spec/translation_repetition_set_spec.rb
|
|
88
|
-
homepage:
|
|
88
|
+
homepage: https://github.com/callahat/cofgratx
|
|
89
89
|
licenses:
|
|
90
90
|
- MIT
|
|
91
91
|
metadata: {}
|