shiolink 0.0.1 → 0.0.2

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: 75e139aea93e6540b01033cad7ac9fc703a7a0e5
4
- data.tar.gz: 974a6722dd849723a7250bb8c592df662a8aeaf8
3
+ metadata.gz: 9440f0c98fb96d6d15f9b18932f98e0b3bcc1227
4
+ data.tar.gz: c0d5b43b75cb8ac28ec63cd978f69d27b78c650e
5
5
  SHA512:
6
- metadata.gz: 9746d02410582e198b12ca502b93d68115ddc1ed7299f8f5e2a24bc4c62fb1e9a844979d61299ac7c095ee00e7c1ee635af9e24ccddc594b3b07fae6c9619c06
7
- data.tar.gz: 10b46d47f6ef00d5815fbb7071f432370815c5cd5faf8322986bea74efb890360a41cfed3db5a7b4f29bf0633c5a548f90d8f9a3cde1128e672ec3a4e1ac264b
6
+ metadata.gz: 229d087e97ec2bf455285f46876e580ef0871db94d82ff5f347cbad59c62560c4262fd7e483193cffc15881c5d8364f03dad69b031bd037392bfd57266c53af4
7
+ data.tar.gz: bffb3402afbbc3dc2e7de3067c5232b6ff5cdf7b412ca8a83ea6d8af42b7d0b07cf8a19a0ad2efdc107060417aa43f4f959d6ea8acb2c7f6cdd8a68a3b843479
@@ -1,4 +1,7 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.2
3
+ - 2.2.2
4
+ os:
5
+ - linux
6
+ - osx
4
7
  script: bundle exec rake spec
data/README.md CHANGED
@@ -4,7 +4,8 @@
4
4
  [![Gem](https://img.shields.io/gem/dtv/shiolink.svg)](https://rubygems.org/gems/shiolink)
5
5
  [![Gemnasium](https://gemnasium.com/Narazaka/shiolink-ruby.svg)](https://gemnasium.com/Narazaka/shiolink-ruby)
6
6
  [![Inch CI](http://inch-ci.org/github/Narazaka/shiolink-ruby.svg)](http://inch-ci.org/github/Narazaka/shiolink-ruby)
7
- [![Build Status](https://travis-ci.org/Narazaka/shiolink-ruby.svg)](https://travis-ci.org/Narazaka/shiolink-ruby)
7
+ [![Travis Build Status](https://travis-ci.org/Narazaka/shiolink-ruby.svg)](https://travis-ci.org/Narazaka/shiolink-ruby)
8
+ [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/Narazaka/shiolink-ruby?svg=true)](https://ci.appveyor.com/project/Narazaka/shiolink-ruby)
8
9
  [![codecov.io](https://codecov.io/github/Narazaka/shiolink-ruby/coverage.svg?branch=master)](https://codecov.io/github/Narazaka/shiolink-ruby?branch=master)
9
10
  [![Code Climate](https://codeclimate.com/github/Narazaka/shiolink-ruby/badges/gpa.svg)](https://codeclimate.com/github/Narazaka/shiolink-ruby)
10
11
 
@@ -0,0 +1,20 @@
1
+ version: "{build}"
2
+ branches:
3
+ except:
4
+ - gh-pages
5
+ install:
6
+ - set RUBY_HOME=C:\Ruby%ruby_version%
7
+ - set PATH=%RUBY_HOME%\bin;%PATH%
8
+ - ruby --version
9
+ - gem --version
10
+ - gem install bundler --no-document
11
+ - bundle --version
12
+ - bundle install
13
+ test_script:
14
+ - bundle exec rake spec
15
+ build: off
16
+ deploy: off
17
+ environment:
18
+ matrix:
19
+ - ruby_version: 22
20
+ - ruby_version: 22-x64
@@ -3,13 +3,14 @@ lib = File.expand_path('../lib', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = "shiolink"
6
- spec.version = "0.0.1"
6
+ spec.version = "0.0.2"
7
7
  spec.authors = ["Narazaka"]
8
8
  spec.email = ["info@narazaka.net"]
9
9
 
10
10
  spec.summary = %q{SHIOLINK interface}
11
11
  spec.description = %q{Ukagaka SHIOLINK inteface}
12
12
  spec.homepage = "https://github.com/Narazaka/shiolink-ruby"
13
+ spec.license = "MIT"
13
14
 
14
15
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
15
16
  spec.require_paths = ["lib"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shiolink
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Narazaka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-24 00:00:00.000000000 Z
11
+ date: 2016-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -108,10 +108,12 @@ files:
108
108
  - Gemfile
109
109
  - README.md
110
110
  - Rakefile
111
+ - appveyor.yml
111
112
  - lib/shiolink.rb
112
113
  - shiolink.gemspec
113
114
  homepage: https://github.com/Narazaka/shiolink-ruby
114
- licenses: []
115
+ licenses:
116
+ - MIT
115
117
  metadata: {}
116
118
  post_install_message:
117
119
  rdoc_options: []