cousin_roman 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ce92e05529f9a19e5c3c1352abb343d7b6b9c40
4
- data.tar.gz: 93986a35b1c8c945bddee0093918d89face319eb
3
+ metadata.gz: 3a8b6dfc559930d66a36f9cf48fee854d3b9a34e
4
+ data.tar.gz: 6cc9bd2645c0c136e4553de3d68a2263056c4b11
5
5
  SHA512:
6
- metadata.gz: f708e295b4103549f3fa18d5f9274b84c0ee69671cc6acd2a52d8d6fef99e3c663923a51e949a20680be8b3bae519cccc5017074853f9e07848bfb46a7119294
7
- data.tar.gz: d9ebc7c72c66b3d898d02524722f975a797fc37f05f34722c4802daeecf4b00f0ce6dad8e01f8984ffd0700b5ed2e4e4d522d9b9e7abbdb3e7b827c9d703b5a9
6
+ metadata.gz: 37d624ab76834dbfb7de0d3aaac9c68cf0c52e6feb094b1eddb224e5d9bbc193e31d2a4014ebe83dc9976218d09daef7cf16f1305d60a858ae01fc32a6a75f1a
7
+ data.tar.gz: af80ee0573e5013fbc7b9698e8472cae0215b6a762e9e15c9d129e9ff2b9714f9f0ac3b1c69521fcba1a2d3d5d95cdf824c5c76023cf773254af585da14fed22
@@ -1,5 +1,3 @@
1
- require 'cousin_roman'
2
-
3
1
  module CousinRoman
4
2
  module Arabian
5
3
  extend self
@@ -1,5 +1,3 @@
1
- require "cousin_roman/roman"
2
-
3
1
  class Integer
4
2
  def to_roman
5
3
  CousinRoman::Arabian.to_roman(self)
@@ -1,5 +1,3 @@
1
- require 'cousin_roman'
2
-
3
1
  module CousinRoman
4
2
  module Roman
5
3
  extend self
@@ -1,5 +1,3 @@
1
- require "cousin_roman/roman"
2
-
3
1
  class String
4
2
  def to_arabian
5
3
  CousinRoman::Roman.to_arabian(self)
@@ -1,3 +1,3 @@
1
1
  module CousinRoman
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cousin_roman
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Pyanykh