gitrubydeploy 0.0.6 → 0.0.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5df821da451330a6798432d1d3231be82f4cf23a
4
- data.tar.gz: b76a6f0f554a8abb4bfa8741cdb4819cba9b9344
3
+ metadata.gz: d4cd609b186b9cf40644fbbd042e9029a39f9d3b
4
+ data.tar.gz: 48c81aef1ec4c3c60449704875087ca59418056d
5
5
  SHA512:
6
- metadata.gz: 7feb3f729e0614034ad127ea231bb38ea2529c3429ec941f0ac6c028f4993c5522198913aba96280682af0583f0c41ed0026cdaf2f10ebb7a2cf56527feeb3b0
7
- data.tar.gz: 4e36257c724999d8d479020382886c6c7c0cb95a8787c4cc80b72c3d872780039d1bf3b26fedabfc3a07c974d50a09074a49f01dc7a7897ec0c663799f8c50d8
6
+ metadata.gz: 2adfe7bafa8a81c4cb4affaab0ce983f649aeeda8df1aae53471b5dfcbfcf649336cf7d1934bf327a7caf7e256b1563c2e85b01a03990f6ef62d6b10999a07ee
7
+ data.tar.gz: 4bfc7cf57f559629a3cdc64dd5407b76590566c8e1dc0cc2a60fa8f8ba8a0aa5574953475e7d17d1d15cd181014a1ed0c7c167d3ce043a70ebb9b1de4e09679b
@@ -0,0 +1,5 @@
1
+ require 'rails'
2
+ module GitRubyDeploy
3
+ class Engine < Rails::Engine
4
+ end
5
+ end
@@ -0,0 +1,3 @@
1
+ module GitRubyDeploy
2
+ require 'gemname/engine' if defined?(Rails)
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitrubydeploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nywton Barros
@@ -53,8 +53,10 @@ extra_rdoc_files: []
53
53
  files:
54
54
  - MIT-LICENSE
55
55
  - README.rdoc
56
+ - lib/generators/gitrubydeploy/engine.rb
56
57
  - lib/generators/gitrubydeploy/install_generator.rb
57
58
  - lib/generators/gitrubydeploy/templates/config/controllers/deploy_controller.rb
59
+ - lib/git_ruby_deploy.rb
58
60
  homepage: http://rubygems.org/gems/gitrubydeploy
59
61
  licenses:
60
62
  - MIT