shelly 0.1.31 → 0.1.32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/shelly/version.rb +1 -1
  2. data/shelly.gemspec +1 -1
  3. metadata +61 -5
@@ -1,3 +1,3 @@
1
1
  module Shelly
2
- VERSION = "0.1.31"
2
+ VERSION = "0.1.32"
3
3
  end
data/shelly.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
6
  s.name = "shelly"
7
7
  s.version = Shelly::VERSION
8
8
  s.authors = ["Shelly Cloud team"]
9
- s.email = ["support@shellycloud.com"]
9
+ s.email = ["devs@shellycloud.com"]
10
10
  s.homepage = "http://shellycloud.com"
11
11
  s.summary = %q{Shelly Cloud command line tool}
12
12
  s.description = %q{Tool for managing applications and clouds at shellycloud.com}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shelly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.31
4
+ version: 0.1.32
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: 2012-10-10 00:00:00.000000000 Z
12
+ date: 2012-10-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -91,6 +91,38 @@ dependencies:
91
91
  - - ! '>='
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
+ - !ruby/object:Gem::Dependency
95
+ name: ruby_gntp
96
+ requirement: !ruby/object:Gem::Requirement
97
+ none: false
98
+ requirements:
99
+ - - ! '>='
100
+ - !ruby/object:Gem::Version
101
+ version: '0'
102
+ type: :development
103
+ prerelease: false
104
+ version_requirements: !ruby/object:Gem::Requirement
105
+ none: false
106
+ requirements:
107
+ - - ! '>='
108
+ - !ruby/object:Gem::Version
109
+ version: '0'
110
+ - !ruby/object:Gem::Dependency
111
+ name: rb-fsevent
112
+ requirement: !ruby/object:Gem::Requirement
113
+ none: false
114
+ requirements:
115
+ - - ! '>='
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ none: false
122
+ requirements:
123
+ - - ! '>='
124
+ - !ruby/object:Gem::Version
125
+ version: '0'
94
126
  - !ruby/object:Gem::Dependency
95
127
  name: fakefs
96
128
  requirement: !ruby/object:Gem::Requirement
@@ -237,7 +269,7 @@ dependencies:
237
269
  version: 0.2.1
238
270
  description: Tool for managing applications and clouds at shellycloud.com
239
271
  email:
240
- - support@shellycloud.com
272
+ - devs@shellycloud.com
241
273
  executables:
242
274
  - shelly
243
275
  extensions: []
@@ -311,17 +343,41 @@ required_ruby_version: !ruby/object:Gem::Requirement
311
343
  - - ! '>='
312
344
  - !ruby/object:Gem::Version
313
345
  version: '0'
346
+ segments:
347
+ - 0
348
+ hash: -2175481956434327682
314
349
  required_rubygems_version: !ruby/object:Gem::Requirement
315
350
  none: false
316
351
  requirements:
317
352
  - - ! '>='
318
353
  - !ruby/object:Gem::Version
319
354
  version: '0'
355
+ segments:
356
+ - 0
357
+ hash: -2175481956434327682
320
358
  requirements: []
321
359
  rubyforge_project: shelly
322
360
  rubygems_version: 1.8.24
323
361
  signing_key:
324
362
  specification_version: 3
325
363
  summary: Shelly Cloud command line tool
326
- test_files: []
327
- has_rdoc:
364
+ test_files:
365
+ - spec/helpers.rb
366
+ - spec/input_faker.rb
367
+ - spec/shelly/app_spec.rb
368
+ - spec/shelly/backup_spec.rb
369
+ - spec/shelly/cli/backup_spec.rb
370
+ - spec/shelly/cli/config_spec.rb
371
+ - spec/shelly/cli/deploy_spec.rb
372
+ - spec/shelly/cli/file_spec.rb
373
+ - spec/shelly/cli/main_spec.rb
374
+ - spec/shelly/cli/runner_spec.rb
375
+ - spec/shelly/cli/user_spec.rb
376
+ - spec/shelly/client_spec.rb
377
+ - spec/shelly/cloudfile_spec.rb
378
+ - spec/shelly/download_progress_bar_spec.rb
379
+ - spec/shelly/model_spec.rb
380
+ - spec/shelly/structure_validator_spec.rb
381
+ - spec/shelly/user_spec.rb
382
+ - spec/spec_helper.rb
383
+ - spec/thor/options_spec.rb