github_heroku_deployer 0.1.5 → 0.1.6
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/README.md +1 -1
- data/github_heroku_deployer.gemspec +5 -5
- data/lib/github_heroku_deployer/version.rb +1 -1
- metadata +6 -6
data/README.md
CHANGED
|
@@ -7,17 +7,17 @@ Gem::Specification.new do |gem|
|
|
|
7
7
|
gem.authors = ["Jessica Lynn Suttles"]
|
|
8
8
|
gem.email = ["jlsuttles@gmail.com"]
|
|
9
9
|
gem.description = %q{Deploys Github repos to Heroku}
|
|
10
|
-
gem.summary = %q{Deploys Github repos to Heroku}
|
|
11
|
-
gem.homepage = ""
|
|
10
|
+
gem.summary = %q{Deploys public and private Github repos to Heroku}
|
|
11
|
+
gem.homepage = "https://github.com/G5/github_heroku_deployer"
|
|
12
12
|
|
|
13
13
|
gem.files = `git ls-files`.split($\)
|
|
14
14
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
|
15
15
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
16
16
|
gem.require_paths = ["lib"]
|
|
17
17
|
|
|
18
|
-
gem.
|
|
19
|
-
gem.
|
|
20
|
-
gem.
|
|
18
|
+
gem.add_dependency "heroku-api", "~> 0.3.5"
|
|
19
|
+
gem.add_dependency "git", "~> 1.2.5"
|
|
20
|
+
gem.add_dependency "git-ssh-wrapper", "~> 0.1.0"
|
|
21
21
|
|
|
22
22
|
gem.add_development_dependency "rspec", "~> 2.11.0"
|
|
23
23
|
gem.add_development_dependency "guard-rspec", "~> 2.1.0"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: github_heroku_deployer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
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-11-
|
|
12
|
+
date: 2012-11-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: heroku-api
|
|
@@ -148,7 +148,7 @@ files:
|
|
|
148
148
|
- spec/lib/github_heroku_deployer/heroku_spec.rb
|
|
149
149
|
- spec/lib/github_heroku_deployer_spec.rb
|
|
150
150
|
- spec/spec_helper.rb
|
|
151
|
-
homepage:
|
|
151
|
+
homepage: https://github.com/G5/github_heroku_deployer
|
|
152
152
|
licenses: []
|
|
153
153
|
post_install_message:
|
|
154
154
|
rdoc_options: []
|
|
@@ -162,7 +162,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
162
162
|
version: '0'
|
|
163
163
|
segments:
|
|
164
164
|
- 0
|
|
165
|
-
hash: -
|
|
165
|
+
hash: -3326048604175364288
|
|
166
166
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
167
167
|
none: false
|
|
168
168
|
requirements:
|
|
@@ -171,13 +171,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
171
171
|
version: '0'
|
|
172
172
|
segments:
|
|
173
173
|
- 0
|
|
174
|
-
hash: -
|
|
174
|
+
hash: -3326048604175364288
|
|
175
175
|
requirements: []
|
|
176
176
|
rubyforge_project:
|
|
177
177
|
rubygems_version: 1.8.24
|
|
178
178
|
signing_key:
|
|
179
179
|
specification_version: 3
|
|
180
|
-
summary: Deploys Github repos to Heroku
|
|
180
|
+
summary: Deploys public and private Github repos to Heroku
|
|
181
181
|
test_files:
|
|
182
182
|
- spec/lib/github_heroku_deployer/configuration_spec.rb
|
|
183
183
|
- spec/lib/github_heroku_deployer/git_spec.rb
|