git-topic 0.2.3 → 0.2.3.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/VERSION.yml +1 -1
  2. data/lib/git_topic.rb +2 -1
  3. metadata +3 -2
data/VERSION.yml CHANGED
@@ -2,4 +2,4 @@
2
2
  :major: 0
3
3
  :minor: 2
4
4
  :patch: 3
5
- :build:
5
+ :build: "1"
data/lib/git_topic.rb CHANGED
@@ -267,7 +267,8 @@ module GitTopic
267
267
  return
268
268
  end
269
269
 
270
- git "log origin/master.. --show-notes=#{notes_ref} --no-standard-notes"
270
+ git "log origin/master.. --show-notes=#{notes_ref} --no-standard-notes",
271
+ :show => true
271
272
  end
272
273
 
273
274
 
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 2
8
8
  - 3
9
- version: 0.2.3
9
+ - 1
10
+ version: 0.2.3.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - David J. Hamilton
@@ -14,7 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2010-07-26 00:00:00 -07:00
18
+ date: 2010-07-28 00:00:00 -07:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency