mybot 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mybot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-17 00:00:00.000000000 Z
12
+ date: 2013-04-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor
@@ -91,6 +91,22 @@ dependencies:
91
91
  - - ! '>='
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
+ - !ruby/object:Gem::Dependency
95
+ name: listen
96
+ requirement: !ruby/object:Gem::Requirement
97
+ none: false
98
+ requirements:
99
+ - - ! '>='
100
+ - !ruby/object:Gem::Version
101
+ version: '0'
102
+ type: :runtime
103
+ prerelease: false
104
+ version_requirements: !ruby/object:Gem::Requirement
105
+ none: false
106
+ requirements:
107
+ - - ! '>='
108
+ - !ruby/object:Gem::Version
109
+ version: '0'
94
110
  description: Provision, manage and monitor stuff
95
111
  email:
96
112
  - sebastian@hypenode.com
@@ -108,35 +124,49 @@ files:
108
124
  - Rakefile
109
125
  - bin/bot
110
126
  - lib/mybot.rb
127
+ - lib/mybot/aws.rb
111
128
  - lib/mybot/base.rb
112
129
  - lib/mybot/cli.rb
113
130
  - lib/mybot/command.rb
114
131
  - lib/mybot/commands.rb
132
+ - lib/mybot/core-ext/array.rb
133
+ - lib/mybot/core-ext/class.rb
115
134
  - lib/mybot/core-ext/kernel.rb
116
135
  - lib/mybot/fmt.rb
117
136
  - lib/mybot/lib.rb
137
+ - lib/mybot/libs.rb
118
138
  - lib/mybot/messages.rb
119
139
  - lib/mybot/node.rb
120
140
  - lib/mybot/recipes.rb
141
+ - lib/mybot/result.rb
121
142
  - lib/mybot/tasks.rb
122
143
  - lib/mybot/template.rb
144
+ - lib/mybot/utils.rb
123
145
  - lib/mybot/version.rb
124
146
  - mybot.gemspec
125
147
  - vendor/lib/core/.gitkeep
126
148
  - vendor/lib/core/fs.rb
127
149
  - vendor/lib/core/osx/git.rb
150
+ - vendor/lib/core/osx/rails.rb
151
+ - vendor/lib/core/osx/static.rb
128
152
  - vendor/lib/core/ubuntu/apache.rb
129
153
  - vendor/lib/core/ubuntu/apt.rb
130
154
  - vendor/lib/core/ubuntu/git.rb
131
155
  - vendor/lib/core/ubuntu/mysql.rb
156
+ - vendor/lib/core/ubuntu/nginx.rb
132
157
  - vendor/lib/core/ubuntu/passenger.rb
158
+ - vendor/lib/core/ubuntu/php.rb
159
+ - vendor/lib/core/ubuntu/rails.rb
133
160
  - vendor/lib/core/ubuntu/ruby.rb
134
161
  - vendor/lib/core/ubuntu/service.rb
162
+ - vendor/lib/core/ubuntu/static.rb
135
163
  - vendor/lib/core/ubuntu/users.rb
136
164
  - vendor/lib/core/ubuntu/vim.rb
137
165
  - vendor/recipes/.gitkeep
138
166
  - vendor/tpl/core/.gitkeep
139
167
  - vendor/tpl/core/ubuntu/apache/apache2.conf.erb
168
+ - vendor/tpl/core/ubuntu/nginx/nginx.conf.erb
169
+ - vendor/tpl/core/ubuntu/php/php.ini.erb
140
170
  homepage: https://github.com/sebastiansito/mybot
141
171
  licenses:
142
172
  - MIT