duffy 0.1.4 → 0.1.5

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: 0ebf739e3215446bd88668031a347cd5092be22d
4
- data.tar.gz: 740786c7c67f0d73cafe552a5d959ddcbea89e95
3
+ metadata.gz: d68ae5254b76bbc329b14b3b00243974c7e8c140
4
+ data.tar.gz: 46794e0d231b861d5183b2a8a0f95b2e7eb37030
5
5
  SHA512:
6
- metadata.gz: 5dd827beedf9849b0c4a1797791b6a70efc2ca7cb3d98054c10878bc4bfe87e0658111510e20e30bf2a61a5f4fe2a8b84cd9e2c652439f9766c7e81b17a816ee
7
- data.tar.gz: 44074f8f7b0d594a5d0e9482dde30f8aba7ca998f0ba89cff15c9022963a95acdbb78a8b5123ddc165060d026250828c8798c28f7779ca3e09c3e9f66417f273
6
+ metadata.gz: 3f01bcc1beb8b0b29530f9ae405d47cb1424588716b8c96d86da749649d0ba44106c4140d80d04b0c033f6cb25415c24092f2701bf40e3e9de1944ddccb10306
7
+ data.tar.gz: 5d0be1809acb7d1093de1f4a8b87edf672a7927c6be9525eb3c2f1a60d4c7cc4ad931a6a5cb2dd2bb3b828e2c53bba1a9403e6b79349aaa88b11fab365a1ba20
data/lib/duffy/git.rb CHANGED
@@ -1,3 +1,5 @@
1
+ require 'active_support/core_ext/object/blank'
2
+
1
3
  module Duffy
2
4
 
3
5
  # I like to have a git log in the admin section of my websites. I use these in my capistrano tasks to
@@ -18,7 +20,7 @@ module Duffy
18
20
  `git rev-list HEAD --count`.presence.to_i
19
21
  end
20
22
 
21
- # Read the git commiter's email.
23
+ # Read the git committer's email.
22
24
  # Uses local if present, otherwise global (git default procedure)
23
25
  # nil if unset
24
26
  def email
data/lib/duffy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Duffy
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: duffy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Duffy