socialcast-git-extensions 2.0.0.beta1 → 2.0.0.beta2
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 +1 -1
- data/VERSION +1 -1
- data/socialcast-git-extensions.gemspec +5 -5
- metadata +7 -7
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.
|
|
19
|
+
gem.add_runtime_dependency 'socialcast', '>= 0.3.1'
|
|
20
20
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
|
21
21
|
end
|
|
22
22
|
Jeweler::GemcutterTasks.new
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.0.0.
|
|
1
|
+
2.0.0.beta2
|
|
@@ -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.0.
|
|
8
|
+
s.version = "2.0.0.beta2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Ryan Sonnek"]
|
|
12
|
-
s.date = %q{2010-
|
|
12
|
+
s.date = %q{2010-12-03}
|
|
13
13
|
s.description = %q{git extension scripts for socialcast workflow}
|
|
14
14
|
s.email = %q{ryan@socialcast.com}
|
|
15
15
|
s.executables = ["git-integrate", "git-promote", "git-prune-merged", "git-release", "git-release-staging", "git-reset-prototype", "git-start", "git-track", "git-update", "git-wtf"]
|
|
@@ -60,7 +60,7 @@ Gem::Specification.new do |s|
|
|
|
60
60
|
s.add_runtime_dependency(%q<activesupport>, [">= 0"])
|
|
61
61
|
s.add_runtime_dependency(%q<git_remote_branch>, [">= 0"])
|
|
62
62
|
s.add_runtime_dependency(%q<highline>, [">= 0"])
|
|
63
|
-
s.add_runtime_dependency(%q<socialcast>, [">= 0.
|
|
63
|
+
s.add_runtime_dependency(%q<socialcast>, [">= 0.3.1"])
|
|
64
64
|
else
|
|
65
65
|
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
|
|
66
66
|
s.add_dependency(%q<grit>, [">= 0"])
|
|
@@ -68,7 +68,7 @@ Gem::Specification.new do |s|
|
|
|
68
68
|
s.add_dependency(%q<activesupport>, [">= 0"])
|
|
69
69
|
s.add_dependency(%q<git_remote_branch>, [">= 0"])
|
|
70
70
|
s.add_dependency(%q<highline>, [">= 0"])
|
|
71
|
-
s.add_dependency(%q<socialcast>, [">= 0.
|
|
71
|
+
s.add_dependency(%q<socialcast>, [">= 0.3.1"])
|
|
72
72
|
end
|
|
73
73
|
else
|
|
74
74
|
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
|
|
@@ -77,7 +77,7 @@ Gem::Specification.new do |s|
|
|
|
77
77
|
s.add_dependency(%q<activesupport>, [">= 0"])
|
|
78
78
|
s.add_dependency(%q<git_remote_branch>, [">= 0"])
|
|
79
79
|
s.add_dependency(%q<highline>, [">= 0"])
|
|
80
|
-
s.add_dependency(%q<socialcast>, [">= 0.
|
|
80
|
+
s.add_dependency(%q<socialcast>, [">= 0.3.1"])
|
|
81
81
|
end
|
|
82
82
|
end
|
|
83
83
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: socialcast-git-extensions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash: -
|
|
4
|
+
hash: -1848230038
|
|
5
5
|
prerelease: true
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 0
|
|
9
9
|
- 0
|
|
10
|
-
-
|
|
11
|
-
version: 2.0.0.
|
|
10
|
+
- beta2
|
|
11
|
+
version: 2.0.0.beta2
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Ryan Sonnek
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2010-
|
|
19
|
+
date: 2010-12-03 00:00:00 -08:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
@@ -111,12 +111,12 @@ dependencies:
|
|
|
111
111
|
requirements:
|
|
112
112
|
- - ">="
|
|
113
113
|
- !ruby/object:Gem::Version
|
|
114
|
-
hash:
|
|
114
|
+
hash: 17
|
|
115
115
|
segments:
|
|
116
116
|
- 0
|
|
117
|
-
-
|
|
117
|
+
- 3
|
|
118
118
|
- 1
|
|
119
|
-
version: 0.
|
|
119
|
+
version: 0.3.1
|
|
120
120
|
type: :runtime
|
|
121
121
|
version_requirements: *id007
|
|
122
122
|
description: git extension scripts for socialcast workflow
|