latinirb 1.0.1 → 1.0.2

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
  SHA1:
3
- metadata.gz: 2ed70617b9bd92a11bf1167c8d227f28f2b5860c
4
- data.tar.gz: 7a1ad5a70621dfe8a9f24e9a01d1b204d7da40ef
3
+ metadata.gz: 6fb443325292b513e3d131b3d6efa0f7ff1da228
4
+ data.tar.gz: 639ec42b52aa3c2452f27a8ddc918344f945893d
5
5
  SHA512:
6
- metadata.gz: 9c9ed4707c364206b6d486d746ff447727d48f60581442c32875fb5260519a80efd1dd3a6feb76aef056d42f8c31cfd9efd1fb2506c2a2d582ce562ce272c38e
7
- data.tar.gz: 49992888feda944750d68bd6f03d49ad42204d1bc93944b45519b474af43c70cb35bc0a8763fd8b3cb84d3ac00fa7bf04d716417ecdfe1ec68a11ef0589a7b20
6
+ metadata.gz: 7eaacb640cc48968a3dd08b8467ecc4f87c3311225cadb4e3160e72c1cfd5537f60d5142043f88b954fc1df1bb1fcc08d36cae6add6e661aa114d218ac62c47f
7
+ data.tar.gz: 654f9f1c73ddd12adb90e68c644c412fca3e732389cab18fa048f7e175a403397e28840996ea0e290a7425596307b42883606a4bd64b7ed59d52142aad464ae1
data/bin/latinirb CHANGED
@@ -1,7 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
-
3
- require 'active_support/all'
4
2
  require 'latinirb'
5
- require 'pp'
6
3
 
7
4
  Linguistics::Latin::Util::LatinIRB.begin
@@ -2,7 +2,7 @@ module Linguistics
2
2
  module Latin
3
3
  module Util
4
4
  class LatinIRB
5
- VERSION = "1.0.1"
5
+ VERSION = "1.0.2"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: latinirb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven G. Harms