socialcast-git-extensions 2.0.4 → 2.0.5

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.
data/Rakefile CHANGED
@@ -16,7 +16,7 @@ begin
16
16
  gem.add_runtime_dependency "activesupport", ">= 0"
17
17
  gem.add_runtime_dependency "git_remote_branch", ">= 0"
18
18
  gem.add_runtime_dependency 'highline', '>= 0'
19
- gem.add_runtime_dependency 'socialcast', '>= 0.3.3'
19
+ gem.add_runtime_dependency 'socialcast', '>= 0.3.4'
20
20
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
21
21
  end
22
22
  Jeweler::RubygemsDotOrgTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.4
1
+ 2.0.5
data/bin/git-start CHANGED
@@ -9,9 +9,10 @@ is_quiet = ARGV.delete("--quiet") || ARGV.delete("-q")
9
9
  tickets = tickets_from_arguments ARGV
10
10
  raise "JIRA ticket id is required to run this process" unless tickets.any?
11
11
 
12
+ example_branch = %w{ api-fix-invalid-auth desktop-cleanup-avatar-markup share-form-add-edit-link }.sort_by { rand }.first
12
13
  repo = Grit::Repo.new(Dir.pwd)
13
14
  remote_branches = repo.remotes.collect {|b| b.name.split('/').last }
14
- until branch_name = HighLine.ask("What would you like to name your branch?") {|q|
15
+ until branch_name = HighLine.ask("What would you like to name your branch? (ex: #{example_branch})") {|q|
15
16
  q.validate = Proc.new { |branch|
16
17
  branch =~ /^[A-Za-z0-9\-_]+$/ && !remote_branches.include?(branch)
17
18
  }
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{socialcast-git-extensions}
8
- s.version = "2.0.4"
8
+ s.version = "2.0.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ryan Sonnek"]
12
- s.date = %q{2011-02-04}
12
+ s.date = %q{2011-02-23}
13
13
  s.description = %q{git extension scripts for socialcast workflow}
14
14
  s.email = %q{ryan@socialcast.com}
15
15
  s.executables = ["git-release-staging", "git-track", "git-start", "git-reset-prototype", "git-integrate", "git-update", "git-wtf", "git-share", "git-reset-staging", "git-release", "git-prune-merged", "git-promote"]
@@ -42,7 +42,7 @@ Gem::Specification.new do |s|
42
42
  ]
43
43
  s.homepage = %q{http://github.com/wireframe/socialcast-git-extensions}
44
44
  s.require_paths = ["lib"]
45
- s.rubygems_version = %q{1.5.0}
45
+ s.rubygems_version = %q{1.5.2}
46
46
  s.summary = %q{git extension scripts for socialcast workflow}
47
47
  s.test_files = [
48
48
  "test/helper.rb",
@@ -59,7 +59,7 @@ Gem::Specification.new do |s|
59
59
  s.add_runtime_dependency(%q<activesupport>, [">= 0"])
60
60
  s.add_runtime_dependency(%q<git_remote_branch>, [">= 0"])
61
61
  s.add_runtime_dependency(%q<highline>, [">= 0"])
62
- s.add_runtime_dependency(%q<socialcast>, [">= 0.3.3"])
62
+ s.add_runtime_dependency(%q<socialcast>, [">= 0.3.4"])
63
63
  else
64
64
  s.add_dependency(%q<shoulda>, [">= 0"])
65
65
  s.add_dependency(%q<grit>, [">= 0"])
@@ -67,7 +67,7 @@ Gem::Specification.new do |s|
67
67
  s.add_dependency(%q<activesupport>, [">= 0"])
68
68
  s.add_dependency(%q<git_remote_branch>, [">= 0"])
69
69
  s.add_dependency(%q<highline>, [">= 0"])
70
- s.add_dependency(%q<socialcast>, [">= 0.3.3"])
70
+ s.add_dependency(%q<socialcast>, [">= 0.3.4"])
71
71
  end
72
72
  else
73
73
  s.add_dependency(%q<shoulda>, [">= 0"])
@@ -76,7 +76,7 @@ Gem::Specification.new do |s|
76
76
  s.add_dependency(%q<activesupport>, [">= 0"])
77
77
  s.add_dependency(%q<git_remote_branch>, [">= 0"])
78
78
  s.add_dependency(%q<highline>, [">= 0"])
79
- s.add_dependency(%q<socialcast>, [">= 0.3.3"])
79
+ s.add_dependency(%q<socialcast>, [">= 0.3.4"])
80
80
  end
81
81
  end
82
82
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: socialcast-git-extensions
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 4
10
- version: 2.0.4
9
+ - 5
10
+ version: 2.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Sonnek
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-04 00:00:00 -06:00
18
+ date: 2011-02-23 00:00:00 -06:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -110,12 +110,12 @@ dependencies:
110
110
  requirements:
111
111
  - - ">="
112
112
  - !ruby/object:Gem::Version
113
- hash: 21
113
+ hash: 27
114
114
  segments:
115
115
  - 0
116
116
  - 3
117
- - 3
118
- version: 0.3.3
117
+ - 4
118
+ version: 0.3.4
119
119
  type: :runtime
120
120
  version_requirements: *id007
121
121
  description: git extension scripts for socialcast workflow
@@ -190,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
190
190
  requirements: []
191
191
 
192
192
  rubyforge_project:
193
- rubygems_version: 1.5.0
193
+ rubygems_version: 1.5.2
194
194
  signing_key:
195
195
  specification_version: 3
196
196
  summary: git extension scripts for socialcast workflow