kalipso 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.4
1
+ 0.1.5
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{kalipso}
8
- s.version = "0.1.4"
8
+ s.version = "0.1.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Paul Campbell"]
@@ -20,6 +20,7 @@ Dir[File.expand_path('app/*/*.rb', __FILE__)].each do |file|
20
20
  end
21
21
 
22
22
  Jaysus::Local.store_dir = File.expand_path("~/.kalipso")
23
+ Jaysus::Local.store_dir.mkpath unless Jaysus::Local.store_dir.exist?
23
24
 
24
25
  token_path = Jaysus::Local.store_dir.join('token')
25
26
 
@@ -11,6 +11,7 @@ module Kalipso
11
11
  end
12
12
  begin
13
13
  Site::Remote.create(:name => name)
14
+
14
15
  rescue RestClient::UnprocessableEntity
15
16
  puts "There was an error uploading your site"
16
17
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kalipso
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 4
10
- version: 0.1.4
9
+ - 5
10
+ version: 0.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Paul Campbell