mina 0.1.0

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.
metadata ADDED
@@ -0,0 +1,117 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mina
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Rico Sta. Cruz
9
+ - Michael Galero
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2012-06-06 00:00:00.000000000 Z
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: rake
17
+ requirement: &70316358397800 !ruby/object:Gem::Requirement
18
+ none: false
19
+ requirements:
20
+ - - ! '>='
21
+ - !ruby/object:Gem::Version
22
+ version: '0'
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: *70316358397800
26
+ - !ruby/object:Gem::Dependency
27
+ name: open4
28
+ requirement: &70316358397380 !ruby/object:Gem::Requirement
29
+ none: false
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: *70316358397380
37
+ - !ruby/object:Gem::Dependency
38
+ name: rspec
39
+ requirement: &70316358396960 !ruby/object:Gem::Requirement
40
+ none: false
41
+ requirements:
42
+ - - ! '>='
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ type: :development
46
+ prerelease: false
47
+ version_requirements: *70316358396960
48
+ description: Builds scripts."
49
+ email:
50
+ - rico@nadarei.co
51
+ - mikong@nadarei.co
52
+ executables:
53
+ - mina
54
+ extensions: []
55
+ extra_rdoc_files: []
56
+ files:
57
+ - .gitignore
58
+ - .rspec
59
+ - .travis.yml
60
+ - Gemfile
61
+ - HISTORY.md
62
+ - LICENSE
63
+ - README.md
64
+ - Rakefile
65
+ - bin/mina
66
+ - data/deploy.rb
67
+ - data/deploy.sh.erb
68
+ - lib/mina.rb
69
+ - lib/mina/bundler.rb
70
+ - lib/mina/default.rb
71
+ - lib/mina/deploy.rb
72
+ - lib/mina/deploy_helpers.rb
73
+ - lib/mina/git.rb
74
+ - lib/mina/helpers.rb
75
+ - lib/mina/rails.rb
76
+ - lib/mina/rake.rb
77
+ - lib/mina/settings.rb
78
+ - lib/mina/tools.rb
79
+ - lib/mina/version.rb
80
+ - mina.gemspec
81
+ - spec/command_helper.rb
82
+ - spec/commands/command_spec.rb
83
+ - spec/commands/deploy_spec.rb
84
+ - spec/commands/outside_project_spec.rb
85
+ - spec/commands/real_deploy_spec.rb
86
+ - spec/commands/verbose_spec.rb
87
+ - spec/dsl/queue_spec.rb
88
+ - spec/dsl/settings_in_rake_spec.rb
89
+ - spec/dsl/settings_spec.rb
90
+ - spec/dsl/to_spec.rb
91
+ - spec/spec_helper.rb
92
+ - test_env/config/deploy.rb
93
+ homepage: http://github.com/nadarei/mina
94
+ licenses: []
95
+ post_install_message:
96
+ rdoc_options: []
97
+ require_paths:
98
+ - lib
99
+ required_ruby_version: !ruby/object:Gem::Requirement
100
+ none: false
101
+ requirements:
102
+ - - ! '>='
103
+ - !ruby/object:Gem::Version
104
+ version: '0'
105
+ required_rubygems_version: !ruby/object:Gem::Requirement
106
+ none: false
107
+ requirements:
108
+ - - ! '>='
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ requirements: []
112
+ rubyforge_project:
113
+ rubygems_version: 1.8.10
114
+ signing_key:
115
+ specification_version: 3
116
+ summary: Really fast deployer and server automation tool.
117
+ test_files: []