liberty 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0bbb2fc0351069beaffe253c8a6e49b16384b229e4560b3bbe1bc3975569b525
4
- data.tar.gz: 615d3af3c92b65eb50ff6d073698392f5cd20b24319df1ec517b5ac0c2665ded
3
+ metadata.gz: 26d7b20137cc3c8f07e9e21ee1ae6fc15b26e5549539eb513cd0d09843564f13
4
+ data.tar.gz: 6373d130a49757d9da61abfc170be031f45e1f53cd7b8e2e5a108e52824031b3
5
5
  SHA512:
6
- metadata.gz: 05133b60173a69591ca063f75c5ea7773510441f8124da02abf57f7f8fe1903ecaffbead071849ff473c559bbf2f6485448d76009d747cb3bd425a1302e38e4d
7
- data.tar.gz: baeeea27ca2953b3709e71c694265bbba1e395a279eea22fa2e78b990bbfe3609973c85310ad45358a69796f0d27121a9d5c3c466a78bfef7ba1e6211dd7ae37
6
+ metadata.gz: b646bcf2cf632cc10eb3e15d06e1cc548124c446036df7d9fd94f454abdef6b28f7125818848edc3549a81eb9119f6ff726ca588eeb9fe51349849c58e6e5234
7
+ data.tar.gz: 307b97fc93b7d1899ecb576687ed7f0f81127ddac414415ed0d994ee05af81c2729be1e702fa9ff64b4bbbcc3368f80e66a33852952d0d5f111bf3c672dcac7b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.1] - 2022-04-24
4
+
5
+ - Ensures use of frozen string literals
6
+
3
7
  ## [0.1.0] - 2022-04-22
4
8
 
5
9
  - Initial release
data/Gemfile.lock CHANGED
@@ -63,12 +63,11 @@ GEM
63
63
  rubocop-ast (>= 0.4.0)
64
64
  ruby-progressbar (1.11.0)
65
65
  ruby2_keywords (0.0.5)
66
- simplecov (0.21.2)
66
+ simplecov (0.17.1)
67
67
  docile (~> 1.1)
68
- simplecov-html (~> 0.11)
69
- simplecov_json_formatter (~> 0.1)
70
- simplecov-html (0.12.3)
71
- simplecov_json_formatter (0.1.4)
68
+ json (>= 1.8, < 3)
69
+ simplecov-html (~> 0.10.0)
70
+ simplecov-html (0.10.2)
72
71
  standard (1.10.0)
73
72
  rubocop (= 1.27.0)
74
73
  rubocop-performance (= 1.13.3)
@@ -85,7 +84,7 @@ DEPENDENCIES
85
84
  rake (~> 13.0)
86
85
  rspec (~> 3.0)
87
86
  rspec_junit_formatter (~> 0.4)
88
- simplecov (~> 0.21)
87
+ simplecov (~> 0.17.1)
89
88
  standard (~> 1.3)
90
89
 
91
90
  BUNDLED WITH
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Liberty
4
4
 
5
- [![Ruby](https://github.com/first-try-software/liberty/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/first-try-software/liberty/actions/workflows/main.yml)
5
+ [![Gem Version](https://badge.fury.io/rb/liberty.svg)](https://badge.fury.io/rb/liberty) [![Ruby](https://github.com/first-try-software/liberty/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/first-try-software/liberty/actions/workflows/main.yml) [![Maintainability](https://api.codeclimate.com/v1/badges/02bb162371c4fcfe10eb/maintainability)](https://codeclimate.com/github/first-try-software/liberty/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/02bb162371c4fcfe10eb/test_coverage)](https://codeclimate.com/github/first-try-software/liberty/test_coverage)
6
6
 
7
7
  Liberty is the state of being free from oppressive restrictions imposed by authority.
8
8
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Liberty
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
data/liberty.gemspec CHANGED
@@ -39,5 +39,5 @@ Gem::Specification.new do |spec|
39
39
  spec.add_development_dependency "rake", "~> 12.0"
40
40
  spec.add_development_dependency "rspec", "~> 3.0"
41
41
  spec.add_development_dependency "rspec_junit_formatter", "~> 0.4"
42
- spec.add_development_dependency "simplecov", "~> 0.21"
42
+ spec.add_development_dependency "simplecov", "~> 0.17.1"
43
43
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liberty
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
  - Alan Ridlehoover
@@ -171,14 +171,14 @@ dependencies:
171
171
  requirements:
172
172
  - - "~>"
173
173
  - !ruby/object:Gem::Version
174
- version: '0.21'
174
+ version: 0.17.1
175
175
  type: :development
176
176
  prerelease: false
177
177
  version_requirements: !ruby/object:Gem::Requirement
178
178
  requirements:
179
179
  - - "~>"
180
180
  - !ruby/object:Gem::Version
181
- version: '0.21'
181
+ version: 0.17.1
182
182
  description: Liberty is the state of being free from oppressive restrictions imposed
183
183
  by authority.
184
184
  email: