r_odds 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: 2ca0bcfc66295acd8241062d6e4d9cf69189da75ec32eed54ab57363fb54062e
4
- data.tar.gz: f3c80f76b9489ad53748cd1cc3371c4647373d1c09c09634624bea8525181d8b
3
+ metadata.gz: 635824079dc2e2abeecabefdcd5015525eaf1fe660a66f38e5f5489e288a509d
4
+ data.tar.gz: a866397df1cea6e8fe737189417006f765d9e305d712684d6b1eb5671077a25e
5
5
  SHA512:
6
- metadata.gz: c603d57b51ebeb2b402b10c9af7dc4de309725069da4b054ba06efe0cbaf9e60cc83a4ad35b5f8568c9e1075a0f6c5afd74c5f5067985fb9584e886eb9e879d3
7
- data.tar.gz: c45c8321c58a1db2c4170a66800aea2a07e6f51257b9ec8e28ecab8cfbc9b54c9b866ebca61bc1a8c5171668761a71d0fe4fa747945362c35bf8b5dad52f3d7c
6
+ metadata.gz: 25afa77acdaa8057ca6e9df86c7df909494c431af4873898942c41454b2ef9589510e6e579ecca05035d6bfa80a9ee53649d484d618aa00abc9eef2d6c836b1a
7
+ data.tar.gz: f3a2e4442eefe2cb591104325276823ae52bed49cce449fb6568a42b810b95c47714c5de2e32f5885de59a8461810d21a5467233222ace734aa463b6be8c7222
@@ -1,3 +1,3 @@
1
1
  module ROdds
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/r_odds.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["George Wambold"]
10
10
  spec.email = ["georgewambold@gmail.com"]
11
11
 
12
- spec.summary = %q{Easy to work with odd conversions}
12
+ spec.summary = %q{Simple odds conversions -- Written in Ruby!}
13
13
  spec.license = "MIT"
14
14
 
15
15
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: r_odds
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
  - George Wambold
@@ -131,5 +131,5 @@ rubyforge_project:
131
131
  rubygems_version: 2.7.6
132
132
  signing_key:
133
133
  specification_version: 4
134
- summary: Easy to work with odd conversions
134
+ summary: Simple odds conversions -- Written in Ruby!
135
135
  test_files: []