gold 0.4.0 → 0.4.1

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 (3) hide show
  1. data/History.txt +5 -0
  2. data/lib/gold.rb +1 -1
  3. metadata +1 -1
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == 0.4.1 2009-02-02
2
+
3
+ * 1 minor enhancement:
4
+ * Fixed review (should diff against gold_master setting)
5
+
1
6
  == 0.4.0 2009-02-01
2
7
 
3
8
  * 1 major enhancement:
data/lib/gold.rb CHANGED
@@ -122,7 +122,7 @@ gold review #{developer_name}/#{branch}
122
122
  return error("Could not checkout #{remote}_#{branch}.") unless system("git co -b #{remote}_#{branch}")
123
123
  return error("Could not pull #{remote_branch}.") unless system("git pull #{remote} #{branch}")
124
124
  return error("Could not rebase.") unless system("git rebase #{gold_master}")
125
- system("git diff master | $EDITOR")
125
+ system("git diff #{gold_master} | $EDITOR")
126
126
  true
127
127
  end
128
128
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gold
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gaspard Bucher