socialcast-git-extensions 2.0.0 → 2.0.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.0
1
+ 2.0.1
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,16 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require File.join(File.dirname(__FILE__), '..', 'lib', 'socialcast-git-extensions.rb')
4
+ include Socialcast
5
+
6
+ reset_branch('staging')
7
+ reset_branch('last_known_good_staging')
8
+
9
+ filter_id = '10102'
10
+ issues = jira_server.getIssuesFromFilterWithLimit filter_id, 0, 1000
11
+
12
+ HighLine.say "\n<%= color('Updating the following tickets to no longer be in staging:', :red) %>"
13
+ update_tickets issues, :in_staging => false
14
+
15
+ is_quiet = ARGV.delete("--quiet") || ARGV.delete("-q")
16
+ run_cmd "socialcast share '#worklog resetting staging branch #scgitx'" unless is_quiet
File without changes
File without changes
File without changes
@@ -5,14 +5,14 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{socialcast-git-extensions}
8
- s.version = "2.0.0"
8
+ s.version = "2.0.1"
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{2010-12-20}
12
+ s.date = %q{2011-01-12}
13
13
  s.description = %q{git extension scripts for socialcast workflow}
14
14
  s.email = %q{ryan@socialcast.com}
15
- s.executables = ["git-release-staging", "git-track", "git-start", "git-reset-prototype", "git-integrate", "git-update", "git-wtf", "git-release", "git-prune-merged", "git-promote"]
15
+ s.executables = ["git-release-staging", "git-track", "git-start", "git-reset-prototype", "git-integrate", "git-update", "git-wtf", "git-reset-staging", "git-release", "git-prune-merged", "git-promote"]
16
16
  s.extra_rdoc_files = [
17
17
  "LICENSE",
18
18
  "README.rdoc"
@@ -29,6 +29,7 @@ Gem::Specification.new do |s|
29
29
  "bin/git-release",
30
30
  "bin/git-release-staging",
31
31
  "bin/git-reset-prototype",
32
+ "bin/git-reset-staging",
32
33
  "bin/git-start",
33
34
  "bin/git-track",
34
35
  "bin/git-update",
@@ -40,7 +41,7 @@ Gem::Specification.new do |s|
40
41
  ]
41
42
  s.homepage = %q{http://github.com/wireframe/socialcast-git-extensions}
42
43
  s.require_paths = ["lib"]
43
- s.rubygems_version = %q{1.3.7}
44
+ s.rubygems_version = %q{1.4.2}
44
45
  s.summary = %q{git extension scripts for socialcast workflow}
45
46
  s.test_files = [
46
47
  "test/helper.rb",
@@ -48,7 +49,6 @@ Gem::Specification.new do |s|
48
49
  ]
49
50
 
50
51
  if s.respond_to? :specification_version then
51
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
52
52
  s.specification_version = 3
53
53
 
54
54
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
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: 15
5
- prerelease: false
4
+ hash: 13
5
+ prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 0
10
- version: 2.0.0
9
+ - 1
10
+ version: 2.0.1
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: 2010-12-20 00:00:00 -06:00
18
+ date: 2011-01-12 00:00:00 -06:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -128,6 +128,7 @@ executables:
128
128
  - git-integrate
129
129
  - git-update
130
130
  - git-wtf
131
+ - git-reset-staging
131
132
  - git-release
132
133
  - git-prune-merged
133
134
  - git-promote
@@ -148,6 +149,7 @@ files:
148
149
  - bin/git-release
149
150
  - bin/git-release-staging
150
151
  - bin/git-reset-prototype
152
+ - bin/git-reset-staging
151
153
  - bin/git-start
152
154
  - bin/git-track
153
155
  - bin/git-update
@@ -186,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
188
  requirements: []
187
189
 
188
190
  rubyforge_project:
189
- rubygems_version: 1.3.7
191
+ rubygems_version: 1.4.2
190
192
  signing_key:
191
193
  specification_version: 3
192
194
  summary: git extension scripts for socialcast workflow