flydata 0.0.5.2 → 0.0.5.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/flydata.gemspec +3 -3
  3. data/lib/flydata.rb +1 -1
  4. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5.2
1
+ 0.0.5.3
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "flydata"
8
- s.version = "0.0.5.2"
8
+ s.version = "0.0.5.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Koichi Fujikawa"]
12
- s.date = "2013-09-28"
12
+ s.date = "2013-10-11"
13
13
  s.description = "FlyData Command Line Interface"
14
14
  s.email = "sysadmin@flydata.co"
15
15
  s.executables = ["flydata"]
@@ -59,7 +59,7 @@ Gem::Specification.new do |s|
59
59
  s.homepage = "http://flydata.co/"
60
60
  s.licenses = ["All right reserved."]
61
61
  s.require_paths = ["lib"]
62
- s.rubygems_version = "1.8.25"
62
+ s.rubygems_version = "1.8.23"
63
63
  s.summary = "FlyData CLI"
64
64
 
65
65
  if s.respond_to? :specification_version then
@@ -12,7 +12,7 @@ lib_dir = File.expand_path(File.dirname(__FILE__))
12
12
  ActiveSupport::Dependencies.autoload_paths << lib_dir
13
13
 
14
14
  module Flydata
15
- HOME_DIR="#{ENV['HOME']}/.flydata"
15
+ HOME_DIR= ENV['FLYDATA_HOME'] || "#{ENV['HOME']}/.flydata"
16
16
 
17
17
  include Flydata::Heroku
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flydata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5.2
4
+ version: 0.0.5.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-09-28 00:00:00.000000000 Z
12
+ date: 2013-10-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client
@@ -330,7 +330,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
330
330
  version: '0'
331
331
  segments:
332
332
  - 0
333
- hash: 256170490305057208
333
+ hash: 1056384679042727559
334
334
  required_rubygems_version: !ruby/object:Gem::Requirement
335
335
  none: false
336
336
  requirements:
@@ -339,7 +339,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
339
339
  version: '0'
340
340
  requirements: []
341
341
  rubyforge_project:
342
- rubygems_version: 1.8.25
342
+ rubygems_version: 1.8.23
343
343
  signing_key:
344
344
  specification_version: 3
345
345
  summary: FlyData CLI