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.
File without changes
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
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.gemspec
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
- - MIT
37
+ licenses: []
38
+
48
39
  post_install_message:
49
40
  rdoc_options: []
50
41
 
data/.gitignore DELETED
@@ -1,17 +0,0 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- Gemfile.lock
7
- InstalledFiles
8
- _yardoc
9
- coverage
10
- doc/
11
- lib/bundler/man
12
- pkg
13
- rdoc
14
- spec/reports
15
- test/tmp
16
- test/version_tmp
17
- tmp
@@ -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
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
4
- </project>
5
-
data/.idea/misc.xml DELETED
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectRootManager" version="2" project-jdk-name="ruby-1.8.7-p358" project-jdk-type="RUBY_SDK" />
4
- </project>
5
-
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
-
@@ -1,5 +0,0 @@
1
- <component name="DependencyValidationManager">
2
- <state>
3
- <option name="SKIP_IMPORT_STATEMENTS" value="false" />
4
- </state>
5
- </component>
data/.idea/vcs.xml DELETED
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
- </component>
6
- </project>
7
-
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in capistrano-mercurial-ext.gemspec
4
- gemspec
@@ -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