capistrano-mercurial-ext 0.0.2 → 0.0.3
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/lib/{mercurial.rb → capistrano-mercurial-ext.rb} +0 -0
- metadata +5 -14
- data/.gitignore +0 -17
- data/.idea/capistrano-mercurial-ext.iml +0 -19
- data/.idea/encodings.xml +0 -5
- data/.idea/misc.xml +0 -5
- data/.idea/modules.xml +0 -9
- data/.idea/scopes/scope_settings.xml +0 -5
- data/.idea/vcs.xml +0 -7
- data/Gemfile +0 -4
- data/capistrano-mercurial-ext.gemspec +0 -12
File without changes
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 3
|
9
|
+
version: 0.0.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Anton Rubtsov
|
@@ -28,23 +28,14 @@ extensions: []
|
|
28
28
|
extra_rdoc_files: []
|
29
29
|
|
30
30
|
files:
|
31
|
-
- .gitignore
|
32
|
-
- .idea/capistrano-mercurial-ext.iml
|
33
|
-
- .idea/encodings.xml
|
34
|
-
- .idea/misc.xml
|
35
|
-
- .idea/modules.xml
|
36
|
-
- .idea/scopes/scope_settings.xml
|
37
|
-
- .idea/vcs.xml
|
38
|
-
- Gemfile
|
39
31
|
- LICENSE.txt
|
40
32
|
- README.md
|
41
33
|
- Rakefile
|
42
|
-
- capistrano-mercurial-ext.
|
43
|
-
- lib/mercurial.rb
|
34
|
+
- lib/capistrano-mercurial-ext.rb
|
44
35
|
has_rdoc: true
|
45
36
|
homepage: https://github.com/rubtsov/capistrano-mercurial-ext
|
46
|
-
licenses:
|
47
|
-
|
37
|
+
licenses: []
|
38
|
+
|
48
39
|
post_install_message:
|
49
40
|
rdoc_options: []
|
50
41
|
|
data/.gitignore
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<module type="RUBY_MODULE" version="4">
|
3
|
-
<component name="FacetManager">
|
4
|
-
<facet type="gem" name="Gem">
|
5
|
-
<configuration>
|
6
|
-
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
|
7
|
-
<option name="GEM_APP_TEST_PATH" value="" />
|
8
|
-
<option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
|
9
|
-
</configuration>
|
10
|
-
</facet>
|
11
|
-
</component>
|
12
|
-
<component name="NewModuleRootManager">
|
13
|
-
<content url="file://$MODULE_DIR$" />
|
14
|
-
<orderEntry type="inheritedJdk" />
|
15
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
16
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.3.5, ruby-1.8.7-p358) [gem]" level="application" />
|
17
|
-
</component>
|
18
|
-
</module>
|
19
|
-
|
data/.idea/encodings.xml
DELETED
data/.idea/misc.xml
DELETED
data/.idea/modules.xml
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ProjectModuleManager">
|
4
|
-
<modules>
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/capistrano-mercurial-ext.iml" filepath="$PROJECT_DIR$/.idea/capistrano-mercurial-ext.iml" />
|
6
|
-
</modules>
|
7
|
-
</component>
|
8
|
-
</project>
|
9
|
-
|
data/.idea/vcs.xml
DELETED
data/Gemfile
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
Gem::Specification.new do |spec|
|
2
|
-
spec.name = "capistrano-mercurial-ext"
|
3
|
-
spec.version = "0.0.2"
|
4
|
-
spec.authors = ["Anton Rubtsov"]
|
5
|
-
spec.email = ["anton.roubtsov@gmail.com"]
|
6
|
-
spec.description = %q{Replacement for the rails mercurial scm implementation which ships with Capistrano, allows you to configure pull and clone commands}
|
7
|
-
spec.summary = %q{Pull and clone commands extended implementation}
|
8
|
-
spec.homepage = "https://github.com/rubtsov/capistrano-mercurial-ext"
|
9
|
-
spec.license = "MIT"
|
10
|
-
spec.files = `git ls-files`.split($/)
|
11
|
-
spec.require_paths = ["lib"]
|
12
|
-
end
|