grancher 0.1.3 → 0.1.4

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.
Files changed (4) hide show
  1. data/CHANGELOG +1 -0
  2. data/grancher.gemspec +1 -1
  3. data/lib/grancher.rb +0 -1
  4. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,4 @@
1
+ v0.1.4 Removed log line.
1
2
  v0.1.3 Commit the changes when all files are removed.
2
3
  v0.1.2 Include hidden files that start in a period (.).
3
4
  v0.1.1 Allows full git refspec to push to (in place of g.branch). Other minor fixes.
data/grancher.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{grancher}
5
- s.version = "0.1.3"
5
+ s.version = "0.1.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Magnus Holm"]
data/lib/grancher.rb CHANGED
@@ -68,7 +68,6 @@ require 'gash'
68
68
 
69
69
  class Gash
70
70
  def commit(msg, opts={})
71
- puts opts.inspect
72
71
  return unless changed? || opts[:force]
73
72
  commit = commit_tree(to_tree!, msg)
74
73
  @sha1 = git_tree_sha1
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 3
9
- version: 0.1.3
8
+ - 4
9
+ version: 0.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Magnus Holm