capistrano-git-submodule-strategy 0.1.14 → 0.1.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/Gemfile.lock +27 -27
- data/README.md +2 -2
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/capistrano-git-submodule-strategy.gemspec +7 -6
- metadata +16 -10
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YWFlNmVmMzRhNDU5YzE1OTVjODc3NWUxYTZlYTllNGY4MDM0NzZiNg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
Y2FjZjcxNTY1ZmQ5NDJmY2FhZTg2ZjY5NWQ4OWVkMzQ5NGRiM2ZlZA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
Mzc3YWMyNWMzYjZjMWU2YTBlMjM3YzBhOGEwZjBiZDI4YTY3MjAxM2Y5ODYz
|
10
|
+
NzA1YTg4MDUxNTNhMTlhMGQ4YmFjNDNkNTJlNWI5MDcxNWViNDZiNTE1MmUx
|
11
|
+
MDM3MzU1N2YxNjIyN2FlOGFjYTA1MGQ2OTc3NGEyZTI1NTVmZTM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
Y2JkZjQ0NjgwZWEzMGM0NWNhNmViODU3YWMxNTFhZDg1MjRhYTI1YWYyZjZm
|
14
|
+
Yzc2Yjk0NjA5OTk2OGFhNTdhMDA4NjIxNmJhMTVhZjc0MTY4ZDMzNTAwOGEw
|
15
|
+
NTQ4Y2QzZDk4OGM3MzMxMzY5MjY4ZjVlNWU1MGQ5M2Y2YWNmYzU=
|
data/Gemfile.lock
CHANGED
@@ -1,31 +1,31 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
activesupport (4.
|
5
|
-
i18n (~> 0.
|
4
|
+
activesupport (4.2.0)
|
5
|
+
i18n (~> 0.7)
|
6
6
|
json (~> 1.7, >= 1.7.7)
|
7
7
|
minitest (~> 5.1)
|
8
|
-
thread_safe (~> 0.
|
8
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
9
9
|
tzinfo (~> 1.1)
|
10
|
-
addressable (2.3.
|
10
|
+
addressable (2.3.7)
|
11
11
|
builder (3.2.2)
|
12
12
|
descendants_tracker (0.0.4)
|
13
13
|
thread_safe (~> 0.3, >= 0.3.1)
|
14
14
|
docile (1.1.5)
|
15
|
-
faraday (0.9.
|
15
|
+
faraday (0.9.1)
|
16
16
|
multipart-post (>= 1.2, < 3)
|
17
|
-
git (1.2.
|
18
|
-
github_api (0.
|
17
|
+
git (1.2.9.1)
|
18
|
+
github_api (0.12.3)
|
19
19
|
addressable (~> 2.3)
|
20
|
-
descendants_tracker (~> 0.0.
|
20
|
+
descendants_tracker (~> 0.0.4)
|
21
21
|
faraday (~> 0.8, < 0.10)
|
22
|
-
hashie (>=
|
22
|
+
hashie (>= 3.3)
|
23
23
|
multi_json (>= 1.7.5, < 2.0)
|
24
|
-
nokogiri (~> 1.6.
|
24
|
+
nokogiri (~> 1.6.3)
|
25
25
|
oauth2
|
26
|
-
hashie (3.
|
27
|
-
highline (1.
|
28
|
-
i18n (0.
|
26
|
+
hashie (3.4.0)
|
27
|
+
highline (1.7.0)
|
28
|
+
i18n (0.7.0)
|
29
29
|
jeweler (2.0.1)
|
30
30
|
builder
|
31
31
|
bundler (>= 1.0)
|
@@ -35,38 +35,38 @@ GEM
|
|
35
35
|
nokogiri (>= 1.5.10)
|
36
36
|
rake
|
37
37
|
rdoc
|
38
|
-
json (1.8.
|
39
|
-
jwt (1.
|
40
|
-
mini_portile (0.6.
|
41
|
-
minitest (5.
|
38
|
+
json (1.8.2)
|
39
|
+
jwt (1.2.1)
|
40
|
+
mini_portile (0.6.2)
|
41
|
+
minitest (5.5.1)
|
42
42
|
multi_json (1.10.1)
|
43
43
|
multi_xml (0.5.5)
|
44
44
|
multipart-post (2.0.0)
|
45
|
-
nokogiri (1.6.
|
46
|
-
mini_portile (
|
45
|
+
nokogiri (1.6.6.2)
|
46
|
+
mini_portile (~> 0.6.0)
|
47
47
|
oauth2 (1.0.0)
|
48
48
|
faraday (>= 0.8, < 0.10)
|
49
49
|
jwt (~> 1.0)
|
50
50
|
multi_json (~> 1.3)
|
51
51
|
multi_xml (~> 0.5)
|
52
52
|
rack (~> 1.2)
|
53
|
-
rack (1.
|
54
|
-
rake (10.
|
53
|
+
rack (1.6.0)
|
54
|
+
rake (10.4.2)
|
55
55
|
rdoc (3.12.2)
|
56
56
|
json (~> 1.4)
|
57
57
|
shoulda (3.5.0)
|
58
58
|
shoulda-context (~> 1.0, >= 1.0.1)
|
59
59
|
shoulda-matchers (>= 1.4.1, < 3.0)
|
60
60
|
shoulda-context (1.2.1)
|
61
|
-
shoulda-matchers (2.
|
61
|
+
shoulda-matchers (2.8.0)
|
62
62
|
activesupport (>= 3.0.0)
|
63
|
-
simplecov (0.9.
|
63
|
+
simplecov (0.9.2)
|
64
64
|
docile (~> 1.1.0)
|
65
|
-
multi_json
|
66
|
-
simplecov-html (~> 0.
|
67
|
-
simplecov-html (0.
|
65
|
+
multi_json (~> 1.0)
|
66
|
+
simplecov-html (~> 0.9.0)
|
67
|
+
simplecov-html (0.9.0)
|
68
68
|
thread_safe (0.3.4)
|
69
|
-
tzinfo (1.2.
|
69
|
+
tzinfo (1.2.2)
|
70
70
|
thread_safe (~> 0.1)
|
71
71
|
|
72
72
|
PLATFORMS
|
data/README.md
CHANGED
@@ -11,7 +11,7 @@ require 'capistrano/git-submodule-strategy'
|
|
11
11
|
|
12
12
|
Gemfile
|
13
13
|
```ruby
|
14
|
-
gem 'capistrano-git-submodule-strategy', '~> 0.1', :github => '
|
14
|
+
gem 'capistrano-git-submodule-strategy', '~> 0.1', :github => 'ekho/capistrano-git-submodule-strategy'
|
15
15
|
```
|
16
16
|
|
17
17
|
deploy.rb
|
@@ -32,4 +32,4 @@ set :git_strategy, Capistrano::Git::SubmoduleStrategy
|
|
32
32
|
|
33
33
|
== Copyright
|
34
34
|
|
35
|
-
Copyright (c) 2014 Boris Gorbylev. See LICENSE for further details.
|
35
|
+
Copyright (c) 2014 Boris Gorbylev. See LICENSE for further details.
|
data/Rakefile
CHANGED
@@ -15,7 +15,7 @@ require 'jeweler'
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
16
16
|
# gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options
|
17
17
|
gem.name = "capistrano-git-submodule-strategy"
|
18
|
-
gem.homepage = "http://github.com/
|
18
|
+
gem.homepage = "http://github.com/ekho/capistrano-git-submodule-strategy"
|
19
19
|
gem.license = "MIT"
|
20
20
|
gem.summary = %Q{Git submodule support for Capistrano 3}
|
21
21
|
gem.description = %Q{Git submodule support for Capistrano 3}
|
@@ -49,4 +49,4 @@ Rake::RDocTask.new do |rdoc|
|
|
49
49
|
rdoc.title = "capistrano-git-local #{version}"
|
50
50
|
rdoc.rdoc_files.include('README*')
|
51
51
|
rdoc.rdoc_files.include('lib/**/*.rb')
|
52
|
-
end
|
52
|
+
end
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.15
|
@@ -2,14 +2,16 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
+
# stub: capistrano-git-submodule-strategy 0.1.15 ruby lib
|
5
6
|
|
6
7
|
Gem::Specification.new do |s|
|
7
8
|
s.name = "capistrano-git-submodule-strategy"
|
8
|
-
s.version = "0.1.
|
9
|
+
s.version = "0.1.15"
|
9
10
|
|
10
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
|
+
s.require_paths = ["lib"]
|
11
13
|
s.authors = ["Boris Gorbylev"]
|
12
|
-
s.date = "
|
14
|
+
s.date = "2015-02-20"
|
13
15
|
s.description = "Git submodule support for Capistrano 3"
|
14
16
|
s.email = "ekho@ekho.name"
|
15
17
|
s.extra_rdoc_files = [
|
@@ -30,14 +32,13 @@ Gem::Specification.new do |s|
|
|
30
32
|
"test/helper.rb",
|
31
33
|
"test/test_capistrano-git-local.rb"
|
32
34
|
]
|
33
|
-
s.homepage = "http://github.com/
|
35
|
+
s.homepage = "http://github.com/ekho/capistrano-git-submodule-strategy"
|
34
36
|
s.licenses = ["MIT"]
|
35
|
-
s.
|
36
|
-
s.rubygems_version = "1.8.23"
|
37
|
+
s.rubygems_version = "2.4.5"
|
37
38
|
s.summary = "Git submodule support for Capistrano 3"
|
38
39
|
|
39
40
|
if s.respond_to? :specification_version then
|
40
|
-
s.specification_version =
|
41
|
+
s.specification_version = 4
|
41
42
|
|
42
43
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
43
44
|
s.add_development_dependency(%q<shoulda>, [">= 0"])
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-git-submodule-strategy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Boris Gorbylev
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: shoulda
|
@@ -30,42 +30,48 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - ~>
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
33
|
+
version: !binary |-
|
34
|
+
My4xMg==
|
34
35
|
type: :development
|
35
36
|
prerelease: false
|
36
37
|
version_requirements: !ruby/object:Gem::Requirement
|
37
38
|
requirements:
|
38
39
|
- - ~>
|
39
40
|
- !ruby/object:Gem::Version
|
40
|
-
version:
|
41
|
+
version: !binary |-
|
42
|
+
My4xMg==
|
41
43
|
- !ruby/object:Gem::Dependency
|
42
44
|
name: bundler
|
43
45
|
requirement: !ruby/object:Gem::Requirement
|
44
46
|
requirements:
|
45
47
|
- - ~>
|
46
48
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
49
|
+
version: !binary |-
|
50
|
+
MS4w
|
48
51
|
type: :development
|
49
52
|
prerelease: false
|
50
53
|
version_requirements: !ruby/object:Gem::Requirement
|
51
54
|
requirements:
|
52
55
|
- - ~>
|
53
56
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
57
|
+
version: !binary |-
|
58
|
+
MS4w
|
55
59
|
- !ruby/object:Gem::Dependency
|
56
60
|
name: jeweler
|
57
61
|
requirement: !ruby/object:Gem::Requirement
|
58
62
|
requirements:
|
59
63
|
- - ~>
|
60
64
|
- !ruby/object:Gem::Version
|
61
|
-
version:
|
65
|
+
version: !binary |-
|
66
|
+
Mi4wLjE=
|
62
67
|
type: :development
|
63
68
|
prerelease: false
|
64
69
|
version_requirements: !ruby/object:Gem::Requirement
|
65
70
|
requirements:
|
66
71
|
- - ~>
|
67
72
|
- !ruby/object:Gem::Version
|
68
|
-
version:
|
73
|
+
version: !binary |-
|
74
|
+
Mi4wLjE=
|
69
75
|
- !ruby/object:Gem::Dependency
|
70
76
|
name: simplecov
|
71
77
|
requirement: !ruby/object:Gem::Requirement
|
@@ -114,7 +120,7 @@ files:
|
|
114
120
|
- lib/capistrano/git-submodule-strategy.rb
|
115
121
|
- test/helper.rb
|
116
122
|
- test/test_capistrano-git-local.rb
|
117
|
-
homepage: http://github.com/
|
123
|
+
homepage: http://github.com/ekho/capistrano-git-submodule-strategy
|
118
124
|
licenses:
|
119
125
|
- MIT
|
120
126
|
metadata: {}
|
@@ -136,6 +142,6 @@ requirements: []
|
|
136
142
|
rubyforge_project:
|
137
143
|
rubygems_version: 2.4.5
|
138
144
|
signing_key:
|
139
|
-
specification_version:
|
145
|
+
specification_version: 4
|
140
146
|
summary: Git submodule support for Capistrano 3
|
141
147
|
test_files: []
|