string_work_justinewalt 0.1.0 → 0.2.0

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: 45c7d00685626a83124e2c4cca80b0068db6ea18
4
- data.tar.gz: 8ad927a7482e435857edc63db077fb8e7f30fb22
3
+ metadata.gz: 6b01c8a943a29c5b68bb1789c8bab264e2aeabce
4
+ data.tar.gz: 52063a30dd1f0518d0360ee70f68414bbe706086
5
5
  SHA512:
6
- metadata.gz: 3e08df43ef7696123fe01b6613bb1336d7e4a4ee623f844cec0855bcc3ab70bdd49330db28a37887a0e44cc4d5d2d88e32c9bc2430234471cf17e51ff45acc88
7
- data.tar.gz: ea1d6692492f33063d5545647115dcc8d32499e7a60e1fd208f8adf1a50cb2e4a4ca0aacb18af3d11e47d1e40f783aa94774922fdb12838c618ac3bafcd49b2b
6
+ metadata.gz: 8096e837052e98425019a98efaac743a5e77e92322eebd07abd355fe5a7ea1571ffb73a077271ac7ab67423370352679e4c45f4c808d1da80cfa5d222c549bfe
7
+ data.tar.gz: 4d64e6e830e1da30963032bb6741e76913784626ddde9ec2d9b298c46da20d1efcb3ebc549e2d18e94a254dfbcfeeafd751570ba2619f3c742f98f0d4dfab013
@@ -0,0 +1,5 @@
1
+ module StringWorkJustinewalt::Greetings
2
+ def self.greet_user(user, greeting = 'hello')
3
+ "#{greeting} #{user}"
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module StringWorkJustinewalt
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: string_work_justinewalt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Ewalt
@@ -84,7 +84,9 @@ files:
84
84
  - bin/console
85
85
  - bin/setup
86
86
  - lib/string_work_justinewalt.rb
87
+ - lib/string_work_justinewalt/greeting.rb
87
88
  - lib/string_work_justinewalt/version.rb
89
+ - string_work_justinewalt-0.1.0.gem
88
90
  - string_work_justinewalt.gemspec
89
91
  homepage: https://github.com/justinewalt/string_work
90
92
  licenses: