shioruby 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 078ab6d07d1953d758721c8351f9729b550a1c3a
4
- data.tar.gz: 00a5cd0cc1feda1aa3021e02ea90d18bbeb5d2fb
3
+ metadata.gz: 2acdeb690cdb39be99e84dbb8973824333b2f21b
4
+ data.tar.gz: 71339eff886e407b80a590447b47ca6f9ba54d3a
5
5
  SHA512:
6
- metadata.gz: 49201063aea6f898d290ecb9ca167c673b1613b02abeecd0de7a2b685b1ae2eaa761bf8a5fa3434cdf6a087f42d132e2bfaa7d31015d644a5660d502ee59c2bd
7
- data.tar.gz: d32e731c36169883b9332a383d5fcafb69cd54f0f20bc6285b81e0662275f5fc3646e46fa18c2e47f23be082965654e5a6dec3424cdfb92b5f0450337f408640
6
+ metadata.gz: ee74028ef60007498346df8eb9a1a0cdd84400434204ed6a57c862322d6bfad6e54fd328a17a4024ef70ed5448e192f4808d6e5f272394a4c9ca0d1405dc3101
7
+ data.tar.gz: 058671656fbba8b077ee6274388f76372c2553643fe8c6ef143bb92830577b6258fa9590cf285ab19a0159055eda08be2ada72d107584b58eee4b6be17f431b6
@@ -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
@@ -2,7 +2,10 @@
2
2
 
3
3
  [![Gem](https://img.shields.io/gem/v/shioruby.svg)](https://rubygems.org/gems/shioruby)
4
4
  [![Gem](https://img.shields.io/gem/dtv/shioruby.svg)](https://rubygems.org/gems/shioruby)
5
- [![Build Status](https://travis-ci.org/Narazaka/shioruby.svg)](https://travis-ci.org/Narazaka/shioruby)
5
+ [![Gemnasium](https://gemnasium.com/Narazaka/shioruby.svg)](https://gemnasium.com/Narazaka/shioruby)
6
+ [![Inch CI](http://inch-ci.org/github/Narazaka/shioruby.svg)](http://inch-ci.org/github/Narazaka/shioruby)
7
+ [![Travis Build Status](https://travis-ci.org/Narazaka/shioruby.svg)](https://travis-ci.org/Narazaka/shioruby)
8
+ [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/Narazaka/shioruby?svg=true)](https://ci.appveyor.com/project/Narazaka/shioruby)
6
9
  [![codecov.io](https://codecov.io/github/Narazaka/shioruby/coverage.svg?branch=master)](https://codecov.io/github/Narazaka/shioruby?branch=master)
7
10
  [![Code Climate](https://codeclimate.com/github/Narazaka/shioruby/badges/gpa.svg)](https://codeclimate.com/github/Narazaka/shioruby)
8
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 = "shioruby"
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{SHIORI Protocol Parser / Builder}
11
11
  spec.description = %q{Ukagaka SHIORI Protocol Request Parser / Response Builder}
12
12
  spec.homepage = "https://github.com/Narazaka/shioruby"
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: shioruby
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/shioruby.rb
112
113
  - shioruby.gemspec
113
114
  homepage: https://github.com/Narazaka/shioruby
114
- licenses: []
115
+ licenses:
116
+ - MIT
115
117
  metadata: {}
116
118
  post_install_message:
117
119
  rdoc_options: []