soracom 1.0.6 → 1.0.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ecf7b64d3f2d4f12e9825e0e5b459809fa88cca
4
- data.tar.gz: 0711e2697a4d16c098f42b8f031af70a189994fd
3
+ metadata.gz: 57df35f62c81cb3a157bb2d5353d9439c2a6ce6e
4
+ data.tar.gz: f53b40f0ace909563c0e6425dacbabfb85139a0b
5
5
  SHA512:
6
- metadata.gz: 2fd2d92a5b32b02f6775e69c82ddcc609a145f855e2f8eafaff6b7a9f9494ca94ef6ce626faad820a0eec5730fc19e5fcc7bfc319dd15ba713dabc6da4fd0111
7
- data.tar.gz: de892b4b81c45448d6d79d68b73d4766a3de86c2696e0b13012fe75a618a1980ce4b93cebc1c0b0dc181afd4fb01bb36fa138f29e94502ef46a587dcd6825dec
6
+ metadata.gz: 8efff1f9e5c60cb6a3f19c73a6e94cfa054b25de791fdfd517a8891f83f2b4b42251b23a139beea033a9b3c349cee8e782a273588164e2cce8fffccf5846a760
7
+ data.tar.gz: 69df12aca1baff26ca6befd7afb8258d36fb1330bd3f4aafe83b8de2ba846c317b44bc6c605fdb9c9fff3bf84b0c663dcdbabcf861e20d7a367a964b8f92a503
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- soracom (1.0.5)
4
+ soracom (1.0.7)
5
5
  io-console
6
6
  thor
7
7
 
data/exe/soracom CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  # coding: utf-8
3
3
  require 'soracom'
4
- if ENV['LANG'] =~ /[a-z][a-z]_[A-Z][A-Z]\.UTF-8$/
4
+ if ENV['LANG'] =~ /[a-z][a-z]_[A-Z][A-Z]\.UTF-?8$/i
5
5
  SoracomCli::CLI.start
6
6
  else
7
7
  abort "LANG is not set properly to handle UTF-8. Currently set as #{ENV['LANG']}, but it should be xx_XX.UTF-8."
@@ -1,4 +1,4 @@
1
1
  # version info
2
2
  module Soracom
3
- VERSION = '1.0.6'
3
+ VERSION = '1.0.7'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soracom
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - MATSUI, Motokatsu
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-24 00:00:00.000000000 Z
11
+ date: 2015-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler