shelly 0.1.37.pre → 0.1.38

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG.md +4 -0
  2. data/lib/shelly/version.rb +1 -1
  3. metadata +9 -6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.1.38 / 2012-12-20
2
+
3
+ * [improvement] Using logs streaming server for logs tail (`shelly logs -f`). Logs are displayed more fluently.
4
+
1
5
  ## 0.1.36 / 2012-12-18
2
6
 
3
7
  * [feature] Let user choose organization when adding new cloud
@@ -1,3 +1,3 @@
1
1
  module Shelly
2
- VERSION = "0.1.37.pre"
2
+ VERSION = "0.1.38"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shelly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.37.pre
5
- prerelease: 7
4
+ version: 0.1.38
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Shelly Cloud team
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-18 00:00:00.000000000 Z
12
+ date: 2012-12-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -349,13 +349,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
349
349
  version: '0'
350
350
  segments:
351
351
  - 0
352
- hash: 4092670443477864760
352
+ hash: 385526009396201718
353
353
  required_rubygems_version: !ruby/object:Gem::Requirement
354
354
  none: false
355
355
  requirements:
356
- - - ! '>'
356
+ - - ! '>='
357
357
  - !ruby/object:Gem::Version
358
- version: 1.3.1
358
+ version: '0'
359
+ segments:
360
+ - 0
361
+ hash: 385526009396201718
359
362
  requirements: []
360
363
  rubyforge_project: shelly
361
364
  rubygems_version: 1.8.24