my_precious 0.2.2 → 0.2.3

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: 6b42fe512e4f4eec4197af4eefff8830bc51313594214edd0c9347feb3bf2171
4
- data.tar.gz: 91f29e4bc6c48fd5ae30c3d9435c9dcb56c26d7ab677e4088bda66c23ba5610d
3
+ metadata.gz: e9c12b8fd69753cd4b8ae9e2a8b7507e81986e7d3ad2e8751a278702efd16145
4
+ data.tar.gz: 204b4a08b1a6b2951637b28cdfeff1a6505549a8ee1bcbf2295972b75463db11
5
5
  SHA512:
6
- metadata.gz: 2652dc971032d06a596da90cb8f4aa3c836a7789f348fc52e371c9be2a2562b5de9c516832020f3a609c531684e92a683dc9e2e474b0b773ce3f25f99a00eb0e
7
- data.tar.gz: 49309db60d4699835dab7ab3b308198d2ebf5b7b3691229d48fd2c4684c123f5694d079bf343cf19e93c9aa8b6155c7146120a199deccf05886f86c0f2b83008
6
+ metadata.gz: f97228e8cb8aa77353a576ccc4987428074769f088744933b8ea8c6b09dcc026407c84004f798d8550e5bb25acf5c176bd697586bc4105dcf4f244d6f9221adb
7
+ data.tar.gz: c5b9749468231bcab4e5b06a389232186f8d34264cb619601f81b710259ee5baeb0279ad831f684cca1c66f1d55114655b0a4303e815d56c961ee4c783093ec1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- my_precious (0.2.2)
4
+ my_precious (0.2.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -30,6 +30,12 @@ each piece of code you write in Precious must be written on its own new line in
30
30
 
31
31
  now, in the words of Gandalf the Gray, “All we have to decide is what to do with the time that is given us.”
32
32
 
33
+ # known bugs
34
+ version 0.2.3 - the last character of the function name will be removed.
35
+
36
+ `transcribe the book about Mordor with Nazgul, Frodo
37
+
38
+ def mordo( nazgul, frodo )`
33
39
 
34
40
  # variables
35
41
  use capitols
@@ -129,7 +129,6 @@ class Parser
129
129
  def self.parse(line, keywords)
130
130
  keywords.each do |keyword|
131
131
  if line.include? keyword
132
- puts keyword
133
132
  replacement = find_replacement(keywords)
134
133
  line = line.gsub(keyword, replacement)
135
134
  end
@@ -1,3 +1,3 @@
1
1
  module MyPrecious
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my_precious
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - jessicabettsftw