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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rouge-picat.gemspec +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4bf3b0a384725113f58d6e2f389414168405f241261964102744e41758a71942
4
- data.tar.gz: 39e997b9b5d4d16a29f063f659830c438c489a0b01e8242f0ae574a15d1fc374
3
+ metadata.gz: 3c67298faea9b126e950da8185821148e21aa8af5afb881f6baa9e3841a09cd6
4
+ data.tar.gz: ec29b71adf072e1fb245c673648ad0e406597c3b7c1f66e13b7e87886ec09fd1
5
5
  SHA512:
6
- metadata.gz: a63a045b27fbe55b9c8d5323f08bd8c41e9a3ae60d3b38973b1284af2168d43d5c4c671b7fd0dae2878c880603e54ba7166c52985655f98d0f158bdb1b118907
7
- data.tar.gz: 794ef72e1d23cc3b6ce7318569e7044cb315ab950e1a4d8a007399da919d9ca73dd36469911cc69306956806c0cd9cc197e3f29182ccf6ee57bea0a50bd4f532
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.0"
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/arclight-automata/rouge-picat"
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.0
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/arclight-automata/rouge-picat
44
+ homepage: https://github.com/arclight0/rouge-picat
45
45
  licenses:
46
46
  - MIT
47
47
  metadata: {}