pivotal-github 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 423e3214d2286c02c02d5781c60a26669eb4a7ab
4
- data.tar.gz: 41fe2a041b7a943ba3348f8883415d9800e4588b
3
+ metadata.gz: ffb65422d4145e0558694e16e86efeee2ba8e6fe
4
+ data.tar.gz: 0e30c9e9dfb790c7d60dbb13b2f27c85b8d9a318
5
5
  SHA512:
6
- metadata.gz: 4705b90983c0f17182a96289c11a99c88fecc46a87d9bd3862d50f36369e08fb7748df75532104775f764c947d9cc9b68339b216e46cd5512bfb52e8aaade88b
7
- data.tar.gz: a1d006a7af27a696641f75e4646f93ebf6e8b56bd2c2516d4e2a248c9c4e5d457970b7cd7595572cf2af45eb4a0f3593116f633d9a82d5a4852eac723d951b47
6
+ metadata.gz: b96f438c08b356a7732c32171e73e39688e39cdf9f543bab53cadf78873fc60d574f03c2ffc0cf23b334f037b0959c6b6366603bede72b282e55f1a5941a3a68
7
+ data.tar.gz: 00340e88ce75f377f22b081f6f02b49af6ee7e284396fa56a89a4df488cf193dfe990dfb2081d29213d13271caee5c2bc6f89f40428836ee94419efc414d82d6
data/.gitignore CHANGED
@@ -15,4 +15,5 @@ spec/reports
15
15
  test/tmp
16
16
  test/version_tmp
17
17
  tmp
18
- .rvmrc
18
+ .rvmrc
19
+ .DS_Store
@@ -16,7 +16,7 @@ class FinishedCommand < Command
16
16
  warning = "Warning: Unfinished story\n"
17
17
  warning += "Run `git commit --amend` to add 'Finishes' or 'Delivers' "
18
18
  warning += "to the commit message\n"
19
- warning += "Use --force to override"
19
+ warning += "Use --override to override"
20
20
  $stderr.puts warning
21
21
  exit 1
22
22
  end
@@ -1,5 +1,5 @@
1
1
  module Pivotal
2
2
  module Github
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pivotal-github
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Hartl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-18 00:00:00.000000000 Z
11
+ date: 2013-06-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Add commands for Pivotal Tracker-GitHub integration
14
14
  email: