rouge-picat 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.
- checksums.yaml +4 -4
- data/rouge-picat.gemspec +2 -2
- 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: 3c67298faea9b126e950da8185821148e21aa8af5afb881f6baa9e3841a09cd6
|
|
4
|
+
data.tar.gz: ec29b71adf072e1fb245c673648ad0e406597c3b7c1f66e13b7e87886ec09fd1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 130b71d0ae7e49f18b2edffce0b5a907ba48145502816238a33dc260a16cba69a45c881a81f183fd96379f426f9c13b68b714eb634c6d2fea8e9dfb97cbdac28
|
|
7
|
+
data.tar.gz: ffdb617c7069306c014aeb21640ccade2b3914de8bea26259eee53159b498692afc2f8bc76c60f463a43dec65cc20c1adbb2d93e9e739d71432805aa7632e187
|
data/rouge-picat.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = "rouge-picat"
|
|
5
|
-
s.version = "0.1.
|
|
5
|
+
s.version = "0.1.1"
|
|
6
6
|
s.authors = ["Arclight Automata"]
|
|
7
7
|
s.email = ["root@arclight.run"]
|
|
8
8
|
s.summary = "A Picat language plugin for Rouge"
|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
Support for the Picat programming language (picat-lang.org) for Rouge
|
|
11
11
|
desc
|
|
12
12
|
|
|
13
|
-
s.homepage = "https://github.com/
|
|
13
|
+
s.homepage = "https://github.com/arclight0/rouge-picat"
|
|
14
14
|
s.files = Dir['Gemfile', 'LICENSE', 'README.md', 'rouge-picat.gemspec', 'lib/**/*.rb']
|
|
15
15
|
s.licenses = ['MIT']
|
|
16
16
|
s.required_ruby_version = '>= 3.0'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rouge-picat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Arclight Automata
|
|
@@ -41,7 +41,7 @@ files:
|
|
|
41
41
|
- README.md
|
|
42
42
|
- lib/rouge-picat.rb
|
|
43
43
|
- rouge-picat.gemspec
|
|
44
|
-
homepage: https://github.com/
|
|
44
|
+
homepage: https://github.com/arclight0/rouge-picat
|
|
45
45
|
licenses:
|
|
46
46
|
- MIT
|
|
47
47
|
metadata: {}
|