rubytext 0.0.48 → 0.0.49

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/version.rb +1 -1
  3. data/rubytext.gemspec +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 33b423bc804b45b9a7cf9b322a822551ec748664ae0c01888d193575aeec3792
4
- data.tar.gz: 9bbd79f2a7dff3507a5ced5f83df3375a85a8b95ad92bd759e93e7a496867a87
3
+ metadata.gz: 12a03087a2f64e8ec6811c4a2c1506391892847d6daaba163eb9a2fd9b24dcaa
4
+ data.tar.gz: 8fadb7e1c3fef28196c2c5b80b17779d78208ae86801981554d421e710846533
5
5
  SHA512:
6
- metadata.gz: 409ddaf82104c1f4d6c11c72fcf92654bf169ddabdc7ee717b05e1ae2f8e0a0d54e4958b54f33bf526411befb6221b3a05a3a69679267a72728ed4a6a48de534
7
- data.tar.gz: e6bec1c738ed8ed503215c402fd40b6f501c56a5d7147518994c52621a90e0fa787d1b7e7b7430e59b9b5ddcea596ec3ac95c5252fc36dc473c4ae9c5fde1a65
6
+ metadata.gz: 9a84d72ecb9245757b9b1e7640d6e7387ca0c2a62c84eadea1a25fc9ddaf1e9c8d4cb985636a5f010205212c7515a22557f5c09bae57c8d2dad95d5fd2899a30
7
+ data.tar.gz: 75c04b270130c8e21ca490849134e55203f7ba29e2140348ec8545f4a1a08fa850a25a229289fd01afcfe4688c98863bf3e4917b3fbd47d5cab42e0af876fb9c
data/lib/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  module RubyText
3
- VERSION = "0.0.48"
3
+ VERSION = "0.0.49"
4
4
 
5
5
  Path = File.expand_path(File.join(File.dirname(__FILE__)))
6
6
  end
data/rubytext.gemspec CHANGED
@@ -27,5 +27,5 @@ Gem::Specification.new do |s|
27
27
 
28
28
  s.files = main + bin + ex + misc + test
29
29
  s.homepage = 'https://github.com/Hal9000/rubytext'
30
- s.license = "Ruby License"
30
+ s.license = "Ruby"
31
31
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubytext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.48
4
+ version: 0.0.49
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hal Fulton
@@ -80,7 +80,7 @@ files:
80
80
  - test/auto.rb
81
81
  homepage: https://github.com/Hal9000/rubytext
82
82
  licenses:
83
- - Ruby License
83
+ - Ruby
84
84
  metadata: {}
85
85
  post_install_message:
86
86
  rdoc_options: []