capihall 0.0.3 → 0.0.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.
@@ -9,7 +9,7 @@ make_notify_task = Proc.new do
9
9
  rails_env = fetch(:rails_env, "production")
10
10
  local_user = `git config user.name` || ENV['USER'] || ENV['USERNAME']
11
11
  command = fetch(:log_command, "git log --no-color --pretty=format:'%h %s' " +
12
- "--abbrev-commit --no-merges HEAD~1..HEAD")
12
+ "--abbrev-commit --no-merges #{previous_revision}~1..#{real_revision}")
13
13
 
14
14
  hall_room = fetch(:hall_room_url, nil)
15
15
 
@@ -1,3 +1,3 @@
1
1
  module Capihall
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capihall
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -90,7 +90,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
90
90
  version: '0'
91
91
  segments:
92
92
  - 0
93
- hash: -630759377
93
+ hash: 902894995
94
94
  required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  none: false
96
96
  requirements:
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  version: '0'
100
100
  segments:
101
101
  - 0
102
- hash: -630759377
102
+ hash: 902894995
103
103
  requirements: []
104
104
  rubyforge_project:
105
105
  rubygems_version: 1.8.23