tuga 0.5.0 → 0.5.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: 2613a982230eeaab207ae2287fc284fbb49768e7df04650610ccebeba90c431c
4
- data.tar.gz: f1b9388de9d612ffe52bb1d8214be89e8a9f3c63910b6663cdddb9145a10826f
3
+ metadata.gz: db2314492601f0226cbc4a7709c55eb24a1ad5245a6846caf16c3b2cdeaed53b
4
+ data.tar.gz: 778732d911d9f01c85e9a113154e9df0d4ddf9db9de9389d40c89fd49f2205c5
5
5
  SHA512:
6
- metadata.gz: 73660723f171e8c4dd93e73ba6236db5978020075e1b08006b730d45766e4649ef46b08c86d02fa50e9179c404e87fabb01045d776bad8152edc70fb8db1fcc2
7
- data.tar.gz: 1e6ba6b45e6da30f24abee128593673f4580b65372f73a93e8d6e177dd8fa69853c4491b24a8930a7eec8f7cb38291e00811e1de19beffa3c8374a15c84ae626
6
+ metadata.gz: 1a917a0c487fe5f6333bb78c290f633ba4b2ccec1c7b610f96ba5d1686f7d031a434a212590940b42f240dff19d4e9dd0f12dc4f0f92b7a7d1725953e8e0864b
7
+ data.tar.gz: 3d919cd13473c17426db469bb204a7489c06800513ab6f7b191b97e75d604fed8f3ba1c912b1d260e35c5457135d23a1c78f6bc5b11975d009c3ee871aeb91d5
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.5.1] - 2023-08-22
8
+ ### Changed
9
+ - Renamed the `master` branch to `main`
10
+
7
11
  ## [0.5.0] - 2023-08-22
8
12
  ### Added
9
13
  - Added the keyword `na`, which is the equivalent of `in` in Ruby
@@ -36,6 +40,7 @@ by updating it from `~ 10.0` to `~ 12.3`.
36
40
  - Initial core functionality
37
41
  - Codebase maintenance tools
38
42
 
43
+ [0.5.1]: https://github.com/wilsonsilva/tuga/compare/v0.5.0...v0.5.1
39
44
  [0.5.0]: https://github.com/wilsonsilva/tuga/compare/v0.4.0...v0.5.0
40
45
  [0.4.0]: https://github.com/wilsonsilva/tuga/compare/v0.3.0...v0.4.0
41
46
  [0.3.0]: https://github.com/wilsonsilva/tuga/compare/v0.2.0...v0.3.0
data/README.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # Tuga
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/tuga.svg)](https://badge.fury.io/rb/tuga)
4
- [![Build Status](https://travis-ci.org/wilsonsilva/tuga.svg?branch=master)](https://travis-ci.org/wilsonsilva/tuga)
4
+ [![Build Status](https://travis-ci.org/wilsonsilva/tuga.svg?branch=main)](https://travis-ci.org/wilsonsilva/tuga)
5
5
  [![Maintainability](https://api.codeclimate.com/v1/badges/7afec90a09db3956b7dc/maintainability)](https://codeclimate.com/github/wilsonsilva/tuga/maintainability)
6
6
  [![Test Coverage](https://api.codeclimate.com/v1/badges/7afec90a09db3956b7dc/test_coverage)](https://codeclimate.com/github/wilsonsilva/tuga/test_coverage)
7
- [![Security](https://hakiri.io/github/wilsonsilva/tuga/master.svg)](https://hakiri.io/github/wilsonsilva/tuga/master)
8
- [![Inline docs](http://inch-ci.org/github/wilsonsilva/tuga.svg?branch=master)](http://inch-ci.org/github/wilsonsilva/tuga)
7
+ [![Security](https://hakiri.io/github/wilsonsilva/tuga/main.svg)](https://hakiri.io/github/wilsonsilva/tuga/main)
8
+ [![Inline docs](http://inch-ci.org/github/wilsonsilva/tuga.svg?branch=main)](http://inch-ci.org/github/wilsonsilva/tuga)
9
9
 
10
10
  A Portuguese script programming language meant for educational purposes.
11
11
 
@@ -81,7 +81,7 @@ rake yardstick_measure # Measure docs in lib/**/*.rb with yardstick
81
81
 
82
82
  Bug reports and pull requests are welcome on GitHub at https://github.com/wilsonsilva/tuga. This project is intended to
83
83
  be a safe, welcoming space for collaboration, and contributors are expected to adhere to the
84
- [code of conduct](https://github.com/wilsonsilva/tuga/blob/master/CODE_OF_CONDUCT.md).
84
+ [code of conduct](https://github.com/wilsonsilva/tuga/blob/main/CODE_OF_CONDUCT.md).
85
85
 
86
86
  ## License
87
87
 
@@ -90,4 +90,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
90
90
  ## Code of Conduct
91
91
 
92
92
  Everyone interacting in the Tuga project's codebases, issue trackers, chat rooms and mailing lists is expected to
93
- ollow the [code of conduct](https://github.com/wilsonsilva/tuga/blob/master/CODE_OF_CONDUCT.md).
93
+ ollow the [code of conduct](https://github.com/wilsonsilva/tuga/blob/main/CODE_OF_CONDUCT.md).
data/lib/tuga/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tuga
2
- VERSION = '0.5.0'.freeze
2
+ VERSION = '0.5.1'.freeze
3
3
  end
data/tuga.gemspec CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
 
15
15
  spec.metadata['homepage_uri'] = spec.homepage
16
16
  spec.metadata['source_code_uri'] = 'https://github.com/wilsonsilva/tuga'
17
- spec.metadata['changelog_uri'] = 'https://github.com/wilsonsilva/tuga/blob/master/CHANGELOG.md'
17
+ spec.metadata['changelog_uri'] = 'https://github.com/wilsonsilva/tuga/blob/main/CHANGELOG.md'
18
18
 
19
19
  # Specify which files should be added to the gem when it is released.
20
20
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tuga
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wilson Silva
@@ -339,7 +339,7 @@ licenses:
339
339
  metadata:
340
340
  homepage_uri: https://github.com/wilsonsilva/tuga
341
341
  source_code_uri: https://github.com/wilsonsilva/tuga
342
- changelog_uri: https://github.com/wilsonsilva/tuga/blob/master/CHANGELOG.md
342
+ changelog_uri: https://github.com/wilsonsilva/tuga/blob/main/CHANGELOG.md
343
343
  post_install_message:
344
344
  rdoc_options: []
345
345
  require_paths: