tippy_mun 0.1.4 → 0.1.5

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: 91c842edc014845d86010d5f8abae4b57d59bc31
4
- data.tar.gz: 7197d4b5b98f93a37d159262343ccc190c107b94
3
+ metadata.gz: f4dd096b2a130c0d425a2e008f02a8ff00cc923f
4
+ data.tar.gz: 894b2bebdff0b1ae07aed9277d03428c9af79228
5
5
  SHA512:
6
- metadata.gz: b4ce133cd2a78b4d3c0b76826d07fe304993ce5dcc8afe2a61f9befa4f4fc80565a8e39d9f650f62a5525b3c9f13e5221169cd571cc922a2e80264f8f4c0aca1
7
- data.tar.gz: 38aa23ccad87d9b09227c133bf7b86479daa21fe73e5e648a6f90ded82d710bb42c68eab89fd2e088b631cddc919c9dc5a07d1bb8fcd0e24d096729b34e4830f
6
+ metadata.gz: 30d91cbcf6098cc92fbc324ba18ea97cf922e4646e0a4120ef8aba777f4d31c4dad06888263cefbd50f11c4152b54d18fcb7fbef5b41510e194c2cc494864537
7
+ data.tar.gz: e715d1dbede378a26d89d8129ff34cf1d0f07c16b4ee1eab4183eda50bffb4b8cb2843e823cc57c09e72093e3d8d2037f3f9623e8d5f24cfaaea488104ac3c2f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tippy_mun (0.1.4)
4
+ tippy_mun (0.1.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,6 +1,7 @@
1
1
  class String
2
- def integer?
2
+ def integer?
3
3
  return true if self =~ /^[1-9]\d*(\.\d+)?$/
4
+ false
4
5
  end
5
6
  end
6
7
 
@@ -29,7 +30,7 @@ module TippyMun
29
30
  end
30
31
 
31
32
  def calculation gratuity = @gratuity
32
- @total += @total * (@gratuity.to_f / 100)
33
+ @total += @total * (gratuity.to_f / 100)
33
34
  end
34
35
  end
35
36
  end
@@ -1,3 +1,3 @@
1
1
  module TippyMun
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tippy_mun
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Munir
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-09-14 00:00:00.000000000 Z
11
+ date: 2017-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -70,7 +70,6 @@ files:
70
70
  - Rakefile
71
71
  - bin/console
72
72
  - bin/setup
73
- - lib/.tippy_mun.rb.swp
74
73
  - lib/tippy_mun.rb
75
74
  - lib/tippy_mun/builder.rb
76
75
  - lib/tippy_mun/version.rb
Binary file