blitz 0.1.28 → 0.1.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/blitz.gemspec +2 -2
  2. data/lib/blitz/command/api.rb +1 -1
  3. metadata +2 -2
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{blitz}
8
- s.version = "0.1.28"
8
+ s.version = "0.1.29"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["pcapr"]
12
- s.date = %q{2012-09-24}
12
+ s.date = %q{2012-11-13}
13
13
  s.default_executable = %q{blitz}
14
14
  s.description = <<-EOF
15
15
  Command-line interface and Ruby client library for Blitz.io.
@@ -27,7 +27,7 @@ class API < Command # :nodoc:
27
27
  end
28
28
 
29
29
  def host
30
- ENV['BLITZ_HOST'] || 'blitz.io'
30
+ ENV['BLITZ_HOST'] || 'www.blitz.io'
31
31
  end
32
32
 
33
33
  def credentials_file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blitz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.28
4
+ version: 0.1.29
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-09-24 00:00:00.000000000 Z
12
+ date: 2012-11-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: couchrest