socialcast-git-extensions 3.1.0 → 3.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,9 +10,10 @@ module Socialcast
10
10
  include Socialcast::Gitx::Github
11
11
 
12
12
  PULL_REQUEST_DESCRIPTION = "\n\n" + <<-EOS.dedent
13
- # Describe your pull request
14
13
  # Use GitHub flavored Markdown http://github.github.com/github-flavored-markdown/
15
- # Why not include a screenshot? Format is ![title](url)
14
+ # Links to screencasts or screenshots with a desciption of what this is showcasing. For architectual changes please include diagrams that will make it easier for the reviewer to understand the change. Format is ![title](url).
15
+ # Link to ticket describing feature/bug (plantain, JIRA, bugzilla). Format is [title](url).
16
+ # Brief description of the change, and how it accomplishes the task they set out to do.
16
17
  EOS
17
18
 
18
19
  method_option :quiet, :type => :boolean, :aliases => '-q'
@@ -1,5 +1,5 @@
1
1
  module Socialcast
2
2
  module Gitx
3
- VERSION = "3.1.0"
3
+ VERSION = "3.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: socialcast-git-extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-25 00:00:00.000000000 Z
12
+ date: 2012-10-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: grit
@@ -214,7 +214,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
214
214
  version: '0'
215
215
  segments:
216
216
  - 0
217
- hash: -204662035920604822
217
+ hash: 4053555784323724017
218
218
  required_rubygems_version: !ruby/object:Gem::Requirement
219
219
  none: false
220
220
  requirements:
@@ -223,7 +223,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
223
223
  version: '0'
224
224
  segments:
225
225
  - 0
226
- hash: -204662035920604822
226
+ hash: 4053555784323724017
227
227
  requirements: []
228
228
  rubyforge_project: socialcast-git-extensions
229
229
  rubygems_version: 1.8.24