homesteading_helpers 0.0.9 → 0.0.10

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
  SHA1:
3
- metadata.gz: 03b5a617fc4e925182e3907e35b3c39f81801cae
4
- data.tar.gz: 89367a64eb5ef704173f6a922460cbbc37390c52
3
+ metadata.gz: 9999d944de7434bbb1d7e770309e93249c3f5fff
4
+ data.tar.gz: f235cf8e8c41cfc5be796d7e94f7baa09aeb048e
5
5
  SHA512:
6
- metadata.gz: be8bbd0e36b773132a27ad5fba0035c628bc15d90d78852c617803d6eb1471931d46dc3d75de800e0015301b159260995f90e029a4f118df6579c2c9104398cb
7
- data.tar.gz: 6b2a7b957b785001d87ef4723e46012b94542383c30832a961bb55502863aef4db376fd7d94064139a0fa37a137bf58298ebbbabc7440fc2c06353a6732a5d92
6
+ metadata.gz: 4b8d43aa89d614ec8f44f33d55639ce8ec3487c56cce429f015ce36296275f700d4c35336adb53a322ca4ac04a8de94a7ef1e76c9ab342288cec824932b26239
7
+ data.tar.gz: 1e9286477a98faedf388b5f74f96d8419a790fc8340c50a524a0be833b2087b390f4d9d64d1a2c8f128e2a2a5e46cb1c6117f52acb0c79fd9b078c56fa54aa38
@@ -23,9 +23,6 @@ module HomesteadingHelpers
23
23
  end
24
24
 
25
25
  def nth_of_day(post)
26
- puts "post: #{post.inspect}"
27
- puts "post.to_s: #{post.to_s.inspect}"
28
- puts "post.to_s.constantize: #{post.to_s.inspect}"
29
26
  nth = post.class.to_s.constantize.where(
30
27
  year: post.year,
31
28
  month: post.month,
@@ -1,3 +1,3 @@
1
1
  module HomesteadingHelpers
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: homesteading_helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Becker