nyros_form 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: d545cfca1ce44aeb1b8d3f72c2516bce9834a01c929836ac1a9fb1b1f012dc1d
4
- data.tar.gz: 3d46bcb402ba982cc73781693e3e71d439509e91b24d7360b0c16bd2eb6039c9
3
+ metadata.gz: 3f2b36ea974febbdb64ea2054328cd63e8792ba495376e798beb91764f5fa1aa
4
+ data.tar.gz: f02772b3bd9511ab53e700a2e826fc1c0f5a5bd6625460d755b7c9457dad297f
5
5
  SHA512:
6
- metadata.gz: a3445f083baa34ad0dd7daf5d6ccc399b06d84225090a4c9310c14b4bc1cf0f62bf3b6076965a4908b5b76f708d9a004946d1aebe5ed46141e13931d40af0b81
7
- data.tar.gz: 16163cc9be4546a6d1a2dd14fb69dbe8bd985f81f5f45316f01701489c38099666ce4f87c665d86fcd83231e10b59a7eca681ca6d0317bb1d12ee717073b14a7
6
+ metadata.gz: c269ffbf3f80264df9ecf84bd17d856933285ed02c7975cab239abfd5df28ce45e2f6affb32bc7f0ccfa7a493ab16e4db1a11bad533f6bdd03d9235ca5a6d230
7
+ data.tar.gz: ceeb91154aec3c9b832be5e54ee7463e2a725f05aa6da8f8841f8b8387a7b996f3b9c1f58ab7f5ababa03f13db9350b92f916b025b621bd9064743e8d7cf85fd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nyros_form (0.1.1)
4
+ nyros_form (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -25,9 +25,9 @@ module NyrosForm
25
25
 
26
26
  def string_based
27
27
  case @gratuity.downcase
28
- when 'high' then calculation 25
29
- when 'standard' then calculation 18
30
- when 'low' then calculation 15
28
+ when 'high' then calculation 100
29
+ when 'standard' then calculation 50
30
+ when 'low' then calculation 25
31
31
  end
32
32
  end
33
33
 
@@ -1,3 +1,3 @@
1
1
  module NyrosForm
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nyros_form
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - raju rekadi