ymdp 0.0.11 → 0.0.12

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.11
1
+ 0.0.12
@@ -1,7 +1,7 @@
1
1
  include Grit
2
2
 
3
3
  include ApplicationView::Config
4
- include ApplicationView::Support::Timer
4
+ include Timer
5
5
 
6
6
  class GitHelper
7
7
  def get_hash(branch)
@@ -1,6 +1,6 @@
1
- def g(s)
1
+ def growl(s)
2
2
  if CONFIG["growl"]
3
- growl(s, :title => "YMDP")
3
+ g(s, :title => "YMDP")
4
4
  end
5
5
  rescue StandardError => e
6
6
  if e.message =~ /Connection refused/
data/ymdp.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ymdp}
8
- s.version = "0.0.11"
8
+ s.version = "0.0.12"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jeff Coleman"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ymdp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Coleman