cloudapp-cli 1.0.0.beta.5 → 1.0.0.beta.6

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,4 +1,3 @@
1
1
  source 'http://rubygems.org'
2
2
 
3
3
  gemspec
4
- gem 'cloudapp', path: '~/Code/cloudapp'
data/Gemfile.lock CHANGED
@@ -1,28 +1,24 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cloudapp-cli (1.0.0.beta.5)
4
+ cloudapp-cli (1.0.0.beta.6)
5
5
  clipboard
6
6
  cloudapp (~> 2.0.0.beta.1)
7
7
  ffi-ncurses
8
8
  highline
9
9
  ruby-termios
10
10
 
11
- PATH
12
- remote: ~/Code/cloudapp
13
- specs:
14
- cloudapp (2.0.0.beta.1)
15
- leadlight (= 0.0.5)
16
- typhoeus (~> 0.3.3)
17
-
18
11
  GEM
19
12
  remote: http://rubygems.org/
20
13
  specs:
21
- addressable (2.3.2)
14
+ addressable (2.2.8)
22
15
  clipboard (1.0.1)
16
+ cloudapp (2.0.0.beta.2)
17
+ leadlight
18
+ typhoeus (~> 0.3.3)
23
19
  diff-lcs (1.1.3)
24
20
  fail-fast (1.0.0)
25
- faraday (0.8.4)
21
+ faraday (0.8.1)
26
22
  multipart-post (~> 1.1)
27
23
  fattr (2.2.1)
28
24
  ffi (1.1.5)
@@ -35,9 +31,9 @@ GEM
35
31
  hookr (1.1.1)
36
32
  fail-fast (= 1.0.0)
37
33
  hpricot (0.8.6)
38
- leadlight (0.0.5)
39
- addressable
40
- faraday
34
+ leadlight (0.0.7)
35
+ addressable (~> 2.2.0)
36
+ faraday (= 0.8.1)
41
37
  fattr
42
38
  hookr
43
39
  link_header
@@ -70,7 +66,6 @@ PLATFORMS
70
66
  ruby
71
67
 
72
68
  DEPENDENCIES
73
- cloudapp!
74
69
  cloudapp-cli!
75
70
  rake
76
71
  ronn
data/cloudapp-cli.gemspec CHANGED
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'cloudapp-cli'
16
- s.version = '1.0.0.beta.5'
17
- s.date = '2012-08-18'
16
+ s.version = '1.0.0.beta.6'
17
+ s.date = '2012-08-20'
18
18
  s.rubyforge_project = 'cloudapp-cli'
19
19
 
20
20
  ## Make sure your summary is short. The description may be as long
data/lib/cloudapp/cli.rb CHANGED
@@ -3,6 +3,6 @@ require 'cloudapp/cli/config'
3
3
 
4
4
  module CloudApp
5
5
  module CLI
6
- VERSION = '1.0.0.beta.5'
6
+ VERSION = '1.0.0.beta.6'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudapp-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta.5
4
+ version: 1.0.0.beta.6
5
5
  prerelease: 6
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-08-18 00:00:00.000000000 Z
12
+ date: 2012-08-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cloudapp