a-- 0.1.0 → 10.25.60
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/aplus.gemspec +1 -1
- data/lib/aplus/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 819e9e99f19b9b997267ce9f969d1cfee9429970af0c01f7107134e639e024f3
|
4
|
+
data.tar.gz: 96c4e9b9c7c2c91db214b505dd9f481b41702ee24fb1ff4053577477929ad172
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3aa283e8c8eb091fe148b8229cd811b6bbdd940e7e5afc0baf12b02b6a303e16714c5930d56655ab7b6384d5d32c79d392bacd9c585655a5257c9bff8332a77c
|
7
|
+
data.tar.gz: ed1d750a3c24028d652ec27af3cfef3b6d417cbd3bb6502c0e88344e613dcdf5cfbb7e8586a01b84fd73f1cf738847bf8eaeee2cf4c83c3b57978c501e75d848
|
data/aplus.gemspec
CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
|
|
6
6
|
spec.authors = ["Josh Brody"]
|
7
7
|
spec.email = ["git@josh.mn"]
|
8
8
|
|
9
|
-
spec.summary = "A-: Because you need more As than you had in your academic career."
|
9
|
+
spec.summary = "A-: Because you need more As than you had in your academic career. Also, hi mom!"
|
10
10
|
spec.description = spec.summary
|
11
11
|
spec.license = "MIT"
|
12
12
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
data/lib/aplus/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: a--
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 10.25.60
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Brody
|
@@ -10,7 +10,8 @@ bindir: exe
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2020-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: 'A-: Because you need more As than you had in your academic career.
|
13
|
+
description: 'A-: Because you need more As than you had in your academic career. Also,
|
14
|
+
hi mom!'
|
14
15
|
email:
|
15
16
|
- git@josh.mn
|
16
17
|
executables: []
|
@@ -52,5 +53,6 @@ requirements: []
|
|
52
53
|
rubygems_version: 3.0.3
|
53
54
|
signing_key:
|
54
55
|
specification_version: 4
|
55
|
-
summary: 'A-: Because you need more As than you had in your academic career.
|
56
|
+
summary: 'A-: Because you need more As than you had in your academic career. Also,
|
57
|
+
hi mom!'
|
56
58
|
test_files: []
|