str_jmurphy 0.1.1 → 1.0.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: 63d4a3d86766556214631e682367478105934c47
4
- data.tar.gz: f6255b20cdb8df1780eb07c72ea26bbbba789c32
3
+ metadata.gz: 891f85a8281add3521e2bbaf30cd871517c25973
4
+ data.tar.gz: cc2821fa6f1eafb1af0a6c661bb5710795c37608
5
5
  SHA512:
6
- metadata.gz: 7dd1e119b39692155eede56763f61937c8924b330dbb0723258eb0a2e30ecbb55a8802f131018be9148e392339976f95a68533b05bb36d7665beef2675308b45
7
- data.tar.gz: 541fbae250151a2d674d94a7841f21d59a2f4dc3495c66b6398d69702e884c129bca1616c3bbcba307f013c33c1d38a6a4b8c75194a64aa6537b15b9474f21d6
6
+ metadata.gz: cb936b02b05e35d7c9943c4ae7cea4e04c2bbfcc10dab3ea347482a50e744a9091970b17b4cc4b9b09f82fca09d601c9e39280a77fc69c83cb00b6a2529885ad
7
+ data.tar.gz: b0fa4eed1c306e24e87a7fcccd78e3aec97953d9303f65f27f081ee346184da0ac24a0c8ec9199bd177861ff0664e974b3a4621d27a0fed96604f4f6207dbdee
data/lib/str_jmurphy.rb CHANGED
@@ -1,4 +1,5 @@
1
1
  require "str_jmurphy/version"
2
+ require "str_jmurphy/greetings"
2
3
 
3
4
  module StrJmurphy
4
5
  def self.reversify(str)
@@ -0,0 +1,5 @@
1
+ module StrJmurphy::Greetings
2
+ def self.greet_user(user, greeting = "Hello")
3
+ "#{greeting} #{user}"
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module StrJmurphy
2
- VERSION = "0.1.1"
2
+ VERSION = "1.0.0"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: str_jmurphy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - joshua-murphy
@@ -71,8 +71,10 @@ files:
71
71
  - bin/console
72
72
  - bin/setup
73
73
  - lib/str_jmurphy.rb
74
+ - lib/str_jmurphy/greetings.rb
74
75
  - lib/str_jmurphy/version.rb
75
76
  - str_jmurphy-0.1.0.gem
77
+ - str_jmurphy-0.1.1.gem
76
78
  - str_jmurphy.gemspec
77
79
  homepage: https://github.com/joshua-murphy/str_jmurphy
78
80
  licenses: